Package | Description |
---|---|
org.jboss.jca.core.connectionmanager.pool.api |
This package contains the connection pool api.
|
Modifier and Type | Method and Description |
---|---|
static PoolStrategy |
PoolStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoolStrategy[] |
PoolStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)