Uses of Class
org.globus.mds.trigger.types.ActionResult

Packages that use ActionResult
org.globus.mds.trigger.types   
 

Uses of ActionResult in org.globus.mds.trigger.types
 

Fields in org.globus.mds.trigger.types declared as ActionResult
private  ActionResult TriggerStatusType.actionOutput
          The output tof the action script last time it was run.
 

Methods in org.globus.mds.trigger.types that return ActionResult
 ActionResult TriggerStatusType.getActionOutput()
          Gets the actionOutput value for this TriggerStatusType.
 

Methods in org.globus.mds.trigger.types with parameters of type ActionResult
 void TriggerStatusType.setActionOutput(ActionResult actionOutput)
          Sets the actionOutput value for this TriggerStatusType.
 

Constructors in org.globus.mds.trigger.types with parameters of type ActionResult
TriggerStatusType(java.util.Calendar actionFiredAt, ActionResult actionOutput, java.util.Calendar conditionTrueSince, java.util.Calendar ruleLastCheckedAt)