public interface ConnectionListenerFactory
Modifier and Type | Method and Description |
---|---|
ConnectionListener |
createConnectionListener(javax.resource.spi.ManagedConnection managedConnection,
ManagedConnectionPool mcp)
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, ManagedConnectionPool mcp) throws javax.resource.ResourceException
managedConnection
- the managed connectionmcp
- the managed connection pooljavax.resource.ResourceException
- for any errorboolean isTransactional()
TransactionIntegration getTransactionIntegration()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)