public class PhynixxManagedConnectionListenerAdapter<C extends IPhynixxConnection> extends Object implements IPhynixxManagedConnectionListener<C>
| Constructor and Description |
|---|
PhynixxManagedConnectionListenerAdapter() |
public PhynixxManagedConnectionListenerAdapter()
public void connectionReset(IManagedConnectionEvent<C> event)
connectionReset in interface IPhynixxManagedConnectionListener<C extends IPhynixxConnection>event - current connectionpublic void connectionReleased(IManagedConnectionEvent<C> event)
connectionReleased in interface IPhynixxManagedConnectionListener<C extends IPhynixxConnection>event - current connectionpublic void connectionErrorOccurred(IManagedConnectionEvent<C> event)
connectionErrorOccurred in interface IPhynixxManagedConnectionListener<C extends IPhynixxConnection>event - current connectionpublic void connectionRequiresTransaction(IManagedConnectionEvent<C> event)
connectionRequiresTransaction in interface IPhynixxManagedConnectionListener<C extends IPhynixxConnection>event - current connectionpublic void connectionRequiresTransactionExecuted(IManagedConnectionEvent<C> event)
IPhynixxManagedConnectionListenerconnectionRequiresTransactionExecuted in interface IPhynixxManagedConnectionListener<C extends IPhynixxConnection>event - current connectionpublic void connectionCommitting(IManagedConnectionCommitEvent<C> event)
IPhynixxManagedConnectionListenerconnectionCommitting in interface IPhynixxManagedConnectionListener<C extends IPhynixxConnection>event - describes the context of the event e.g. the underlying connectionpublic void connectionPrepared(IManagedConnectionEvent<C> event)
IPhynixxManagedConnectionListenerconnectionPrepared in interface IPhynixxManagedConnectionListener<C extends IPhynixxConnection>public void connectionPreparing(IManagedConnectionEvent<C> event)
IPhynixxManagedConnectionListenerconnectionPreparing in interface IPhynixxManagedConnectionListener<C extends IPhynixxConnection>public void connectionCommitted(IManagedConnectionCommitEvent<C> event)
connectionCommitted in interface IPhynixxManagedConnectionListener<C extends IPhynixxConnection>event - public void connectionRollingBack(IManagedConnectionEvent<C> event)
IPhynixxManagedConnectionListenerconnectionRollingBack in interface IPhynixxManagedConnectionListener<C extends IPhynixxConnection>public void connectionRolledback(IManagedConnectionEvent<C> event)
connectionRolledback in interface IPhynixxManagedConnectionListener<C extends IPhynixxConnection>public void connectionFreed(IManagedConnectionEvent<C> event)
connectionFreed in interface IPhynixxManagedConnectionListener<C extends IPhynixxConnection>public void connectionRecovered(IManagedConnectionEvent<C> event)
IPhynixxManagedConnectionListenerconnectionRecovered in interface IPhynixxManagedConnectionListener<C extends IPhynixxConnection>public void connectionRecovering(IManagedConnectionEvent<C> event)
IPhynixxManagedConnectionListenerconnectionRecovering in interface IPhynixxManagedConnectionListener<C extends IPhynixxConnection>Copyright © 2017. All rights reserved.