| Modifier and Type | Field and Description |
|---|---|
protected CacheIF |
DmpServletPlugin.cache |
| Modifier and Type | Method and Description |
|---|---|
CacheIF |
PluginManager.getCache() |
| Modifier and Type | Field and Description |
|---|---|
protected CacheIF |
ActionHandler.cache |
| Modifier and Type | Method and Description |
|---|---|
abstract ACTION |
ActionFactory.newHandler(Integer serverActionID,
org.dmd.dmp.server.extended.ActionRequest request,
ActionManagerIF actionManager,
CacheIF cache,
RequestTrackerIF requestTracker)
Derived classes overload this to instantiate a new ActionHandler that
can service the specified request.
|
| Constructor and Description |
|---|
ActionHandler(Integer serverActionID,
org.dmd.dmp.server.extended.ActionRequest request,
ActionManagerIF actionManager,
CacheIF cache,
RequestTrackerIF requestTracker) |
| Modifier and Type | Method and Description |
|---|---|
CacheIF |
CacheRegistration.getCache() |
| Constructor and Description |
|---|
CacheRegistration(CacheIF c,
SessionIF s)
Instantiates a new registration against the specified cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCachePlugin
The BasicCachePlugin provides the implementation of a cache of objects that are
the focus of your data management application.
|
| Constructor and Description |
|---|
SessionRI(CacheIF c,
RequestTrackerIF rt)
Instantiates a new session against the specified cache.
|
Copyright © 2019. All rights reserved.