|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the interface template for CacheEvent implementation.
Field Summary | |
static int |
NOTIFY_BIND
Used to notify an add object to cache event. |
static int |
NOTIFY_UNBIND
Used to notify an object eviction event. |
Method Summary | |
java.lang.Object |
getCeIdentifier()
|
CacheEntry |
getEntry()
|
int |
getEventId()
Returns the cache event type. |
Field Detail |
public static final int NOTIFY_BIND
public static final int NOTIFY_UNBIND
Method Detail |
public int getEventId()
public CacheEntry getEntry()
public java.lang.Object getCeIdentifier()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |