@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)
EnginePlugin
beforeMessage
in interface EnginePlugin
public void beforeLoop(ModelInstanceEntity modelInstance)
EnginePlugin
beforeLoop
in interface EnginePlugin
public void afterLoop(ModelInstanceEntity modelInstance)
EnginePlugin
afterLoop
in interface EnginePlugin
public void beforeIteration(ModelInstanceEntity modelInstance)
EnginePlugin
beforeIteration
in interface EnginePlugin
public void afterIteration(ModelInstanceEntity modelInstance)
EnginePlugin
afterIteration
in interface EnginePlugin
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.