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.strategy |
This package contains the connection pool strategies.
|
Modifier and Type | Method and Description |
---|---|
Pool |
ConnectionFactory.getPool()
Get the pool instance.
|
Pool |
DataSource.getPool()
Get the pool instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionFactory.setPool(Pool p)
Set the pool
|
void |
DataSource.setPool(Pool p)
Set the pool
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPool
Abstract pool implementation.
|
class |
AbstractPrefillPool
Abstract pool implementation which can be prefilled.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Pool
A pool.
|
interface |
PrefillPool
Prefill pool allows for prefilling connection pools.
|
Modifier and Type | Class and Description |
---|---|
class |
OnePool
Single pool implementation.
|
class |
PoolByCri
Pool implementation that uses subject.
|
class |
PoolBySubject
Pool implementation that uses subject.
|
class |
PoolBySubjectAndCri
Pool implementation that uses subject and connection
request info for its pool partition.
|
class |
ReauthPool
Pool implementation that supports reauthentication
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)