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
 

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(String triggerID, String matchingRule, Calendar conditionTrueSince, Calendar actionFiredAt, Calendar ruleLastCheckedAt, ActionResult actionOutput, String statusInfo)
           
 



Copyright © 1999-2006 University of Chicago. All rights reserved.