| Package | Description |
|---|---|
| org.dmd.dmp.server.servlet.base | |
| org.dmd.dmp.server.servlet.base.actions | |
| org.dmd.dmp.server.servlet.base.plugins | |
| org.dmd.dmp.server.servlet.extended |
| Modifier and Type | Method and Description |
|---|---|
RequestTrackerIF |
PluginManager.getRequestTracker() |
| 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 | Class and Description |
|---|---|
class |
BasicRequestTrackerPlugin
The RequestTrackerPlugin implements the RequestTrackerIF interface and provides a
standard mechanism of handling both synchronous and asynchronous Dark Matter Protocol
Requests.
|
| Constructor and Description |
|---|
SessionRI(CacheIF c,
RequestTrackerIF rt)
Instantiates a new session against the specified cache.
|
Copyright © 2019. All rights reserved.