Package | Description |
---|---|
COM.TIBCO.hawk.config.rbengine |
Provides an interface and base classes for TIBCO Hawk configuration objects.
|
COM.TIBCO.hawk.config.rbengine.rbmap |
Provides classes for creating and processing rulebase map used by TIBCO Hawk Agents.
|
COM.TIBCO.hawk.config.rbengine.rulebase |
Provides classes for creating and processing rulebase used in TIBCO Hawk agents.
|
COM.TIBCO.hawk.config.rbengine.schedule |
Provides classes for creating and processing schedules used in the rulebases of TIBCO Hawk agents.
|
Modifier and Type | Method and Description |
---|---|
void |
RBEConfigObject.toXML(java.io.Writer writer)
Write the configuration object to the writer in XML.
|
Modifier and Type | Class and Description |
---|---|
class |
RBMapException
Signals that an error occurred while processing rulebase map.
|
Modifier and Type | Method and Description |
---|---|
void |
RBMap.toXML(java.io.Writer writer)
Writes the rulebase map in XML representation to Writer in XML.
|
Modifier and Type | Class and Description |
---|---|
class |
RulebaseException
Signals that an error occurred while processing the rulebase.
|
Modifier and Type | Class and Description |
---|---|
class |
ScheduleException
Signals that an error occurred while processing schedule.
|
Modifier and Type | Method and Description |
---|---|
static Schedules |
Schedules.load(java.lang.String filename)
Deprecated.
|
static void |
Schedules.loadFromFile(java.lang.String path)
Deprecated.
|
void |
Schedules.saveToFile(java.lang.String filename)
Deprecated.
|
void |
Schedules.toXML(java.io.Writer writer)
Writes the Schedules object to Writer in XML format.
|
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.