Uses of Class
javax.cache.Status
-
Packages that use Status Package Description javax.cache javax.cache.mbeans org.wso2.carbon.caching.impl -
-
Uses of Status in javax.cache
Methods in javax.cache that return Status Modifier and Type Method Description StatusCacheLifecycle. getStatus()Returns the cache status.StatusCacheManager. getStatus()Returns the status of this CacheManager.static StatusStatus. valueOf(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 Modifier and Type Method Description StatusCacheMXBean. getStatus()Gets theStatusattribute of the Cache. -
Uses of Status in org.wso2.carbon.caching.impl
Methods in org.wso2.carbon.caching.impl that return Status Modifier and Type Method Description StatusCacheImpl. getStatus()StatusCacheMXBeanImpl. getStatus()StatusCarbonCacheManager. getStatus()
-