public abstract class CacheListener extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CacheRegistration |
cacheRegistration |
| Modifier | Constructor and Description |
|---|---|
protected |
CacheListener(CacheRegistration reg,
DmpEventHandlerIF eh,
org.dmd.dmc.DmcSliceInfo dsi) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.dmd.dmw.DmwNamedObjectWrapper> |
activateAndRetrieve()
The activateAndRetrieve method will register the listener with the cache and
retrieve the set of objects for which the particular derived class of CacheListener
was created.
|
CacheRegistration |
getCacheRegistration() |
long |
getListenerID() |
abstract String |
getTraceInfo() |
void |
processCacheEvent(org.dmd.dmp.server.extended.DMPEvent event)
This method is called by the cache when some event has occurred.
|
SessionIF |
session() |
protected final CacheRegistration cacheRegistration
protected CacheListener(CacheRegistration reg, DmpEventHandlerIF eh, org.dmd.dmc.DmcSliceInfo dsi)
public CacheRegistration getCacheRegistration()
public long getListenerID()
public SessionIF session()
public Collection<org.dmd.dmw.DmwNamedObjectWrapper> activateAndRetrieve()
public void processCacheEvent(org.dmd.dmp.server.extended.DMPEvent event)
event - the event to be processed.public abstract String getTraceInfo()
Copyright © 2019. All rights reserved.