org.csc.phynixx.connection
Class UnpooledConnectionCloseStrategy<C extends IPhynixxConnection>
java.lang.Object
org.csc.phynixx.connection.UnpooledConnectionCloseStrategy<C>
public class UnpooledConnectionCloseStrategy<C extends IPhynixxConnection>
- extends Object
Created by christoph on 22.02.14.
Method Summary |
void |
close(org.csc.phynixx.connection.PhynixxManagedConnectionGuard<C> managedConnection)
marks a connection a close from a transactional context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnpooledConnectionCloseStrategy
public UnpooledConnectionCloseStrategy()
close
public void close(org.csc.phynixx.connection.PhynixxManagedConnectionGuard<C> managedConnection)
- marks a connection a close from a transactional context. The implematations decides if it can be re-used or if it is destroyes
Copyright © 2015. All rights reserved.