Uses of Class
org.jboss.msc.service.ServiceContainer.TerminateListener.Info
-
Packages that use ServiceContainer.TerminateListener.Info Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of ServiceContainer.TerminateListener.Info in org.jboss.msc.service
Fields in org.jboss.msc.service declared as ServiceContainer.TerminateListener.Info Modifier and Type Field Description private ServiceContainer.TerminateListener.InfoServiceContainerImpl. terminateInfoMethods in org.jboss.msc.service with parameters of type ServiceContainer.TerminateListener.Info Modifier and Type Method Description voidServiceContainer.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.voidServiceContainerImpl.LatchListener. handleTermination(ServiceContainer.TerminateListener.Info info)
-