connectionpool
Interface PoolMonitor

All Known Implementing Classes:
ConnectionPool

public abstract interface PoolMonitor


Method Summary
 ConfigMonitor getConfigMonitor()
           
 java.util.Vector getConnectionsInUse()
           
 int getCurrentPoolSize()
           
 int getNoOfFreeConnections()
           
 

Method Detail

getCurrentPoolSize

public int getCurrentPoolSize()
Returns:
Current size of the pool.

getNoOfFreeConnections

public int getNoOfFreeConnections()
Returns:
Number of free connections in the pool

getConnectionsInUse

public java.util.Vector getConnectionsInUse()
Returns:
Vector containing the connections that are currently in use.

getConfigMonitor

public ConfigMonitor getConfigMonitor()
Returns:
Instance of ConfigMonitor to examine the configuration of the pool.