Uses of Class
javax.cache.Status

Packages that use Status
com.caucho.distcache   
com.caucho.distcache.jcache   
com.caucho.memcached   
com.caucho.server.distcache   
javax.cache   
javax.cache.mbeans   
 

Uses of Status in com.caucho.distcache
 

Methods in com.caucho.distcache that return Status
 Status AbstractCache.getStatus()
           
 

Uses of Status in com.caucho.distcache.jcache
 

Methods in com.caucho.distcache.jcache that return Status
 Status CacheManagerFacade.getStatus()
           
 

Uses of Status in com.caucho.memcached
 

Methods in com.caucho.memcached that return Status
 Status MemcachedClient.getStatus()
           
 

Uses of Status in com.caucho.server.distcache
 

Methods in com.caucho.server.distcache that return Status
 Status CacheImpl.getStatus()
           
 

Uses of Status in javax.cache
 

Methods in javax.cache that return Status
 Status CacheLifecycle.getStatus()
           
 Status CacheManager.getStatus()
           
static Status Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Status[] Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Status in javax.cache.mbeans
 

Methods in javax.cache.mbeans that return Status
 Status CacheMXBean.getStatus()