Serialized Form


Package org.globus.mds.trigger.types

Class org.globus.mds.trigger.types.ActionResult extends java.lang.Object implements Serializable

Serialized Fields

_any

org.apache.axis.message.MessageElement[] _any

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.globus.mds.trigger.types.TriggerRuleType extends java.lang.Object implements Serializable

Serialized Fields

matchingRule

java.lang.String matchingRule

outputXSL

java.lang.String outputXSL

actionScript

java.lang.String actionScript

minimumFiringInterval

java.lang.Integer minimumFiringInterval

minimumMatchTime

java.lang.Integer minimumMatchTime

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.globus.mds.trigger.types.TriggerStatusType extends java.lang.Object implements Serializable

Serialized Fields

conditionTrueSince

java.util.Calendar conditionTrueSince
The matchingRule has been true since this time. This does not necessarily mean the rule has been fired (for example, the minimumMatchTime may not have yet been reached).


actionFiredAt

java.util.Calendar actionFiredAt
The time that the action script was last fired. This is needed to enforce minimumFiringInterval.


ruleLastCheckedAt

java.util.Calendar ruleLastCheckedAt
The time that the matchingRule was last checked against aggregated data, whether the matchingRule fired or not.


actionOutput

ActionResult actionOutput
The output tof the action script last time it was run. TODO: benc wonders about typing for this; perhaps it should be text or CDATA or mixed?


__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc