
public class LeakDumperManagedConnectionPool extends SemaphoreArrayListManagedConnectionPool
| Constructor and Description |
|---|
LeakDumperManagedConnectionPool()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionListener |
getConnection(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
|
String |
toString()
String representation
|
addConnectionListener, fillTo, findConnectionListener, findConnectionListener, flush, getActive, getLastUsed, getStatistics, increaseCapacity, initialize, isEmpty, isFull, isIdle, isRunning, prefill, reenable, removeConnectionListener, removeIdleConnections, returnConnection, validateConnectionspublic LeakDumperManagedConnectionPool()
public ConnectionListener getConnection(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 shutdown()
shutdown in interface ManagedConnectionPoolshutdown in class SemaphoreArrayListManagedConnectionPoolpublic String toString()
toString in class SemaphoreArrayListManagedConnectionPoolCopyright © 2013 IronJacamar (http://www.ironjacamar.org)