org.openejb.resource.jdbc
Class JdbcXAManagedConnection

java.lang.Object
  extended byorg.openejb.resource.jdbc.JdbcManagedConnection
      extended byorg.openejb.resource.jdbc.JdbcXAManagedConnection
All Implemented Interfaces:
javax.resource.spi.DissociatableManagedConnection, javax.resource.spi.ManagedConnection

public class JdbcXAManagedConnection
extends JdbcManagedConnection

Holds an XAConnection to exposes its Connection and XAResource


Field Summary
protected  XAConnection xaConnection
           
 
Constructor Summary
JdbcXAManagedConnection(JdbcXAManagedConnectionFactory factory, XAConnection xaConnection, Connection connection, JdbcConnectionRequestInfo rxInfo)
          Pending
 
Method Summary
 XAResource getXAResource()
          Pending
 
Methods inherited from class org.openejb.resource.jdbc.JdbcManagedConnection
addConnectionEventListener, associateConnection, cleanup, connectionClose, connectionErrorOccurred, destroy, dissociateConnections, getConnection, getLocalTransaction, getLogWriter, getMetaData, getRequestInfo, getSQLConnection, localTransactionCommitted, localTransactionRolledback, localTransactionStarted, removeConnectionEventListener, setLogWriter, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

xaConnection

protected final XAConnection xaConnection
Constructor Detail

JdbcXAManagedConnection

public JdbcXAManagedConnection(JdbcXAManagedConnectionFactory factory,
                               XAConnection xaConnection,
                               Connection connection,
                               JdbcConnectionRequestInfo rxInfo)
                        throws javax.resource.spi.ResourceAdapterInternalException
Pending

Parameters:
factory -
xaConnection -
connection -
rxInfo -
Method Detail

getXAResource

public XAResource getXAResource()
                         throws javax.resource.ResourceException
Pending

Specified by:
getXAResource in interface javax.resource.spi.ManagedConnection
Overrides:
getXAResource in class JdbcManagedConnection
Throws:
javax.resource.ResourceException
See Also:
ManagedConnection.getXAResource()


Copyright © 1999-2005 OpenEJB. All Rights Reserved.