Table 50 TIBCO Hawk method names (Sheet 1 of 3)
TIBCO Hawk Agent Method Name
|
tibemsadmin Command
|
Page
|
com.tibco.tibjms.admin.hawk.HawkListener Methods
|
getMethods()
|
This method returns the list of methods that this TIBCO Hawk class can perform.
|
|
getServerInfo()
|
show server
|
|
getNumConnections()
|
Returns the number of connections.
|
|
getConnections
|
show connections
|
|
getUsers()
|
show users
|
|
getQueues( String regexp)
|
show queue
show queues
(shows information from both commands for each queue)
You can specify a queue name or a pattern to return all matching queue names.
|
|
getRoutes()
|
show route
show routes
(shows information from both commands for each route)
|
|
getTopics( String regexp)
|
show topic
show topics
(shows information from both commands for each topic)
You can specify a topic name or a pattern to return all matching topic names.
|
|
getDurables( String regexp)
|
show durables
You can specify a topic name or a pattern to return all matching durable subscriptions.
|
|
getConsumers()
|
show stat consumers
|
|
getProducers()
|
show stat producers
|
|
getListenPorts()
|
This method returns the list of ports the TIBCO Enterprise Message Service server is configured to listen on.
|
|
getCMLedgerInfo()
|
show rvcmledger
|
|
getTransports()
|
show rvcmlistener
|
|
getTransport()
|
show rvcmlistener
Shows the name and subject of the specified RVCM listener.
|
|
isRunning()
|
Check whether the server is reachable by attempting to connect to it. (Afterward, this method breaks the test connection.)
|
|
com.tibco.tibjms.admin.hawk.HawkController Methods (also contains all HawkListener methods)
|
getMethods()
|
This method returns the list of methods that this TIBCO Hawk class can perform.
|
|
shutdown()
|
shutdown
|
|
purgeDurable( String name, String clientID)
|
purge durable
Specify the name of the durable subscription and the client ID associated with the durable subscription (client ID can be null).
|
|
purgeQueue( String name)
|
purge queue
Specify the name of the queue to purge.
|
|
purgeTopic( String name)
|
purge topic
Specify the name of the topic to purge.
|
|
rotateLog()
|
rotatelog
|
|