|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractPool | |
|---|---|
| org.jboss.jca.core.connectionmanager.pool | This package contains the connection pool implementation. |
| org.jboss.jca.core.connectionmanager.pool.strategy | This package contains the connection pool strategies. |
| Uses of AbstractPool in org.jboss.jca.core.connectionmanager.pool |
|---|
| Subclasses of AbstractPool in org.jboss.jca.core.connectionmanager.pool | |
|---|---|
class |
AbstractPrefillPool
Abstract pool implementation which can be prefilled. |
| Uses of AbstractPool in org.jboss.jca.core.connectionmanager.pool.strategy |
|---|
| Subclasses of AbstractPool in org.jboss.jca.core.connectionmanager.pool.strategy | |
|---|---|
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 Initial implementation is based on OnePool with no prefill support, since each managed connection will likely have different credentials. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||