Uses of Class
org.ow2.jonas.lib.management.javaee.J2EEServiceState

Packages that use J2EEServiceState
org.ow2.jonas.lib.management.javaee   
org.ow2.jonas.lib.service.manager   
 

Uses of J2EEServiceState in org.ow2.jonas.lib.management.javaee
 

Methods in org.ow2.jonas.lib.management.javaee that return J2EEServiceState
static J2EEServiceState J2EEServiceState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static J2EEServiceState[] J2EEServiceState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of J2EEServiceState in org.ow2.jonas.lib.service.manager
 

Methods in org.ow2.jonas.lib.service.manager that return J2EEServiceState
 J2EEServiceState ServiceItem.getState()
           
 J2EEServiceState ServiceManagerImpl.setServiceState(String service, J2EEServiceState state)
          Modify a service state.
 

Methods in org.ow2.jonas.lib.service.manager with parameters of type J2EEServiceState
 J2EEServiceState ServiceManagerImpl.setServiceState(String service, J2EEServiceState state)
          Modify a service state.
 void ServiceItem.setState(J2EEServiceState state)
           
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.