org.apache.openejb.resource.jdbc.managed.xa
Class ManagedXAConnection
java.lang.Object
org.apache.openejb.resource.jdbc.managed.local.ManagedConnection
org.apache.openejb.resource.jdbc.managed.xa.ManagedXAConnection
- All Implemented Interfaces:
- InvocationHandler
public class ManagedXAConnection
- extends ManagedConnection
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedXAConnection
public ManagedXAConnection(DataSource ds,
Connection connection,
TransactionManager txMgr)
throws SQLException
- Throws:
SQLException
getXAResource
public XAResource getXAResource()
throws SQLException
- Overrides:
getXAResource in class ManagedConnection
- Throws:
SQLException
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.