| Package | Description |
|---|---|
| org.dmd.dmp.server.servlet.base.cache | |
| org.dmd.dmp.server.servlet.base.plugins |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheFullListener
The CacheFullListener is a listener that is interested in ALL events
associated with the cache and should be used with caution!
|
class |
CacheIndexListener
The CacheIndexListener allows for listening to a particular class
index within the cache; any changes to the index are reported to this
listener.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CacheListener> |
CacheListenerManager.getInterestedListeners(org.dmd.dmp.server.extended.DMPEvent event)
Based on the contents of the event, we build a set of listeners that
want to be notified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheListenerManager.addListener(CacheListener listener)
Adds a new cache listener.
|
Collection<org.dmd.dmw.DmwNamedObjectWrapper> |
CacheIF.addListener(CacheListener listener)
Adds the specified listener to the cache.
|
void |
CacheListenerManager.removeListener(CacheListener listener)
Removes a cache listener.
|
void |
CacheIF.removeListener(CacheListener listener)
Removes the specified listener from the cache.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<org.dmd.dmw.DmwNamedObjectWrapper> |
BasicCachePlugin.addListener(CacheListener listener) |
void |
BasicCachePlugin.removeListener(CacheListener listener) |
Copyright © 2019. All rights reserved.