Uses of Class
com.cafesoft.cams.service.CamsServiceState

Packages that use CamsServiceState
com.cafesoft.cams.service Services for JDBC connection pooling, LDAP connection pooling, and a user repository, etc. 
 

Uses of CamsServiceState in com.cafesoft.cams.service
 

Fields in com.cafesoft.cams.service declared as CamsServiceState
static CamsServiceState CamsServiceState.AVAILABLE
          Available CamsServiceState is used to indicate that a given service is available and ready for use.
static CamsServiceState CamsServiceState.UNAVAILABLE
          Unavailable CamsServiceState is used to indicate that a given service is Unavailable and unfit for use.
static CamsServiceState CamsServiceState.UNKNOWN
          Unknown CamsServiceState is used to indicate that the state of a given service is unknown.
 

Methods in com.cafesoft.cams.service that return CamsServiceState
 CamsServiceState CamsServiceMonitor.getState(String serviceName)
          Get the state of the Service with the given serviceName.
 

Methods in com.cafesoft.cams.service with parameters of type CamsServiceState
 void CamsServiceMonitor.setState(String serviceName, CamsServiceState state)
          Set the state for Service with the given serviceName to that of the state.
 



Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.