| Package | Description |
|---|---|
| org.jboss.msc.service |
The service container implementation itself.
|
| Modifier and Type | Field and Description |
|---|---|
private ServiceContainer.TerminateListener.Info |
ServiceContainerImpl.terminateInfo |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceContainer.TerminateListener.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 |
ServiceContainerImpl.LatchListener.handleTermination(ServiceContainer.TerminateListener.Info info) |