Uses of Class
org.jboss.msc.service.ServiceControllerImpl.ListenerNotification
-
Packages that use ServiceControllerImpl.ListenerNotification Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of ServiceControllerImpl.ListenerNotification in org.jboss.msc.service
Fields in org.jboss.msc.service declared as ServiceControllerImpl.ListenerNotification Modifier and Type Field Description private ServiceControllerImpl.ListenerNotification
ServiceControllerImpl.ListenerTask. notification
Methods in org.jboss.msc.service that return ServiceControllerImpl.ListenerNotification Modifier and Type Method Description static ServiceControllerImpl.ListenerNotification
ServiceControllerImpl.ListenerNotification. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ServiceControllerImpl.ListenerNotification[]
ServiceControllerImpl.ListenerNotification. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.msc.service with parameters of type ServiceControllerImpl.ListenerNotification Modifier and Type Method Description private void
ServiceControllerImpl. getListenerTasks(ServiceControllerImpl.ListenerNotification notification, java.util.ArrayList<java.lang.Runnable> tasks)
private void
ServiceControllerImpl. invokeListener(ServiceListener<? super S> listener, ServiceControllerImpl.ListenerNotification notification, ServiceController.Transition transition)
Invokes the listener, performing the notification specified.Constructors in org.jboss.msc.service with parameters of type ServiceControllerImpl.ListenerNotification Constructor Description ListenerTask(ServiceListener<? super S> listener, ServiceControllerImpl.ListenerNotification notification)
-