Package org.glassfish.internal.embedded
Interface ContainerBuilder<T extends EmbeddedContainer>
-
- All Known Implementing Classes:
AdminInfo,GrizzlyInfo
@Contract public interface ContainerBuilder<T extends EmbeddedContainer>Defines the builder for an embdded container. This is mostly a tag interface that will be implemented by the embedded container main configuration element (like http-service for web, network-listener for grizzly)- Author:
- Jerome Dochez
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerBuilder.TypeDefault sets of container that can be built.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate(Server server)Creates a embedded container
-