|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.trigger.types.TriggerStatusType
| Field Summary | |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.util.Calendar |
actionFiredAt
The time that the action script was last fired. |
private ActionResult |
actionOutput
The output tof the action script last time it was run. |
private java.util.Calendar |
conditionTrueSince
The matchingRule has been true since this time. |
private java.util.Calendar |
ruleLastCheckedAt
The time that the matchingRule was last checked against aggregated data, whether the matchingRule fired or not. |
private static org.apache.axis.description.TypeDesc |
typeDesc
|
| Constructor Summary | |
TriggerStatusType()
|
|
TriggerStatusType(java.util.Calendar actionFiredAt,
ActionResult actionOutput,
java.util.Calendar conditionTrueSince,
java.util.Calendar ruleLastCheckedAt)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.util.Calendar |
getActionFiredAt()
Gets the actionFiredAt value for this TriggerStatusType. |
ActionResult |
getActionOutput()
Gets the actionOutput value for this TriggerStatusType. |
java.util.Calendar |
getConditionTrueSince()
Gets the conditionTrueSince value for this TriggerStatusType. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.util.Calendar |
getRuleLastCheckedAt()
Gets the ruleLastCheckedAt value for this TriggerStatusType. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setActionFiredAt(java.util.Calendar actionFiredAt)
Sets the actionFiredAt value for this TriggerStatusType. |
void |
setActionOutput(ActionResult actionOutput)
Sets the actionOutput value for this TriggerStatusType. |
void |
setConditionTrueSince(java.util.Calendar conditionTrueSince)
Sets the conditionTrueSince value for this TriggerStatusType. |
void |
setRuleLastCheckedAt(java.util.Calendar ruleLastCheckedAt)
Sets the ruleLastCheckedAt value for this TriggerStatusType. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.Calendar conditionTrueSince
private java.util.Calendar actionFiredAt
private java.util.Calendar ruleLastCheckedAt
private ActionResult actionOutput
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
| Constructor Detail |
public TriggerStatusType()
public TriggerStatusType(java.util.Calendar actionFiredAt,
ActionResult actionOutput,
java.util.Calendar conditionTrueSince,
java.util.Calendar ruleLastCheckedAt)
| Method Detail |
public java.util.Calendar getConditionTrueSince()
public void setConditionTrueSince(java.util.Calendar conditionTrueSince)
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).public java.util.Calendar getActionFiredAt()
public void setActionFiredAt(java.util.Calendar actionFiredAt)
actionFiredAt - The time that the action script was last fired. This is needed
to enforce minimumFiringInterval.public java.util.Calendar getRuleLastCheckedAt()
public void setRuleLastCheckedAt(java.util.Calendar ruleLastCheckedAt)
ruleLastCheckedAt - The time that the matchingRule was last checked against
aggregated data, whether the matchingRule fired or not.public ActionResult getActionOutput()
public void setActionOutput(ActionResult actionOutput)
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?public boolean equals(java.lang.Object obj)
public int hashCode()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||