Uses of Interface
org.csc.phynixx.connection.IPhynixxConnectionProxyDecorator

Packages that use IPhynixxConnectionProxyDecorator
org.csc.phynixx.connection   
org.csc.phynixx.connection.loggersystem   
 

Uses of IPhynixxConnectionProxyDecorator in org.csc.phynixx.connection
 

Classes in org.csc.phynixx.connection that implement IPhynixxConnectionProxyDecorator
 class AutoCommitDecorator<C extends IPhynixxConnection>
          Created by christoph on 15.02.14.
 

Methods in org.csc.phynixx.connection that return types with arguments of type IPhynixxConnectionProxyDecorator
 List<IPhynixxConnectionProxyDecorator<C>> PhynixxRecovery.getConnectionProxyDecorators()
           
 List<IPhynixxConnectionProxyDecorator<C>> PhynixxManagedConnectionFactory.getManagedConnectionDecorators()
           
 

Methods in org.csc.phynixx.connection with parameters of type IPhynixxConnectionProxyDecorator
 void PhynixxRecovery.addConnectionProxyDecorator(IPhynixxConnectionProxyDecorator<C> connectionProxyDecorator)
           
 void PhynixxManagedConnectionFactory.addManagedConnectionDecorator(IPhynixxConnectionProxyDecorator<C> connectionProxyDecorator)
           
 

Uses of IPhynixxConnectionProxyDecorator in org.csc.phynixx.connection.loggersystem
 

Subinterfaces of IPhynixxConnectionProxyDecorator in org.csc.phynixx.connection.loggersystem
 interface IPhynixxLoggerSystemStrategy<C extends IPhynixxConnection>
          Each connection may have a this IF represents a strategy assigning loggers to connections.
 

Classes in org.csc.phynixx.connection.loggersystem that implement IPhynixxConnectionProxyDecorator
 class Dev0Strategy<C extends IPhynixxConnection>
          written data are fired an forgotten.
 class LoggerPerTransactionStrategy<C extends IPhynixxConnection & IXADataRecorderAware>
          this listener observes the lifecycle of a connection and associates a xaDataRecorder if necessary.
 



Copyright © 2015. All rights reserved.