org.objectweb.perseus.cache.api
Interface CacheEvent
- BasicCacheManager.Event
public interface CacheEvent
Defines the interface template for CacheEvent
implementation.
- Luciano Garcia-Banuelos (Luciano.Garcia@imag.fr)
static int | NOTIFY_BIND - Used to notify an add object to cache event.
|
static int | NOTIFY_UNBIND - Used to notify an object eviction event.
|
NOTIFY_BIND
public static final int NOTIFY_BIND
Used to notify an add object to cache event.
- 1
NOTIFY_UNBIND
public static final int NOTIFY_UNBIND
Used to notify an object eviction event.
- 2
getCeIdentifier
public Object getCeIdentifier()
- the identifier of the entry unbound
getEntry
public CacheEntry getEntry()
- the entry bound
getEventId
public int getEventId()
Returns the cache event type.
Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.