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 |
---|---|
CapacityDecrementer |
Capacity.getDecrementer()
Get the decrementer policy
|
Modifier and Type | Class and Description |
---|---|
class |
MinPoolSizeDecrementer
Keep destroying connection listeners until min-pool-size is reached
|
class |
SizeDecrementer
Decrement until the defined number of connection has been destroyed.
|
class |
TimedOutDecrementer
Decrement all timed out connection listeners
|
class |
TimedOutFIFODecrementer
Decrement all timed out connection listeners (FIFO marker)
|
class |
WatermarkDecrementer
Decrement until the defined pool size is reached.
|
Modifier and Type | Field and Description |
---|---|
static CapacityDecrementer |
DefaultCapacity.DEFAULT_DECREMENTER
The default decrementer
|
Modifier and Type | Method and Description |
---|---|
CapacityDecrementer |
DefaultCapacity.getDecrementer()
Get the decrementer policy
|
CapacityDecrementer |
ExplicitCapacity.getDecrementer()
Get the decrementer policy
|
Constructor and Description |
---|
ExplicitCapacity(CapacityIncrementer incrementer,
CapacityDecrementer decrementer)
Constructor
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)