Package org.glassfish.internal.embedded
Interface ContainerBuilder<T extends EmbeddedContainer>
- All Known Implementing Classes:
AdminInfo,GrizzlyInfo
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 ClassesModifier and TypeInterfaceDescriptionstatic enumDefault sets of container that can be built. -
Method Summary
-
Method Details
-
create
Creates a embedded container- Parameters:
server- the embedded server in which the container resides.- Returns:
- the embedded container instance
-