|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
HawkController | HawkController runs inside a Hawk Agent to provide monitoring and control of an EMS server. |
HawkListener | HawkListener runs inside a Hawk Agent to provide monitoring of an EMS server. |
HawkParser | This class provides assistance for building Hawk return values. |
HawkReturn | This class encapsulates a return value for a hawk method. |
HawkTabReturn | This class encapsulates a tabular return value for a hawk method. |
Provides classes for administering a TIBCO Enterprise Message Service via Hawk Interfaces.
The methods in these classes are not intended to be invoked directly. Instead, the Hawk Agent process will load these classes on start up in order to administer instances of tibjmsd.
To install these classes for use in a Hawk Agent running on a Unix platform, you must edit the configuration file for the hawk agent. Edit $HAWK_ROOT/bin/hawkagent.cfg file, and add the following lines at the end:
-M com.tibco.tibjms.admin.HawkListener -server <JMS daemon URL> -user <JMS admin user> -password <JMS admin password>The hawk agent must be able to find the HawkListener class and all of the classes it depends on, so add jmshawk.jar to the CLASSPATH before invoking the agent, or copy jmshawk.jar into HAWK_ROOT/java.
To install these classes for use in a Hawk Agent running on a Windows platform, you must follow these steps:
|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |