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 |
---|---|
boolean |
ServiceController.Transition.in(ServiceController.Transition... transitions)
Determine if this transition is one of the given transitions.
|
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)
Deprecated.
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 © 2017 JBoss by Red Hat. All rights reserved.