|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceController.Transition | |
|---|---|
| org.jboss.msc.service | The service container implementation itself. |
| Uses of ServiceController.Transition in org.jboss.msc.service |
|---|
| Methods in org.jboss.msc.service that return ServiceController.Transition | |
|---|---|
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. |
| Methods in org.jboss.msc.service with parameters of type ServiceController.Transition | |
|---|---|
void |
TimingServiceListener.transition(ServiceController<? extends Object> controller,
ServiceController.Transition transition)
|
void |
MultipleRemoveListener.transition(ServiceController<? extends Object> controller,
ServiceController.Transition transition)
|
void |
AbstractServiceListener.transition(ServiceController<? extends S> controller,
ServiceController.Transition transition)
The service has transitioned to a new sub-state. |
void |
ServiceListener.transition(ServiceController<? extends S> controller,
ServiceController.Transition transition)
The service has transitioned to a new sub-state. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||