Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix A Common Configuration Object API Methods : Interaction with Agent and Repository using the Console API

Interaction with Agent and Repository using the Console API
An application that uses the Configuration Object API often needs to retrieve, update, or replace such configuration objects. To retrieve and send the configuration objects from the application to the agent or repository, the application needs to use the Console API.
The following steps illustrate one possible way that an application using the Console API and Configuration Object API can update a configuration object of an agent or repository.
1.
2.
3.
4.
5.
6.
7.
For convenience, the rest of this section lists the methods in RulebaseEngine and Repository microagent that are useful for retrieving and updating Rulebase, Schedule, and Rulebase Map. The complete list of methods can be found in the TIBCO Hawk Methods Reference.
For details and code samples, refer to the Java sample descriptions in Appendix B, Sample Programs, and the sample Java files described there.
For details on TIBHawkConsole, AgentMonitor, AgentMonitorEvent, AgentInstance, and other Console API classes, please refer to Chapter 2, Console API.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved