com.atomikos.jdbc
Class AbstractConnectionProxy

java.lang.Object
  extended by com.atomikos.jdbc.AbstractConnectionProxy
All Implemented Interfaces:
InvocationHandler

public abstract class AbstractConnectionProxy
extends Object
implements InvocationHandler

Common logic for the different dynamic connection proxies.


Constructor Summary
AbstractConnectionProxy()
           
 
Method Summary
protected  void addStatement(Statement s)
           
protected  void forceCloseAllPendingStatements(boolean warn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
 

Constructor Detail

AbstractConnectionProxy

public AbstractConnectionProxy()
Method Detail

addStatement

protected void addStatement(Statement s)

forceCloseAllPendingStatements

protected void forceCloseAllPendingStatements(boolean warn)


Copyright © 2011. All Rights Reserved.