org.glassfish.internal.embedded.admin
Class AdminInfo
java.lang.Object
org.glassfish.internal.embedded.admin.AdminInfo
- All Implemented Interfaces:
- ContainerBuilder<EmbeddedAdminContainer>
@Service
public class AdminInfo
- extends Object
- implements 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminInfo
public AdminInfo()
create
public EmbeddedAdminContainer create(Server server)
- Description copied from interface:
ContainerBuilder
- Creates a embedded container
- Specified by:
create in interface ContainerBuilder<EmbeddedAdminContainer>
- Parameters:
server - the embedded server in which the container resides.
- Returns:
- the embedded container instance
Copyright © 2012 GlassFish Community. All Rights Reserved.