Uses of Class
net.sf.ehcache.Status
-
Packages that use Status Package Description net.sf.ehcache This package contains the public API for using ehcache.net.sf.ehcache.constructs The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns.net.sf.ehcache.constructs.classloader ClassLoader contstructs packagenet.sf.ehcache.distribution This package is for cache replication.net.sf.ehcache.event This package contains interfaces and classes for listening to events.net.sf.ehcache.extension This package contains interfaces and classes for the cache extension mechanism.net.sf.ehcache.hibernate.management.impl This package contains JMX related classes for Hibernate and ehcache statisticsnet.sf.ehcache.loader This package contains a cache loaders and associated factories.net.sf.ehcache.management This package contains JMX MBeans and implementations for management of ehcache.net.sf.ehcache.management.sampled This package contains classes related to MBeans with Sampled Statistics.net.sf.ehcache.store Store package.net.sf.ehcache.store.disk This package contains the disk store.net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use. -
-
Uses of Status in net.sf.ehcache
Fields in net.sf.ehcache declared as Status Modifier and Type Field Description protected StatusCacheManager. statusStatus of the Cache Managerstatic StatusStatus. STATUS_ALIVEThe cache is alive.static StatusStatus. STATUS_SHUTDOWNThe cache is shudown.static StatusStatus. STATUS_UNINITIALISEDThe cache is uninitialised.Methods in net.sf.ehcache that return Status Modifier and Type Method Description static StatusStatus. convertIntToStatus(int statusAsInt)StatusCache. getStatus()Gets the status attribute of the Cache.StatusCacheManager. getStatus()Gets the status attribute of the EhcacheStatusEhcache. getStatus()Gets the status attribute of the Cache.Methods in net.sf.ehcache with parameters of type Status Modifier and Type Method Description booleanStatus. equals(Status status)Equality checker when the comparison object is of the same type. -
Uses of Status in net.sf.ehcache.constructs
Methods in net.sf.ehcache.constructs that return Status Modifier and Type Method Description StatusEhcacheDecoratorAdapter. getStatus()Gets the status attribute of the Cache. -
Uses of Status in net.sf.ehcache.constructs.classloader
Methods in net.sf.ehcache.constructs.classloader that return Status Modifier and Type Method Description StatusClassLoaderAwareCache. getStatus()Gets the status attribute of the Cache. -
Uses of Status in net.sf.ehcache.distribution
Fields in net.sf.ehcache.distribution declared as Status Modifier and Type Field Description protected StatusRMICacheManagerPeerListener. statusstatus.protected StatusRMISynchronousCacheReplicator. statusThe status of the replicator.Methods in net.sf.ehcache.distribution that return Status Modifier and Type Method Description StatusRMICacheManagerPeerListener. getStatus()Returns the listener status. -
Uses of Status in net.sf.ehcache.event
Methods in net.sf.ehcache.event that return Status Modifier and Type Method Description StatusCacheManagerEventListener. getStatus()Returns the listener status.StatusCacheManagerEventListenerRegistry. getStatus()Returns the listener status. -
Uses of Status in net.sf.ehcache.extension
Methods in net.sf.ehcache.extension that return Status Modifier and Type Method Description StatusCacheExtension. getStatus() -
Uses of Status in net.sf.ehcache.hibernate.management.impl
Methods in net.sf.ehcache.hibernate.management.impl that return Status Modifier and Type Method Description StatusEhcacheHibernateMBeanRegistrationImpl. getStatus()Returns the listener status. -
Uses of Status in net.sf.ehcache.loader
Methods in net.sf.ehcache.loader that return Status Modifier and Type Method Description StatusCacheLoader. getStatus() -
Uses of Status in net.sf.ehcache.management
Methods in net.sf.ehcache.management that return Status Modifier and Type Method Description StatusManagementService. getStatus()Returns the listener status. -
Uses of Status in net.sf.ehcache.management.sampled
Methods in net.sf.ehcache.management.sampled that return Status Modifier and Type Method Description StatusSampledMBeanRegistrationProvider. getStatus()Returns the listener status. -
Uses of Status in net.sf.ehcache.store
Fields in net.sf.ehcache.store declared as Status Modifier and Type Field Description protected StatusLruMemoryStore. statusstatus.Methods in net.sf.ehcache.store that return Status Modifier and Type Method Description StatusCacheStore. getStatus()StatusElementIdAssigningStore. getStatus()Returns the cache status.StatusLegacyStoreWrapper. getStatus()Returns the cache status.StatusLruMemoryStore. getStatus()Gets the status of the MemoryStore.StatusMemoryStore. getStatus()Gets the status of the MemoryStore.StatusStore. getStatus()Returns the cache status. -
Uses of Status in net.sf.ehcache.store.disk
Methods in net.sf.ehcache.store.disk that return Status Modifier and Type Method Description StatusDiskStore. getStatus()Returns the cache status. -
Uses of Status in net.sf.ehcache.transaction
Methods in net.sf.ehcache.transaction that return Status Modifier and Type Method Description StatusAbstractTransactionStore. getStatus()Returns the cache status.
-