| org.jboss.resource.connectionmanager.ManagedConnectionPool
flush | void flush()(Code) | | flush the pool
|
getAvailableConnectionCount | long getAvailableConnectionCount()(Code) | | the available connections |
getConnection | ConnectionListener getConnection(Transaction trackByTransaction, Subject subject, ConnectionRequestInfo cri) throws ResourceException(Code) | | Get a connection
Parameters: trackByTransaction - for transaction stickiness Parameters: subject - the subject for connection Parameters: cri - the connection request information a connection event listener wrapping the connection throws: ResourceException - for any error |
getConnectionCount | int getConnectionCount()(Code) | | the connection count |
getConnectionCreatedCount | int getConnectionCreatedCount()(Code) | | the connections created count |
getConnectionDestroyedCount | int getConnectionDestroyedCount()(Code) | | the connections destroyed count |
getInUseConnectionCount | int getInUseConnectionCount()(Code) | | the connections in use count |
getManagedConnectionFactory | ManagedConnectionFactory getManagedConnectionFactory()(Code) | | Retrieve the managed connection factory for this pool
the managed connection factory |
getMaxConnectionsInUseCount | int getMaxConnectionsInUseCount()(Code) | | the available connections |
returnConnection | void returnConnection(ConnectionListener cl, boolean kill) throws ResourceException(Code) | | Return a connection
Parameters: cl - the connection event listener wrapping the connection Parameters: kill - whether to destroy the managed connection throws: ResourceException - for any error |
setConnectionListenerFactory | void setConnectionListenerFactory(ConnectionListenerFactory clf)(Code) | | Set the connection listener factory
Parameters: clf - the connection event listener factory |
shutdown | void shutdown()(Code) | | shutdown the pool
|
|
|