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.ListenerNotificationServiceControllerImpl.ListenerTask. notificationMethods in org.jboss.msc.service that return ServiceControllerImpl.ListenerNotification Modifier and Type Method Description static ServiceControllerImpl.ListenerNotificationServiceControllerImpl.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 voidServiceControllerImpl. getListenerTasks(ServiceControllerImpl.ListenerNotification notification, java.util.ArrayList<java.lang.Runnable> tasks)private voidServiceControllerImpl. 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)
-