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.SQLException
int getNumIdleConnectionsDefaultUser() throws java.sql.SQLException
java.sql.SQLException
int getNumBusyConnectionsDefaultUser() throws java.sql.SQLException
java.sql.SQLException
int getNumUnclosedOrphanedConnectionsDefaultUser() throws java.sql.SQLException
java.sql.SQLException
float getEffectivePropertyCycleDefaultUser() throws java.sql.SQLException
java.sql.SQLException
void softResetDefaultUser() throws java.sql.SQLException
java.sql.SQLException
int getNumConnections(java.lang.String username, java.lang.String password) throws java.sql.SQLException
java.sql.SQLException
int getNumIdleConnections(java.lang.String username, java.lang.String password) throws java.sql.SQLException
java.sql.SQLException
int getNumBusyConnections(java.lang.String username, java.lang.String password) throws java.sql.SQLException
java.sql.SQLException
int getNumUnclosedOrphanedConnections(java.lang.String username, java.lang.String password) throws java.sql.SQLException
java.sql.SQLException
float getEffectivePropertyCycle(java.lang.String username, java.lang.String password) throws java.sql.SQLException
java.sql.SQLException
void softReset(java.lang.String username, java.lang.String password) throws java.sql.SQLException
java.sql.SQLException
int getNumBusyConnectionsAllUsers() throws java.sql.SQLException
java.sql.SQLException
int getNumIdleConnectionsAllUsers() throws java.sql.SQLException
java.sql.SQLException
int getNumConnectionsAllUsers() throws java.sql.SQLException
java.sql.SQLException
int getNumUnclosedOrphanedConnectionsAllUsers() throws java.sql.SQLException
java.sql.SQLException
int getThreadPoolSize() throws java.sql.SQLException
java.sql.SQLException
int getThreadPoolNumActiveThreads() throws java.sql.SQLException
java.sql.SQLException
int getThreadPoolNumIdleThreads() throws java.sql.SQLException
java.sql.SQLException
int getThreadPoolNumTasksPending() throws java.sql.SQLException
java.sql.SQLException
java.lang.String sampleThreadPoolStackTraces() throws java.sql.SQLException
java.sql.SQLException
java.lang.String sampleThreadPoolStatus() throws java.sql.SQLException
java.sql.SQLException
void softResetAllUsers() throws java.sql.SQLException
java.sql.SQLException
int getNumUserPools() throws java.sql.SQLException
java.sql.SQLException
java.util.Collection getAllUsers() throws java.sql.SQLException
java.sql.SQLException
void hardReset() throws java.sql.SQLException
java.sql.SQLException
void close() throws java.sql.SQLException
java.sql.SQLException