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: 1.4 $ $Date: 2004/06/14 23:34:29 $

Method Summary
 void connectionClosed(java.lang.Object handle)
           
 void connectionError(java.lang.Exception e)
           
 javax.resource.spi.LocalTransaction getClientLocalTransaction()
           
 java.lang.Object getPhysicalConnection()
           
 boolean matches(javax.resource.spi.ManagedConnectionFactory mcf, javax.security.auth.Subject subject, javax.resource.spi.ConnectionRequestInfo connectionRequestInfo)
           
 
Methods inherited from interface javax.resource.spi.ManagedConnection
addConnectionEventListener, associateConnection, cleanup, destroy, getConnection, getLocalTransaction, getLogWriter, getMetaData, getXAResource, removeConnectionEventListener, setLogWriter
 

Method Detail

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 © -2005 The Codehaus. All Rights Reserved.