public class NoTxConnectionManagerImpl extends AbstractConnectionManager implements NoTxConnectionManager
enlistment, trace
Constructor and Description |
---|
NoTxConnectionManagerImpl()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
ConnectionListener |
createConnectionListener(javax.resource.spi.ManagedConnection managedConnection,
ManagedConnectionPool mcp)
Create a managed connection listener for the managed connection.
|
protected CoreLogger |
getLogger()
Get the logger.
|
TransactionIntegration |
getTransactionIntegration()
Get the transaction integration.
|
boolean |
isTransactional()
Determine whether there connection is a transactional.
|
void |
transactionStarted(java.util.Collection<ConnectionRecord> conns)
Notification of transaction started
|
allocateConnection, associateConnection, associateManagedConnection, disconnect, disconnectManagedConnection, dissociateManagedConnection, getAllocationRetry, getAllocationRetryWaitMillis, getCachedConnectionManager, getFlushStrategy, getJndiName, getManagedConnection, getManagedConnection, getManagedConnectionFactory, getPool, getSecurityDomain, getSubjectFactory, inactiveConnectionClosed, isEnlistment, isSharable, lazyEnlist, managedConnectionDisconnected, managedConnectionReconnected, reconnect, reconnectManagedConnection, returnManagedConnection, setAllocationRetry, setAllocationRetryWaitMillis, setCachedConnectionManager, setEnlistment, setFlushStrategy, setJndiName, setPool, setSecurityDomain, setSharable, setSubjectFactory, shutdown, unregisterAssociation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAllocationRetry, getAllocationRetryWaitMillis, getCachedConnectionManager, getJndiName, getPool, getSecurityDomain, getSubjectFactory, isEnlistment, isSharable, setJndiName, shutdown, unregisterAssociation
associateManagedConnection, dissociateManagedConnection, returnManagedConnection
associateConnection, inactiveConnectionClosed
disconnect, reconnect
public NoTxConnectionManagerImpl()
protected CoreLogger getLogger()
getLogger
in class AbstractConnectionManager
public 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 errorpublic void transactionStarted(java.util.Collection<ConnectionRecord> conns) throws javax.transaction.SystemException
AbstractConnectionManager
transactionStarted
in class AbstractConnectionManager
conns
- the connectionsjavax.transaction.SystemException
- for any errorpublic TransactionIntegration getTransactionIntegration()
AbstractConnectionManager
getTransactionIntegration
in class AbstractConnectionManager
public boolean isTransactional()
AbstractConnectionManager
isTransactional
in class AbstractConnectionManager
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)