com.tibco.rta.model.rule
Interface ActionDef


public interface ActionDef

An action function with execution constraints.


Method Summary
 ActionFunctionDescriptor getActionFunctionDescriptor()
          Get the associated function descriptor
 java.lang.String getAlertLevel()
           
 InvokeConstraint getConstraint()
          Get the associated execution constraint.
 java.lang.String getName()
          Get the action name.
 RuleDef getRuleDef()
           
 

Method Detail

getConstraint

InvokeConstraint getConstraint()
Get the associated execution constraint.

Returns:
the associated constraint.

getActionFunctionDescriptor

ActionFunctionDescriptor getActionFunctionDescriptor()
Get the associated function descriptor

Returns:
the associated function descriptor.

getName

java.lang.String getName()
Get the action name.

Returns:
the name.

getAlertLevel

java.lang.String getAlertLevel()

getRuleDef

RuleDef getRuleDef()


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.