Package org.jboss.msc.service
Class ServiceControllerImpl.ListenerTask
- java.lang.Object
-
- org.jboss.msc.service.ServiceControllerImpl.ListenerTask
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- ServiceControllerImpl<S>
private class ServiceControllerImpl.ListenerTask extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private ServiceListener<? super S>
listener
private ServiceControllerImpl.ListenerNotification
notification
private ServiceController.Transition
transition
-
Constructor Summary
Constructors Constructor Description ListenerTask(ServiceListener<? super S> listener, ServiceController.Transition transition)
ListenerTask(ServiceListener<? super S> listener, ServiceControllerImpl.ListenerNotification notification)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
notification
private final ServiceControllerImpl.ListenerNotification notification
-
listener
private final ServiceListener<? super S> listener
-
transition
private final ServiceController.Transition transition
-
-
Constructor Detail
-
ListenerTask
ListenerTask(ServiceListener<? super S> listener, ServiceController.Transition transition)
-
ListenerTask
ListenerTask(ServiceListener<? super S> listener, ServiceControllerImpl.ListenerNotification notification)
-
-