Package | Description |
---|---|
org.jboss.jca.core.connectionmanager |
This package contains the connection manager implementation.
|
org.jboss.jca.core.connectionmanager.notx |
This package contains the non-tx connection manager implementation.
|
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.mcp |
This package contains the managed connection pool implementations and the
factory to create one with.
|
org.jboss.jca.core.connectionmanager.tx |
This package contains the tx connection manager implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionManager
Internal connection manager contract.
|
interface |
NoTxConnectionManager
Internal connection manager contract for non-transactional contexts.
|
interface |
TxConnectionManager
Internal connection manager contract for transactional contexts.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectionManager
AbstractConnectionManager.
|
Modifier and Type | Class and Description |
---|---|
class |
NoTxConnectionManagerImpl
Non transactional connection manager implementation.
|
Modifier and Type | Method and Description |
---|---|
protected ConnectionListenerFactory |
AbstractPool.getConnectionListenerFactory()
Get the connection listener factory
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPool.setConnectionListenerFactory(ConnectionListenerFactory clf)
Set the connection listener factory.
|
Modifier and Type | Method and Description |
---|---|
void |
Pool.setConnectionListenerFactory(ConnectionListenerFactory clf)
Set the connection listener factory.
|
Modifier and Type | Method and Description |
---|---|
ManagedConnectionPool |
ManagedConnectionPoolFactory.create(javax.resource.spi.ManagedConnectionFactory mcf,
ConnectionListenerFactory clf,
javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri,
PoolConfiguration pc,
Pool p)
Create a managed connection pool using the default implementation strategy
|
ManagedConnectionPool |
ManagedConnectionPoolFactory.create(java.lang.String strategy,
javax.resource.spi.ManagedConnectionFactory mcf,
ConnectionListenerFactory clf,
javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri,
PoolConfiguration pc,
Pool p)
Create a managed connection pool using a specific implementation strategy
|
void |
SemaphoreArrayListManagedConnectionPool.initialize(javax.resource.spi.ManagedConnectionFactory mcf,
ConnectionListenerFactory clf,
javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri,
PoolConfiguration pc,
Pool p)
Initialize the managed connection pool
|
void |
ArrayBlockingQueueManagedConnectionPool.initialize(javax.resource.spi.ManagedConnectionFactory mcf,
ConnectionListenerFactory clf,
javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri,
PoolConfiguration pc,
Pool p)
Initialize the managed connection pool
|
void |
ManagedConnectionPool.initialize(javax.resource.spi.ManagedConnectionFactory mcf,
ConnectionListenerFactory clf,
javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri,
PoolConfiguration pc,
Pool p)
Initialize the managed connection pool
|
Modifier and Type | Class and Description |
---|---|
class |
TxConnectionManagerImpl
The TxConnectionManager is a JBoss ConnectionManager
implementation for JCA adapters implementing LocalTransaction and XAResource support.
|
Copyright ? 2008-2009 Red Hat Middleware LLC (http://www.jboss.com/)