Package | Description |
---|---|
net.sf.ehcache.event |
This package contains interfaces and classes for listening to events.
|
Modifier and Type | Field and Description |
---|---|
private NonstopCacheEventListener.CacheEventType |
NonstopCacheEventListener.CacheEventClusteredOperation.eventType |
Modifier and Type | Method and Description |
---|---|
static NonstopCacheEventListener.CacheEventType |
NonstopCacheEventListener.CacheEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NonstopCacheEventListener.CacheEventType[] |
NonstopCacheEventListener.CacheEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CacheEventClusteredOperation(Ehcache cache,
NonstopCacheEventListener.CacheEventType eventType,
CacheEventListener underlyingListener,
Element element) |