Package | Description |
---|---|
org.jboss.jca.core.api.connectionmanager.pool |
This package contains the pool API for the connection manager.
|
org.jboss.jca.core.connectionmanager.pool |
This package contains the connection pool implementation.
|
org.jboss.jca.core.connectionmanager.pool.mcp |
This package contains the managed connection pool implementations and the
factory to create one with.
|
Modifier and Type | Method and Description |
---|---|
static FlushMode |
FlushMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlushMode[] |
FlushMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Pool.flush(FlushMode mode)
Flush the pool
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPool.flush(FlushMode mode)
Flush the pool
|
Modifier and Type | Method and Description |
---|---|
void |
ManagedConnectionPool.flush(FlushMode mode)
Flush
|
void |
ArrayBlockingQueueManagedConnectionPool.flush(FlushMode mode)
Flush
|
void |
SemaphoreArrayListManagedConnectionPool.flush(FlushMode mode)
Flush
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)