public interface ConnectionListenerFactory
Modifier and Type | Method and Description |
---|---|
ConnectionListener |
createConnectionListener(javax.resource.spi.ManagedConnection managedConnection,
java.lang.Object context)
Create a managed connection listener for the managed connection.
|
TransactionIntegration |
getTransactionIntegration()
Get the transaction integration.
|
boolean |
isTransactional()
Determine whether there connection is a transactional.
|
ConnectionListener createConnectionListener(javax.resource.spi.ManagedConnection managedConnection, java.lang.Object context) throws javax.resource.ResourceException
managedConnection
- the managed connectioncontext
- a context object used by the pooljavax.resource.ResourceException
- for any errorboolean isTransactional()
TransactionIntegration getTransactionIntegration()
Copyright ? 2008-2009 Red Hat Middleware LLC (http://www.jboss.com/)