public interface TimeBasedConstraint extends InvokeConstraint
Modifier and Type | Interface and Description |
---|---|
static class |
TimeBasedConstraint.Constraint
An enumeration of possible constraints.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getConstraint
long getInvocationFrequency()
long getMaxInvocationCount()
TimeBasedConstraint.Constraint getTimeConstraint()
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.