- RBEConfigObject - Interface in COM.TIBCO.hawk.config.rbengine
-
This interface provides the facilities required to save
RuleBaseEngine configuration objects to files.
- RBEConfigObjectAttributes - Class in COM.TIBCO.hawk.config.rbengine
-
This
RBEConfigObjectAttributes
contains basic attributes of a rulebase configuration objects such as Rulebase, Schedules, or RBMap.
- RBEConfigObjectException - Exception in COM.TIBCO.hawk.config.rbengine
-
RBEConfigObjectException is the superclass of all
Rulebase, Schedule and RulebaseMap API exceptions.
- RBEConfigObjectException(String) - Constructor for exception COM.TIBCO.hawk.config.rbengine.RBEConfigObjectException
-
Contructs RBEConfigObjectException from an error message.
- RBEConfigObjectXML - Class in COM.TIBCO.hawk.config.rbengine
-
This class encapsulates a TIBCO Hawk configuration object
in an XML representation.
- RBEConfigObjectXML(RBEConfigObject) - Constructor for class COM.TIBCO.hawk.config.rbengine.RBEConfigObjectXML
-
Constructs a RBEConfigObjectXML from a specified RBEConfigObject.
- RBMap - Class in COM.TIBCO.hawk.config.rbengine.rbmap
-
RBMap represents a rulebase map.
- RBMap() - Constructor for class COM.TIBCO.hawk.config.rbengine.rbmap.RBMap
-
Construct an empty rulebase map.
- RBMap(Reader) - Constructor for class COM.TIBCO.hawk.config.rbengine.rbmap.RBMap
-
Create a RBMap from the reader.
- RBMapException - Exception in COM.TIBCO.hawk.config.rbengine.rbmap
-
Signals that an error occurred while processing rulebase map.
- RBMapException(String) - Constructor for exception COM.TIBCO.hawk.config.rbengine.rbmap.RBMapException
-
Construct a RBMapException with the specified error message
- RBMapException(Exception) - Constructor for exception COM.TIBCO.hawk.config.rbengine.rbmap.RBMapException
-
Construct a RBMapException from the specified exception
- RBMapXML - Class in COM.TIBCO.hawk.config.rbengine.rbmap
-
The
RBMapXML
provides methods for accessing XML representation of a
RBMap
.
- RBMapXML(RBMap) - Constructor for class COM.TIBCO.hawk.config.rbengine.rbmap.RBMapXML
-
Constructs a RBMapXML for a specified RBMap.
- removeCommand(String) - Method in class COM.TIBCO.hawk.config.rbengine.rbmap.RBMap
-
Removes a command mapping for the specified command.
- removeExclusionPeriod(Scheduleable) - Method in class COM.TIBCO.hawk.config.rbengine.schedule.Schedule
-
Removes an period from existing a list of exclusion periods.
- removeGroup(String) - Method in class COM.TIBCO.hawk.config.rbengine.rbmap.RBMap
-
Removes a group mapping for the specified group.
- removeInclusionPeriod(Scheduleable) - Method in class COM.TIBCO.hawk.config.rbengine.schedule.Schedule
-
Removes an period from existing a list of inclusion periods.
- removePeriodGroup(PeriodGroup) - Method in class COM.TIBCO.hawk.config.rbengine.schedule.Schedules
-
Removes a period group from the current list of PeriodGroup in this Schedules.
- removeRulebase(String) - Method in class COM.TIBCO.hawk.config.rbengine.rbmap.RBMap
-
Removes a rulebase mapping for the specified rulebase.
- removeSchedule(Schedule) - Method in class COM.TIBCO.hawk.config.rbengine.schedule.Schedules
-
Deprecated.
- removeSchedule(String) - Method in class COM.TIBCO.hawk.config.rbengine.schedule.Schedules
-
Removes a schedule from the current list of schedules.
- renamePeriodGroup(String, String) - Method in class COM.TIBCO.hawk.config.rbengine.schedule.Schedules
-
Renames a PeriodGroup.
- restoreFromFile(String) - Static method in class COM.TIBCO.hawk.config.rbengine.util.MicroAgentDescriptorXML
-
Restore a MicroAgentDescriptor from a file.
- Rule - Class in COM.TIBCO.hawk.config.rbengine.rulebase
-
Rule objects are the primary components of a rulebase.
- Rule(DataSource, Test[]) - Constructor for class COM.TIBCO.hawk.config.rbengine.rulebase.Rule
-
Constructs a Rule object
- Rulebase - Class in COM.TIBCO.hawk.config.rbengine.rulebase
-
This class represents a rulebase.
- Rulebase(Reader) - Constructor for class COM.TIBCO.hawk.config.rbengine.rulebase.Rulebase
-
Construct the ruleBase object from a reader.
- Rulebase(String, Rule[]) - Constructor for class COM.TIBCO.hawk.config.rbengine.rulebase.Rulebase
-
Constructs a Rulebase.
- RulebaseElement - Class in COM.TIBCO.hawk.config.rbengine.rulebase
-
This class is a super class of the major rulebase elements:
Rulebase, Rule, Test, and Action.
- RulebaseException - Exception in COM.TIBCO.hawk.config.rbengine.rulebase
-
Signals that an error occurred while processing the rulebase.
- RulebaseException(String) - Constructor for exception COM.TIBCO.hawk.config.rbengine.rulebase.RulebaseException
-
Constructs a RulebaseException with the specified detail message.
- ruleBaseMapFileName - Static variable in class COM.TIBCO.hawk.config.rbengine.rbmap.RBMap
-
Default filename for rulebase map.
- ruleBaseMapName - Static variable in class COM.TIBCO.hawk.config.rbengine.rbmap.RBMap
-
Default name for rulebase map.
- RulebaseXML - Class in COM.TIBCO.hawk.config.rbengine.rulebase
-
This class encapsulates the xml representation of a Rulebase.
- RulebaseXML(Rulebase) - Constructor for class COM.TIBCO.hawk.config.rbengine.rulebase.RulebaseXML
-
Constructor
- RuleDataContext - Interface in COM.TIBCO.hawk.config.rbengine.rulebase
-
This class represents the context of the rulebase.