Package org.jboss.msc.service
Interface ServiceContainer.TerminateListener
- Enclosing interface:
- ServiceContainer
public static interface ServiceContainer.TerminateListener
A listener for notification of container shutdown.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classContainer shutdown information. -
Method Summary
Modifier and TypeMethodDescriptionvoidNotifies 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.
-
Method Details
-
handleTermination
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.- Parameters:
info- information regarding the container shutdown process
-