Using TIBCO Hawk : Method Description

Method Description
The TIBCO Hawk classes have several methods for managing and monitoring a TIBCO Enterprise Message Service server. These methods correspond to commands you can issue in the administration tool.
Table 74 lists the methods of each class and the corresponding tibemsadmin command for the method. The table also lists the page where you can find more information about each command in Chapter 6, Using the EMS Administration Tool.
getQueues(
   String regexp)
getTopics(
   String regexp)
getDurables(
   String regexp)
show stat consumers
show stat producers
This method returns the list of ports the TIBCO Enterprise Message Service server is configured to listen on.
getCMLedgerInfo(
   String transport,
   String subjPattern)
getTransport(
   String name)
Check whether the server is reachable by attempting to connect to it. (Afterward, this method breaks the test connection.)
purgeDurable(
   String name,
   String clientID)
Specify the name of the durable subscription and the client ID associated with the durable subscription (client ID can be null).
purgeQueue(
   String name)
purgeTopic(
   String name)