|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Status | |
---|---|
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 package |
net.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 statistics |
net.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 | |
---|---|
protected Status |
CacheManager.status
Status of the Cache Manager |
static Status |
Status.STATUS_ALIVE
The cache is alive. |
static Status |
Status.STATUS_SHUTDOWN
The cache is shudown. |
static Status |
Status.STATUS_UNINITIALISED
The cache is uninitialised. |
Methods in net.sf.ehcache that return Status | |
---|---|
static Status |
Status.convertIntToStatus(int statusAsInt)
|
Status |
Ehcache.getStatus()
Gets the status attribute of the Cache. |
Status |
CacheManager.getStatus()
Gets the status attribute of the Ehcache |
Status |
Cache.getStatus()
Gets the status attribute of the Cache. |
Methods in net.sf.ehcache with parameters of type Status | |
---|---|
boolean |
Status.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 | |
---|---|
Status |
EhcacheDecoratorAdapter.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 | |
---|---|
Status |
ClassLoaderAwareCache.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 | |
---|---|
protected Status |
RMISynchronousCacheReplicator.status
The status of the replicator. |
protected Status |
RMICacheManagerPeerListener.status
status. |
Methods in net.sf.ehcache.distribution that return Status | |
---|---|
Status |
RMICacheManagerPeerListener.getStatus()
Returns the listener status. |
Uses of Status in net.sf.ehcache.event |
---|
Methods in net.sf.ehcache.event that return Status | |
---|---|
Status |
CacheManagerEventListenerRegistry.getStatus()
Returns the listener status. |
Status |
CacheManagerEventListener.getStatus()
Returns the listener status. |
Uses of Status in net.sf.ehcache.extension |
---|
Methods in net.sf.ehcache.extension that return Status | |
---|---|
Status |
CacheExtension.getStatus()
|
Uses of Status in net.sf.ehcache.hibernate.management.impl |
---|
Methods in net.sf.ehcache.hibernate.management.impl that return Status | |
---|---|
Status |
EhcacheHibernateMBeanRegistrationImpl.getStatus()
Returns the listener status. |
Uses of Status in net.sf.ehcache.loader |
---|
Methods in net.sf.ehcache.loader that return Status | |
---|---|
Status |
CacheLoader.getStatus()
|
Uses of Status in net.sf.ehcache.management |
---|
Methods in net.sf.ehcache.management that return Status | |
---|---|
Status |
ManagementService.getStatus()
Returns the listener status. |
Uses of Status in net.sf.ehcache.management.sampled |
---|
Methods in net.sf.ehcache.management.sampled that return Status | |
---|---|
Status |
SampledMBeanRegistrationProvider.getStatus()
Returns the listener status. |
Uses of Status in net.sf.ehcache.store |
---|
Fields in net.sf.ehcache.store declared as Status | |
---|---|
protected Status |
LruMemoryStore.status
status. |
Methods in net.sf.ehcache.store that return Status | |
---|---|
Status |
Store.getStatus()
Returns the cache status. |
Status |
MemoryStore.getStatus()
Gets the status of the MemoryStore. |
Status |
LruMemoryStore.getStatus()
Gets the status of the MemoryStore. |
Status |
LegacyStoreWrapper.getStatus()
Returns the cache status. |
Status |
ElementIdAssigningStore.getStatus()
Returns the cache status. |
Status |
CacheStore.getStatus()
|
Uses of Status in net.sf.ehcache.store.disk |
---|
Methods in net.sf.ehcache.store.disk that return Status | |
---|---|
Status |
DiskStore.getStatus()
Returns the cache status. |
Uses of Status in net.sf.ehcache.transaction |
---|
Methods in net.sf.ehcache.transaction that return Status | |
---|---|
Status |
AbstractTransactionStore.getStatus()
Returns the cache status. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |