Class AdminInfo
java.lang.Object
org.glassfish.internal.embedded.admin.AdminInfo
- All Implemented Interfaces:
ContainerBuilder<EmbeddedAdminContainer>
So far, the admin container does not require much configuration but we
could imagine that it will eventually support configuring wether or not
to start the AminGUI.
- Author:
- Jerome Dochez
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.glassfish.internal.embedded.ContainerBuilder
ContainerBuilder.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a embedded container
-
Constructor Details
-
AdminInfo
public AdminInfo()
-
-
Method Details
-
create
Description copied from interface:ContainerBuilderCreates a embedded container- Specified by:
createin interfaceContainerBuilder<EmbeddedAdminContainer>- Parameters:
server- the embedded server in which the container resides.- Returns:
- the embedded container instance
-