skip to main content
Statement Pool Monitor : Accessing the Statement Pool Monitor : Using Progress DataDirect-Specific Methods
  
Using Progress DataDirect-Specific Methods
The ExtConnection.getStatementPoolMonitor() method returns an ExtStatementPoolMonitor object for the statement pool associated with the connection. This method is provided by the ExtConnection interface in the com.ddtek.jdbc.extensions package. If the connection does not have a statement pool, the method returns null.
Once you have an ExtStatementPoolMonitor object, you can use the poolEntries() method of the ExtStatementPoolMonitorMBean interface implemented by the ExtStatementPoolMonitor to return a list of statements in the statement pool as an array.
* Using the poolEntries() Method
* Example: Generating a List of Statements in the Statement Pool