Package | Description |
---|---|
COM.TIBCO.hawk.config.rbengine.rulebase |
Provides classes for creating and processing rulebase used in TIBCO Hawk agents.
|
COM.TIBCO.hawk.config.rbengine.rulebase.policy |
Provides classes for creating and processing rulebase related policies.
|
Modifier and Type | Method and Description |
---|---|
PerformActionPolicy |
ConsequenceAction.getPerformActionPolicy()
Returns the perform action policy.
|
Modifier and Type | Method and Description |
---|---|
void |
ConsequenceAction.setPerformActionPolicy(PerformActionPolicy policy)
Sets the perform action policy.
|
Modifier and Type | Class and Description |
---|---|
class |
PerformAlways
This policy is used to indicate that an action should always be executed.
|
class |
PerformCountOnInterval
This policy is used to indicate that an action should be executed a fixed
number of times with a minimum pause between executions.
|
class |
PerformOnceOnly
This policy is used to indicate that an action should be executed
only once durring a true series.
|
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.