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

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

Uses of IPhynixxConnection in org.csc.phynixx.connection
 

Classes in org.csc.phynixx.connection with type parameters of type IPhynixxConnection
 class AutoCommitDecorator<C extends IPhynixxConnection>
          Created by christoph on 15.02.14.
 interface IManagedConnectionCommitEvent<C extends IPhynixxConnection>
          Created by christoph on 03.03.14.
 interface IManagedConnectionEvent<C extends IPhynixxConnection>
           
 interface IPhynixxConnectionFactory<C extends IPhynixxConnection>
           
 interface IPhynixxConnectionHandle<C extends IPhynixxConnection>
           
 interface IPhynixxConnectionProxyDecorator<C extends IPhynixxConnection>
           
 interface IPhynixxConnectionProxyFactory<C extends IPhynixxConnection>
           
 interface IPhynixxManagedConnection<C extends IPhynixxConnection>
          a managed connection is managed by the phynixx system.
 interface IPhynixxManagedConnectionFactory<C extends IPhynixxConnection>
           
 interface IPhynixxManagedConnectionListener<C extends IPhynixxConnection>
          lifecycle listener of an Connection
 interface IPhynixxRecovery<C extends IPhynixxConnection>
          Created by Christoph Schmidt-Casdorff on 26.02.14.
 class PhynixxManagedConnectionFactory<C extends IPhynixxConnection>
          managedConnection are proxies for connections created by a IPhynixxConnectionFactory.
 class PhynixxManagedConnectionListenerAdapter<C extends IPhynixxConnection>
          Noop Implementation of the IPhynixxManagedConnectionListener.
 class PhynixxRecovery<C extends IPhynixxConnection>
          Created by Christoph Schmidt-Casdorff on 26.02.14.
 class PooledConnectionCloseStrategy<C extends IPhynixxConnection>
          Created by christoph on 22.02.14.
 class PooledPhynixxManagedConnectionFactory<C extends IPhynixxConnection>
          Factory pools the pure connection. before delivering the connection it ist decorate by the according to PhynixxManagedConnectionFactory.
 class UnpooledConnectionCloseStrategy<C extends IPhynixxConnection>
          Created by christoph on 22.02.14.
 

Subinterfaces of IPhynixxConnection in org.csc.phynixx.connection
 interface IPhynixxManagedConnection<C extends IPhynixxConnection>
          a managed connection is managed by the phynixx system.
 interface IPooledConnection
           
 

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

Classes in org.csc.phynixx.connection.loggersystem with type parameters of type IPhynixxConnection
 class Dev0Strategy<C extends IPhynixxConnection>
          written data are fired an forgotten.
 interface IPhynixxLoggerSystemStrategy<C extends IPhynixxConnection>
          Each connection may have a this IF represents a strategy assigning loggers to connections.
 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.