org.tranql.connector
Interface ManagedConnectionHandle

All Superinterfaces:
javax.resource.spi.ManagedConnection
All Known Implementing Classes:
AbstractManagedConnection, ManagedXAConnection

public interface ManagedConnectionHandle
extends javax.resource.spi.ManagedConnection

Version:
$Revision: 93 $ $Date: 2004-06-15 01:35:58 +0200 (Tue, 15 Jun 2004) $

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

java.lang.Object getPhysicalConnection()

connectionClosed

void connectionClosed(java.lang.Object handle)

connectionError

void connectionError(java.lang.Exception e)

matches

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

javax.resource.spi.LocalTransaction getClientLocalTransaction()


Copyright © -2010 The Codehaus. All Rights Reserved.