Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
There is a Hawk method named ListDbConnections. This has been given as one of the TIBCO Hawk Microagent Methods in the BW documentation (https://docs.tibco.com/pub/activematrix_businessworks/5.11.0-november-2012/doc/html/tib_bw_administration/wwhelp/wwhimpl/common/html/wwhelp.htm#href=admin.5.73.htm&single=true) .
+++++++++++++++++
ListDbConnections:
Description:
Returns a list of all open and idle JDBC connections that have been opened by a single instance of ActiveMatrix BusinessWorks engine. This is the only function which you can get the opened connection in one BW engine. The output of that method looks like the following:
Connection-State Connection-Name User-Name Connection-Owner Idle-Time
Active /JDBC Connection.sharedjdbc tibco JDBC Call Procedure for 1000Job-1000 0
+++++++++++++++++