public interface PooledDataSourceManagerMBean
java.lang.String getIdentityToken()
java.lang.String getDataSourceName()
void setDataSourceName(java.lang.String dataSourceName)
int getNumConnectionsDefaultUser()
throws java.sql.SQLException
java.sql.SQLExceptionint getNumIdleConnectionsDefaultUser()
throws java.sql.SQLException
java.sql.SQLExceptionint getNumBusyConnectionsDefaultUser()
throws java.sql.SQLException
java.sql.SQLExceptionint getNumUnclosedOrphanedConnectionsDefaultUser()
throws java.sql.SQLException
java.sql.SQLExceptionfloat getEffectivePropertyCycleDefaultUser()
throws java.sql.SQLException
java.sql.SQLExceptionvoid softResetDefaultUser()
throws java.sql.SQLException
java.sql.SQLExceptionint getNumConnections(java.lang.String username,
java.lang.String password)
throws java.sql.SQLException
java.sql.SQLExceptionint getNumIdleConnections(java.lang.String username,
java.lang.String password)
throws java.sql.SQLException
java.sql.SQLExceptionint getNumBusyConnections(java.lang.String username,
java.lang.String password)
throws java.sql.SQLException
java.sql.SQLExceptionint getNumUnclosedOrphanedConnections(java.lang.String username,
java.lang.String password)
throws java.sql.SQLException
java.sql.SQLExceptionfloat getEffectivePropertyCycle(java.lang.String username,
java.lang.String password)
throws java.sql.SQLException
java.sql.SQLExceptionvoid softReset(java.lang.String username,
java.lang.String password)
throws java.sql.SQLException
java.sql.SQLExceptionint getNumBusyConnectionsAllUsers()
throws java.sql.SQLException
java.sql.SQLExceptionint getNumIdleConnectionsAllUsers()
throws java.sql.SQLException
java.sql.SQLExceptionint getNumConnectionsAllUsers()
throws java.sql.SQLException
java.sql.SQLExceptionint getNumUnclosedOrphanedConnectionsAllUsers()
throws java.sql.SQLException
java.sql.SQLExceptionint getThreadPoolSize()
throws java.sql.SQLException
java.sql.SQLExceptionint getThreadPoolNumActiveThreads()
throws java.sql.SQLException
java.sql.SQLExceptionint getThreadPoolNumIdleThreads()
throws java.sql.SQLException
java.sql.SQLExceptionint getThreadPoolNumTasksPending()
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.String sampleThreadPoolStackTraces()
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.String sampleThreadPoolStatus()
throws java.sql.SQLException
java.sql.SQLExceptionvoid softResetAllUsers()
throws java.sql.SQLException
java.sql.SQLExceptionint getNumUserPools()
throws java.sql.SQLException
java.sql.SQLExceptionjava.util.Collection getAllUsers()
throws java.sql.SQLException
java.sql.SQLExceptionvoid hardReset()
throws java.sql.SQLException
java.sql.SQLExceptionvoid close()
throws java.sql.SQLException
java.sql.SQLException