
public class LeakDumperManagedConnectionPool extends SemaphoreArrayListManagedConnectionPool
| Constructor and Description |
|---|
LeakDumperManagedConnectionPool()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
connectionListenerDestroyed(ConnectionListener cl)
Notify that a connection listener belonging to this pool was destroyed.
|
ConnectionListener |
getConnection(javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri)
Returns a connection listener that wraps managed connection.
|
void |
returnConnection(ConnectionListener cl,
boolean kill,
boolean cleanup) |
void |
shutdown()
Shutdown
|
java.lang.String |
toString()
String representation
|
addConnectionListener, fillTo, findConnectionListener, findConnectionListener, flush, getActive, getLastUsed, increaseCapacity, initialize, isEmpty, isIdle, isRunning, prefill, removeConnectionListener, removeIdleConnections, returnConnection, validateConnectionspublic LeakDumperManagedConnectionPool()
public ConnectionListener getConnection(javax.security.auth.Subject subject, javax.resource.spi.ConnectionRequestInfo cri) throws javax.resource.ResourceException
getConnection in interface ManagedConnectionPoolgetConnection in class SemaphoreArrayListManagedConnectionPoolsubject - subjectcri - connection request infojavax.resource.ResourceException - exceptionpublic void returnConnection(ConnectionListener cl, boolean kill, boolean cleanup)
returnConnection in class SemaphoreArrayListManagedConnectionPoolpublic void connectionListenerDestroyed(ConnectionListener cl)
connectionListenerDestroyed in interface ManagedConnectionPoolconnectionListenerDestroyed in class SemaphoreArrayListManagedConnectionPoolpublic void shutdown()
shutdown in interface ManagedConnectionPoolshutdown in class SemaphoreArrayListManagedConnectionPoolpublic java.lang.String toString()
toString in class SemaphoreArrayListManagedConnectionPoolCopyright © 2014 IronJacamar (http://www.ironjacamar.org)