|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.trigger.types.TriggerStatusType
| Constructor Summary | |
TriggerStatusType()
|
|
TriggerStatusType(String triggerID,
String matchingRule,
Calendar conditionTrueSince,
Calendar actionFiredAt,
Calendar ruleLastCheckedAt,
ActionResult actionOutput,
String statusInfo)
|
|
| Method Summary | |
boolean |
equals(Object obj)
|
Calendar |
getActionFiredAt()
Gets the actionFiredAt value for this TriggerStatusType. |
ActionResult |
getActionOutput()
Gets the actionOutput value for this TriggerStatusType. |
Calendar |
getConditionTrueSince()
Gets the conditionTrueSince value for this TriggerStatusType. |
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getMatchingRule()
Gets the matchingRule value for this TriggerStatusType. |
Calendar |
getRuleLastCheckedAt()
Gets the ruleLastCheckedAt value for this TriggerStatusType. |
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String |
getStatusInfo()
Gets the statusInfo value for this TriggerStatusType. |
String |
getTriggerID()
Gets the triggerID value for this TriggerStatusType. |
static TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setActionFiredAt(Calendar actionFiredAt)
Sets the actionFiredAt value for this TriggerStatusType. |
void |
setActionOutput(ActionResult actionOutput)
Sets the actionOutput value for this TriggerStatusType. |
void |
setConditionTrueSince(Calendar conditionTrueSince)
Sets the conditionTrueSince value for this TriggerStatusType. |
void |
setMatchingRule(String matchingRule)
Sets the matchingRule value for this TriggerStatusType. |
void |
setRuleLastCheckedAt(Calendar ruleLastCheckedAt)
Sets the ruleLastCheckedAt value for this TriggerStatusType. |
void |
setStatusInfo(String statusInfo)
Sets the statusInfo value for this TriggerStatusType. |
void |
setTriggerID(String triggerID)
Sets the triggerID value for this TriggerStatusType. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TriggerStatusType()
public TriggerStatusType(String triggerID,
String matchingRule,
Calendar conditionTrueSince,
Calendar actionFiredAt,
Calendar ruleLastCheckedAt,
ActionResult actionOutput,
String statusInfo)
| Method Detail |
public String getTriggerID()
public void setTriggerID(String triggerID)
triggerID - * This is an optional implementation assigned value that may
be used by the implementation to associate multiple TriggerRule and
TriggerStatus pairs.public String getMatchingRule()
public void setMatchingRule(String matchingRule)
matchingRule - * The original matchingRule to which this TriggerStatus corresponds
to. This field is populated for reference only. The triggerID field
should be used for exact matching of TriggerStatusType to TriggerRuleType.public Calendar getConditionTrueSince()
public void setConditionTrueSince(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 Calendar getActionFiredAt()
public void setActionFiredAt(Calendar actionFiredAt)
actionFiredAt - * The time that the action script was last fired. This is needed
to enforce minimumFiringInterval.public Calendar getRuleLastCheckedAt()
public void setRuleLastCheckedAt(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 of the action script last time it was run. The type
is XSD:any.public String getStatusInfo()
public void setStatusInfo(String statusInfo)
statusInfo - * The service may write state or error information to this string
field during runtime.public boolean equals(Object obj)
public int hashCode()
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||