org.csc.phynixx.connection
Class AutoCommitDecorator<C extends IPhynixxConnection>

java.lang.Object
  extended by 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.


Constructor Summary
AutoCommitDecorator()
           
 
Method Summary
 IPhynixxManagedConnection<C> decorate(IPhynixxManagedConnection<C> managedConnection)
          installs this strategy to the given connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoCommitDecorator

public AutoCommitDecorator()
Method Detail

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.