|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceState | |
|---|---|
| org.ow2.jonas.lib.jmbeans | |
| Uses of ServiceState in org.ow2.jonas.lib.jmbeans |
|---|
| Methods in org.ow2.jonas.lib.jmbeans that return ServiceState | |
|---|---|
ServiceState |
ServiceManager.getServiceState(String serviceName)
Return the state of a given service. |
ServiceState |
ServiceItem.getState()
|
ServiceState |
ServiceManager.setServiceState(String serviceName,
ServiceState state)
Modify a service state. |
static ServiceState |
ServiceState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ServiceState[] |
ServiceState.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.ow2.jonas.lib.jmbeans with parameters of type ServiceState | |
|---|---|
ServiceState |
ServiceManager.setServiceState(String serviceName,
ServiceState state)
Modify a service state. |
void |
ServiceItem.setState(ServiceState state)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||