Package | Description |
---|---|
org.jboss.jca.core.connectionmanager |
This package contains the connection manager implementation.
|
org.jboss.jca.core.connectionmanager.listener |
This package contains the connection listener 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 | Method and Description |
---|---|
ConnectionListener |
ConnectionRecord.getConnectionListener()
Get the connection listener
|
ConnectionListener |
AbstractConnectionManager.getManagedConnection(javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri)
Public for use in testing pooling functionality by itself.
|
protected ConnectionListener |
AbstractConnectionManager.getManagedConnection(javax.transaction.Transaction transaction,
javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri)
Get the managed connection from the pool.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractConnectionManager.disconnectManagedConnection(ConnectionListener cl)
Invoked when a managed connection is no longer associated
|
protected void |
AbstractConnectionManager.managedConnectionDisconnected(ConnectionListener cl)
For polymorphism.
|
protected void |
AbstractConnectionManager.managedConnectionReconnected(ConnectionListener cl)
For polymorphism.
|
protected void |
AbstractConnectionManager.reconnectManagedConnection(ConnectionListener cl)
Invoked to reassociate a managed connection.
|
void |
AbstractConnectionManager.unregisterAssociation(ConnectionListener cl,
java.lang.Object c)
Unregister association.
|
void |
ConnectionManager.unregisterAssociation(ConnectionListener cl,
java.lang.Object c)
Unregister association.
|
Modifier and Type | Method and Description |
---|---|
ConnectionListener |
ConnectionListenerFactory.createConnectionListener(javax.resource.spi.ManagedConnection managedConnection,
java.lang.Object context)
Create a managed connection listener for the managed connection.
|
Modifier and Type | Method and Description |
---|---|
ConnectionListener |
NoTxConnectionManagerImpl.createConnectionListener(javax.resource.spi.ManagedConnection managedConnection,
java.lang.Object context)
Create a managed connection listener for the managed connection.
|
Modifier and Type | Method and Description |
---|---|
ConnectionListener |
AbstractPool.getConnection(javax.transaction.Transaction trackByTransaction,
javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri)
Get a connection
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPool.returnConnection(ConnectionListener cl,
boolean kill)
Return a connection
|
Modifier and Type | Method and Description |
---|---|
ConnectionListener |
Pool.getConnection(javax.transaction.Transaction trackByTransaction,
javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri)
Get a connection
|
Modifier and Type | Method and Description |
---|---|
void |
Pool.returnConnection(ConnectionListener cl,
boolean kill)
Return a connection
|
Modifier and Type | Method and Description |
---|---|
ConnectionListener |
SemaphoreArrayListManagedConnectionPool.getConnection(javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri)
Returns a connection listener that wraps managed connection.
|
ConnectionListener |
ArrayBlockingQueueManagedConnectionPool.getConnection(javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri)
Returns a connection listener that wraps managed connection.
|
ConnectionListener |
ManagedConnectionPool.getConnection(javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri)
Returns a connection listener that wraps managed connection.
|
Modifier and Type | Method and Description |
---|---|
void |
SemaphoreArrayListManagedConnectionPool.returnConnection(ConnectionListener cl,
boolean kill)
Return connection to the pool.
|
void |
ArrayBlockingQueueManagedConnectionPool.returnConnection(ConnectionListener cl,
boolean kill)
Return connection to the pool.
|
void |
ManagedConnectionPool.returnConnection(ConnectionListener cl,
boolean kill)
Return connection to the pool.
|
Modifier and Type | Method and Description |
---|---|
ConnectionListener |
TxConnectionManagerImpl.createConnectionListener(javax.resource.spi.ManagedConnection mc,
java.lang.Object context)
Create a managed connection listener for the managed connection.
|
ConnectionListener |
TxConnectionManagerImpl.getManagedConnection(javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri)
Public for use in testing pooling functionality by itself.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TxConnectionManagerImpl.managedConnectionDisconnected(ConnectionListener cl)
For polymorphism.
|
protected void |
TxConnectionManagerImpl.managedConnectionReconnected(ConnectionListener cl)
For polymorphism.
|
Copyright ? 2008-2009 Red Hat Middleware LLC (http://www.jboss.com/)