|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceController.Mode | |
|---|---|
| org.jboss.msc.service | The service container implementation itself. |
| Uses of ServiceController.Mode in org.jboss.msc.service |
|---|
| Methods in org.jboss.msc.service that return ServiceController.Mode | |
|---|---|
ServiceController.Mode |
ServiceController.getMode()
Get the service controller's current mode. |
static ServiceController.Mode |
ServiceController.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ServiceController.Mode[] |
ServiceController.Mode.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.Mode | |
|---|---|
boolean |
ServiceController.compareAndSetMode(ServiceController.Mode expected,
ServiceController.Mode newMode)
Compare the current mode against expected; if it matches, change it to newMode. |
ServiceBuilder<T> |
ServiceBuilder.setInitialMode(ServiceController.Mode mode)
Set the initial mode. |
ServiceBuilder<T> |
DelegatingServiceBuilder.setInitialMode(ServiceController.Mode mode)
Set the initial mode. |
void |
ServiceController.setMode(ServiceController.Mode mode)
Change the service controller's current mode. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||