| Package | Description |
|---|---|
| org.jboss.msc.service |
The service container implementation itself.
|
| Modifier and Type | Field and Description |
|---|---|
private ServiceControllerImpl.ListenerNotification |
ServiceControllerImpl.ListenerTask.notification |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
ListenerTask(ServiceListener<? super S> listener,
ServiceControllerImpl.ListenerNotification notification) |