Uses of Class
org.exolab.core.service.ServiceState

Packages that use ServiceState
org.exolab.core.service   
 

Uses of ServiceState in org.exolab.core.service
 

Fields in org.exolab.core.service declared as ServiceState
static ServiceState ServiceState.STOPPED
          Instatiate instances related to each of the enumerations
static ServiceState ServiceState.RUNNING
           
 

Methods in org.exolab.core.service that return ServiceState
 ServiceState Service.getState()
          Return the current state of the service.
 ServiceState Serviceable.getState()
          Return the current state of the service
 

Methods in org.exolab.core.service with parameters of type ServiceState
protected  void Service.setState(ServiceState state)
          Set the state of the service
 



Copyright © 1999-2005 The Exolab Group. All Rights Reserved.