org.tranql.connector
Interface ManagedConnectionHandle
- All Superinterfaces:
- javax.resource.spi.ManagedConnection
- All Known Implementing Classes:
- AbstractManagedConnection
- public interface ManagedConnectionHandle
- extends javax.resource.spi.ManagedConnection
- Version:
- $Revision: 93 $ $Date: 2004-06-15 01:35:58 +0200 (Tue, 15 Jun 2004) $
Methods inherited from interface javax.resource.spi.ManagedConnection |
addConnectionEventListener, associateConnection, cleanup, destroy, getConnection, getLocalTransaction, getLogWriter, getMetaData, getXAResource, removeConnectionEventListener, setLogWriter |
getPhysicalConnection
public java.lang.Object getPhysicalConnection()
connectionClosed
public void connectionClosed(java.lang.Object handle)
connectionError
public void connectionError(java.lang.Exception e)
matches
public boolean matches(javax.resource.spi.ManagedConnectionFactory mcf,
javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo connectionRequestInfo)
throws javax.resource.spi.ResourceAdapterInternalException
- Throws:
javax.resource.spi.ResourceAdapterInternalException
getClientLocalTransaction
public javax.resource.spi.LocalTransaction getClientLocalTransaction()
Copyright © -2007 The Codehaus. All Rights Reserved.