Uses of Class
org.jboss.cache.CacheStatus

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

Uses of CacheStatus in org.jboss.cache
 

Methods in org.jboss.cache that return CacheStatus
 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.
 

Uses of CacheStatus in org.jboss.cache.factories
 

Methods in org.jboss.cache.factories that return CacheStatus
 CacheStatus ComponentRegistry.getState()
          Retrieves the state of the registry
 

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 CacheJmxWrapper.getCacheStatus()
          Deprecated.  
 CacheStatus CacheJmxWrapperMBean.getCacheStatus()
          Deprecated. Gets where this object is in its lifecycle transitions.
 



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