Package | Description |
---|---|
org.jboss.jca.core.connectionmanager.pool.idle |
This package contains the infrastructure for removing idle connections.
|
org.jboss.jca.core.connectionmanager.pool.mcp |
This package contains the managed connection pool implementations and the
factory to create one with.
|
Modifier and Type | Method and Description |
---|---|
void |
IdleRemover.registerPool(IdleConnectionRemovalSupport mcp,
long interval)
Register pool for connection validation.
|
void |
IdleRemover.unregisterPool(IdleConnectionRemovalSupport mcp)
Unregister pool instance for connection validation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ManagedConnectionPool
Represents a managed connection pool, which manages all connection listeners
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayBlockingQueueManagedConnectionPool
A managed connection pool implementation using ArrayBlockingQueue
|
class |
LeakDumperManagedConnectionPool
A managed connection pool which dumps any leaks at shutdown
|
class |
SemaphoreArrayListManagedConnectionPool
The internal pool implementation
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)