Package | Description |
---|---|
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.capacity |
This package contains the capacity policy implementations
|
Modifier and Type | Method and Description |
---|---|
Capacity |
AbstractPool.getCapacity()
Get the capacity policy
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPool.setCapacity(Capacity c)
Set the capacity policy
|
Modifier and Type | Method and Description |
---|---|
Capacity |
Pool.getCapacity()
Get the capacity policy
|
Modifier and Type | Method and Description |
---|---|
void |
Pool.setCapacity(Capacity c)
Set the capacity policy
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCapacity
The default capacity policy
|
class |
ExplicitCapacity
Explicit capacity policy
|
Modifier and Type | Field and Description |
---|---|
static Capacity |
DefaultCapacity.INSTANCE
The instance
|
Modifier and Type | Method and Description |
---|---|
static Capacity |
CapacityFactory.create(org.jboss.jca.common.api.metadata.common.Capacity metadata)
Create a capacity instance based on the metadata
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)