Uses of Class
org.jboss.cache.CacheStatus

Packages that use CacheStatus
org.jboss.cache   
org.jboss.cache.invocation   
org.jboss.cache.jmx   
 

Uses of CacheStatus in org.jboss.cache
 

Methods in org.jboss.cache that return CacheStatus
 CacheStatus LifecycleManager.getCacheStatus()
           
 CacheStatus Cache.getCacheStatus()
          Gets where the cache currently is its lifecycle transitions.
static CacheStatus CacheStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CacheStatus[] CacheStatus.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jboss.cache with parameters of type CacheStatus
 void LifecycleManager.setCacheStatus(CacheStatus cacheStatus)
           
 

Uses of CacheStatus in org.jboss.cache.invocation
 

Methods in org.jboss.cache.invocation that return CacheStatus
 CacheStatus CacheInvocationDelegate.getCacheStatus()
           
 

Uses of CacheStatus in org.jboss.cache.jmx
 

Methods in org.jboss.cache.jmx that return CacheStatus
 CacheStatus CacheJmxWrapperMBean.getCacheStatus()
          Gets where this object is in its lifecycle transitions.
 CacheStatus CacheJmxWrapper.getCacheStatus()
           
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.