public class AM_ExecuteDefault extends AM_Module
adminKey, autoEngine, autoMan, evaluationMessage, passwordHandler, policy
Constructor and Description |
---|
AM_ExecuteDefault(Service serviceObj,
PasswordHandler passwordHandler)
Create a new instance of AM_ExecuteDefault.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.ArrayList<KeyValue> |
process(MessageInfo messageInfo)
Process the data and return the result.
|
evaluationMessage, setAutonomicManager, setPolicy
public AM_ExecuteDefault(Service serviceObj, PasswordHandler passwordHandler) throws java.lang.Exception
AutoEngine
if the
AutonomicManager
wraps a licas Service
-derived object.serviceObj
- the service object wrapped by the autonomic manager.passwordHandler
- the service's password handler, for the auto script engine.java.lang.Exception
- any error.protected java.util.ArrayList<KeyValue> process(MessageInfo messageInfo) throws java.lang.Exception
setEventRuleAction
method, for example.process
in class AM_Module
messageInfo
- the message to evaluate.KeyValue
objects that can include a Const
.REPLY
object and AiConst
.EFFECTOR
method XML description, or other objects. These are typically all included with each action message,
where they have to be identified by the related key value.java.lang.Exception
- any error.