com.tibco.rta.model.rule
Interface TimeBasedConstraint

All Superinterfaces:
InvokeConstraint

public interface TimeBasedConstraint
extends InvokeConstraint

A time based execution constraint for actions.


Nested Class Summary
static class TimeBasedConstraint.Constraint
          An enumeration of possible constraints.
 
Method Summary
 long getInvocationFrequency()
          Time, in milliseconds indicating how often to invoke the set action.
 long getMaxInvocationCount()
          Number of times the set action has to be invoked.
 TimeBasedConstraint.Constraint getTimeConstraint()
          Get the associated time constraint enumeration.
 
Methods inherited from interface com.tibco.rta.model.rule.InvokeConstraint
getConstraint
 

Method Detail

getInvocationFrequency

long getInvocationFrequency()
Time, in milliseconds indicating how often to invoke the set action.

Returns:

getMaxInvocationCount

long getMaxInvocationCount()
Number of times the set action has to be invoked.

Returns:
the frequency.

getTimeConstraint

TimeBasedConstraint.Constraint getTimeConstraint()
Get the associated time constraint enumeration.

Returns:
the constraint.


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