public static interface ServiceContainer.TerminateListener
Modifier and Type | Interface and Description |
---|---|
static class |
ServiceContainer.TerminateListener.Info
Container shutdown information.
|
Modifier and Type | Method and Description |
---|---|
void |
handleTermination(ServiceContainer.TerminateListener.Info info)
Notifies this listener that the container is shutdown.
At the moment this listener is requested to handle termination, all services in the container are stopped and removed. |
void handleTermination(ServiceContainer.TerminateListener.Info info)
info
- information regarding the container shutdown processCopyright © 2017 JBoss by Red Hat. All rights reserved.