
public class NoTxConnectionManagerImpl extends AbstractConnectionManager implements NoTxConnectionManager
connectable, enlistment, enlistmentTrace, tracking| 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.
|
org.jboss.jca.core.spi.transaction.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, cancelShutdown, disconnectManagedConnection, dissociateManagedConnection, getAllocationRetry, getAllocationRetryWaitMillis, getCachedConnectionManager, getDelay, getEnlistmentTrace, getFlushStrategy, getJndiName, getManagedConnection, getManagedConnection, getManagedConnectionFactory, getPool, getSecurityDomain, getSubjectFactory, getTracking, inactiveConnectionClosed, isConnectable, isEnlistment, isSharable, isShutdown, lazyEnlist, managedConnectionDisconnected, managedConnectionReconnected, prepareShutdown, prepareShutdown, prepareShutdown, prepareShutdown, reconnectManagedConnection, returnManagedConnection, setAllocationRetry, setAllocationRetryWaitMillis, setCachedConnectionManager, setConnectable, setEnlistment, setEnlistmentTrace, setFlushStrategy, setJndiName, setPool, setSecurityDomain, setSharable, setSubjectFactory, setTracking, shutdown, unregisterAssociationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllocationRetry, getAllocationRetryWaitMillis, getCachedConnectionManager, getJndiName, getPool, getSecurityDomain, getSubjectFactory, isEnlistment, isSharable, setJndiName, unregisterAssociationassociateManagedConnection, dissociateManagedConnection, returnManagedConnectionpublic NoTxConnectionManagerImpl()
protected CoreLogger getLogger()
getLogger in class AbstractConnectionManagerpublic 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
AbstractConnectionManagertransactionStarted in class AbstractConnectionManagerconns - the connectionsjavax.transaction.SystemException - for any errorpublic org.jboss.jca.core.spi.transaction.TransactionIntegration getTransactionIntegration()
AbstractConnectionManagergetTransactionIntegration in class AbstractConnectionManagerpublic boolean isTransactional()
AbstractConnectionManagerisTransactional in class AbstractConnectionManagerCopyright © 2014 IronJacamar (http://www.ironjacamar.org)