Package org.glassfish.internal.embedded
Interface EmbeddedLifecycle
-
@Contract public interface EmbeddedLifecycleListener type contract to be notified of embedded server creation and destruction.- Author:
- Jerome Dochez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreation(Server server)Notification of embedded server creationvoiddestruction(Server server)Notification of embedded server destruction
-