| Interface | Description |
|---|---|
| EventBusIF |
The EventManagerIF interface defines an entity that acts as an event bus
within the web server.
|
| EventHandlerIF |
The EventHandlerIF interface is implemented by entities that want to register
with an EventBusIF for DMPEvent notification.
|
| SessionIF |
The SessionIF is implemented by components that represent a validated session
with a web application.
|
| Class | Description |
|---|---|
| DmpServletPlugin |
The DmpServletPlugin class is an abstract base from which all plugins
used in the DMP Servlet Reference Implementation must be derived.
|
| GetRequestProcessor |
The GetRequestProcessor is designed to asynchronously return a set of objects
from the cache in such a way that, if events are requested for the objects,
the client's view of the objects will always be in sync with the state of
the objects in the cache.
|
| HierarchicNode |
The HierarachicNode class is used to hold Dark Matter Object's that
are named by hierarchic names in their appropriate parent/child relationships.
|
| PluginManager |
The PluginManager reads a plugin configuration and loads and instantiates
the plugins specified.
|
Copyright © 2019. All rights reserved.