Package | Description |
---|---|
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 |
---|---|
CapacityIncrementer |
Capacity.getIncrementer()
Get the incrementer policy
|
Modifier and Type | Class and Description |
---|---|
class |
MaxPoolSizeIncrementer
Keep incrementing until max-pool-size is reached
|
class |
SizeIncrementer
Increment until the defined number of connection has been created.
|
class |
WatermarkIncrementer
Increment until the defined pool size is reached.
|
Modifier and Type | Field and Description |
---|---|
static CapacityIncrementer |
DefaultCapacity.DEFAULT_INCREMENTER
The default incrementer
|
Modifier and Type | Method and Description |
---|---|
CapacityIncrementer |
DefaultCapacity.getIncrementer()
Get the incrementer policy
|
CapacityIncrementer |
ExplicitCapacity.getIncrementer()
Get the incrementer policy
|
Constructor and Description |
---|
ExplicitCapacity(CapacityIncrementer incrementer,
CapacityDecrementer decrementer)
Constructor
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)