Package org.glassfish.internal.embedded
Interface EmbeddedLifecycle
@Contract
public interface EmbeddedLifecycle
Listener type contract to be notified of embedded server creation and
destruction.
- Author:
- Jerome Dochez
-
Method Summary
Modifier and TypeMethodDescriptionvoidNotification of embedded server creationvoiddestruction(Server server) Notification of embedded server destruction
-
Method Details
-
creation
Notification of embedded server creation- Parameters:
server- the newly created server
-
destruction
Notification of embedded server destruction- Parameters:
server- the stopped embedded server instance
-