org.csc.phynixx.connection
Class AutoCommitDecorator<C extends IPhynixxConnection>
java.lang.Object
org.csc.phynixx.connection.AutoCommitDecorator<C>
- All Implemented Interfaces:
- IPhynixxConnectionProxyDecorator<C>
public class AutoCommitDecorator<C extends IPhynixxConnection>
- extends Object
- implements IPhynixxConnectionProxyDecorator<C>
Created by christoph on 15.02.14.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoCommitDecorator
public AutoCommitDecorator()
decorate
public IPhynixxManagedConnection<C> decorate(IPhynixxManagedConnection<C> managedConnection)
- Description copied from interface:
IPhynixxConnectionProxyDecorator
- installs this strategy to the given connection
- Specified by:
decorate
in interface IPhynixxConnectionProxyDecorator<C extends IPhynixxConnection>
- Returns:
- decorated Proxy
Copyright © 2015. All rights reserved.