org.csc.phynixx.connection
Interface IPhynixxConnectionProxyDecorator<C extends IPhynixxConnection>

All Known Subinterfaces:
IPhynixxLoggerSystemStrategy<C>
All Known Implementing Classes:
AutoCommitDecorator, Dev0Strategy, LoggerPerTransactionStrategy

public interface IPhynixxConnectionProxyDecorator<C extends IPhynixxConnection>


Method Summary
 IPhynixxManagedConnection<C> decorate(IPhynixxManagedConnection<C> managedConnection)
          installs this strategy to the given connection
 

Method Detail

decorate

IPhynixxManagedConnection<C> decorate(IPhynixxManagedConnection<C> managedConnection)
installs this strategy to the given connection

Parameters:
managedConnection -
Returns:
decorated Proxy


Copyright © 2015. All rights reserved.