| Package | Description |
|---|---|
| org.dmd.dmp.server.servlet.base.actions | |
| org.dmd.dmp.server.servlet.base.plugins |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionFactory<ACTION extends ActionHandler,INFO extends org.dmd.dms.extended.ActionTriggerInfo>
The ActionFactory allows an action manager to determine the action trigger info
associated with an ActionHandler and instantiate new ActionHandlers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionManagerIF.actionComplete(ActionHandler actionHandler)
Again, this method can be used by an "action handler wrapper" to
notify the action manager when an action handler exits its run() method
normally.
|
void |
ActionManagerIF.actionFailed(ActionHandler actionHandler,
Exception ex)
This method allows for use of an "action handler wrapper" that
will catch any exceptions thrown from an action handler's run()
method.
|
| Constructor and Description |
|---|
HeartbeatTask(ActionHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicActionManagerPlugin.actionComplete(ActionHandler actionHandler) |
void |
BasicActionManagerPlugin.actionFailed(ActionHandler actionHandler,
Exception ex)
An action handler has thrown an exception (which it shouldn't really).
|
Copyright © 2019. All rights reserved.