Package | Description |
---|---|
org.jboss.msc.service |
The service container implementation itself.
|
Modifier and Type | Method and Description |
---|---|
static ServiceController.Transition |
ServiceController.Transition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceController.Transition[] |
ServiceController.Transition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TimingServiceListener.transition(ServiceController<? extends Object> controller,
ServiceController.Transition transition) |
void |
MultipleRemoveListener.transition(ServiceController<? extends Object> controller,
ServiceController.Transition transition) |
void |
ServiceListener.transition(ServiceController<? extends S> controller,
ServiceController.Transition transition)
The service has transitioned to a new sub-state.
|
void |
AbstractServiceListener.transition(ServiceController<? extends S> controller,
ServiceController.Transition transition)
The service has transitioned to a new sub-state.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.