org.apache.openejb.resource.jdbc.managed.xa
Class ManagedXAConnection

java.lang.Object
  extended by org.apache.openejb.resource.jdbc.managed.local.ManagedConnection
      extended by org.apache.openejb.resource.jdbc.managed.xa.ManagedXAConnection
All Implemented Interfaces:
InvocationHandler

public class ManagedXAConnection
extends ManagedConnection


Field Summary
 
Fields inherited from class org.apache.openejb.resource.jdbc.managed.local.ManagedConnection
delegate
 
Constructor Summary
ManagedXAConnection(Connection connection, TransactionManager txMgr)
           
 
Method Summary
 XAResource getXAResource()
           
 
Methods inherited from class org.apache.openejb.resource.jdbc.managed.local.ManagedConnection
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedXAConnection

public ManagedXAConnection(Connection connection,
                           TransactionManager txMgr)
                    throws SQLException
Throws:
SQLException
Method Detail

getXAResource

public XAResource getXAResource()
                         throws SQLException
Overrides:
getXAResource in class ManagedConnection
Throws:
SQLException


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.