Package | Description |
---|---|
org.jboss.jca.core.api.management |
This package contains management view of the container in a non-technology specific way.
|
org.jboss.jca.core.connectionmanager.pool |
This package contains the connection pool implementation.
|
org.jboss.jca.core.connectionmanager.pool.api |
This package contains the connection pool api.
|
org.jboss.jca.core.connectionmanager.pool.mcp |
This package contains the managed connection pool implementations and the
factory to create one with.
|
org.jboss.jca.core.connectionmanager.pool.strategy |
This package contains the connection pool strategies.
|
Modifier and Type | Method and Description |
---|---|
PoolConfiguration |
ConnectionFactory.getPoolConfiguration()
Get the pool configuration instance.
|
PoolConfiguration |
DataSource.getPoolConfiguration()
Get the pool configuration instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionFactory.setPoolConfiguration(PoolConfiguration pc)
Set the pool configuration
|
void |
DataSource.setPoolConfiguration(PoolConfiguration pc)
Set the pool configuration
|
Constructor and Description |
---|
AbstractPool(javax.resource.spi.ManagedConnectionFactory mcf,
PoolConfiguration pc,
boolean noTxSeparatePools,
boolean sharable)
Create a new base pool.
|
AbstractPrefillPool(javax.resource.spi.ManagedConnectionFactory mcf,
PoolConfiguration pc,
boolean noTxSeparatePools,
boolean sharable)
Create a new prefill pool.
|
Modifier and Type | Method and Description |
---|---|
Pool |
PoolFactory.create(PoolStrategy strategy,
javax.resource.spi.ManagedConnectionFactory mcf,
PoolConfiguration pc,
boolean noTxSeparatePools,
boolean sharable)
Create a pool
|
Modifier and Type | Method and Description |
---|---|
ManagedConnectionPool |
ManagedConnectionPoolFactory.create(javax.resource.spi.ManagedConnectionFactory mcf,
ConnectionManager cm,
javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri,
PoolConfiguration pc,
Pool p)
Create a managed connection pool using the default implementation strategy
|
ManagedConnectionPool |
ManagedConnectionPoolFactory.create(java.lang.String strategy,
javax.resource.spi.ManagedConnectionFactory mcf,
ConnectionManager cm,
javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri,
PoolConfiguration pc,
Pool p)
Create a managed connection pool using a specific implementation strategy
|
void |
ManagedConnectionPool.initialize(javax.resource.spi.ManagedConnectionFactory mcf,
ConnectionManager cm,
javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri,
PoolConfiguration pc,
Pool p)
Initialize the managed connection pool
|
void |
ArrayBlockingQueueManagedConnectionPool.initialize(javax.resource.spi.ManagedConnectionFactory mcf,
ConnectionManager cm,
javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri,
PoolConfiguration pc,
Pool p)
Initialize the managed connection pool
|
void |
SemaphoreArrayListManagedConnectionPool.initialize(javax.resource.spi.ManagedConnectionFactory mcf,
ConnectionManager cm,
javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri,
PoolConfiguration pc,
Pool p)
Initialize the managed connection pool
|
Constructor and Description |
---|
OnePool(javax.resource.spi.ManagedConnectionFactory mcf,
PoolConfiguration pc,
boolean noTxSeparatePools,
boolean sharable)
Creates a new instance.
|
PoolByCri(javax.resource.spi.ManagedConnectionFactory mcf,
PoolConfiguration pc,
boolean noTxSeparatePools,
boolean sharable)
Creates a new instance.
|
PoolBySubject(javax.resource.spi.ManagedConnectionFactory mcf,
PoolConfiguration pc,
boolean noTxSeparatePools,
boolean sharable)
Creates a new instance.
|
PoolBySubjectAndCri(javax.resource.spi.ManagedConnectionFactory mcf,
PoolConfiguration pc,
boolean noTxSeparatePools,
boolean sharable)
Creates a new instance.
|
ReauthPool(javax.resource.spi.ManagedConnectionFactory mcf,
PoolConfiguration pc,
boolean noTxSeparatePools,
boolean sharable)
Creates a new instance.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)