org.javasimon.jdbcx
Class SimonXAConnection
java.lang.Object
org.javasimon.jdbcx.SimonPooledConnection
org.javasimon.jdbcx.SimonXAConnection
- All Implemented Interfaces:
- PooledConnection, XAConnection
public final class SimonXAConnection
- extends SimonPooledConnection
- implements XAConnection
Simon implementation of XAConnection, needed for
Simon XADataSource implementation.
All method invokes its real implementation.
See the package description for more
information.
- Since:
- 1.0
- Version:
- $Revision: 304 $ $Date: 2011-04-08 10:39:02 +0200 (Fri, 08 Apr 2011) $
- Author:
- Radovan Sninsky
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
realConn
private final XAConnection realConn
SimonXAConnection
public SimonXAConnection(XAConnection connection,
String prefix)
- Class constructor.
- Parameters:
connection - real xa connectionprefix - Simon prefix
getXAResource
public XAResource getXAResource()
throws SQLException
-
- Specified by:
getXAResource in interface XAConnection
- Throws:
SQLException
Copyright © 2011. All Rights Reserved.