@PermitAll public class SharedRecordEnginePlugin extends Object implements EnginePlugin
| Constructor and Description |
|---|
SharedRecordEnginePlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterIteration(ModelInstanceEntity modelInstance)
This method is executed after each engine iteration.
|
void |
afterLoop(ModelInstanceEntity modelInstance)
This method is executed after the engine loop has finished.
|
void |
beforeIteration(ModelInstanceEntity modelInstance)
This method is executed before each engine iteration.
|
void |
beforeLoop(ModelInstanceEntity modelInstance)
This method is executed after a message is handled, but before starting the engine loop.
|
void |
beforeMessage(Message msg,
ModelInstanceEntity modelInstance)
This method is executed before a message is handled.
|
public void beforeMessage(Message msg, ModelInstanceEntity modelInstance)
EnginePluginbeforeMessage in interface EnginePluginpublic void beforeLoop(ModelInstanceEntity modelInstance)
EnginePluginbeforeLoop in interface EnginePluginpublic void afterLoop(ModelInstanceEntity modelInstance)
EnginePluginafterLoop in interface EnginePluginpublic void beforeIteration(ModelInstanceEntity modelInstance)
EnginePluginbeforeIteration in interface EnginePluginpublic void afterIteration(ModelInstanceEntity modelInstance)
EnginePluginafterIteration in interface EnginePluginCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.