|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IManagedConnectionEvent | |
---|---|
org.csc.phynixx.connection | |
org.csc.phynixx.connection.loggersystem |
Uses of IManagedConnectionEvent in org.csc.phynixx.connection |
---|
Subinterfaces of IManagedConnectionEvent in org.csc.phynixx.connection | |
---|---|
interface |
IManagedConnectionCommitEvent<C extends IPhynixxConnection>
Created by christoph on 03.03.14. |
Methods in org.csc.phynixx.connection with parameters of type IManagedConnectionEvent | |
---|---|
void |
PhynixxManagedConnectionListenerAdapter.connectionErrorOccurred(IManagedConnectionEvent<C> event)
NOOP |
void |
IPhynixxManagedConnectionListener.connectionErrorOccurred(IManagedConnectionEvent<C> event)
connectionErrorOccurred is triggered when a fatal error, such as the server crashing, causes the connection to be lost |
void |
PooledPhynixxManagedConnectionFactory.connectionFreed(IManagedConnectionEvent<C> event)
the connection is set free an released from the pool |
void |
PhynixxManagedConnectionListenerAdapter.connectionFreed(IManagedConnectionEvent<C> event)
NOOP |
void |
PhynixxManagedConnectionFactory.connectionFreed(IManagedConnectionEvent<C> event)
|
void |
IPhynixxManagedConnectionListener.connectionFreed(IManagedConnectionEvent<C> event)
connection dereferenced |
void |
PhynixxManagedConnectionListenerAdapter.connectionPrepared(IManagedConnectionEvent<C> event)
|
void |
IPhynixxManagedConnectionListener.connectionPrepared(IManagedConnectionEvent<C> event)
connection is prepared |
void |
PhynixxManagedConnectionListenerAdapter.connectionPreparing(IManagedConnectionEvent<C> event)
|
void |
IPhynixxManagedConnectionListener.connectionPreparing(IManagedConnectionEvent<C> event)
connection enters state 'preparing' |
void |
PhynixxManagedConnectionListenerAdapter.connectionRecovered(IManagedConnectionEvent<C> event)
|
void |
IPhynixxManagedConnectionListener.connectionRecovered(IManagedConnectionEvent<C> event)
connection recovered |
void |
PhynixxManagedConnectionListenerAdapter.connectionRecovering(IManagedConnectionEvent<C> event)
|
void |
IPhynixxManagedConnectionListener.connectionRecovering(IManagedConnectionEvent<C> event)
connection enters state 'recovering' |
void |
PooledPhynixxManagedConnectionFactory.connectionReleased(IManagedConnectionEvent<C> event)
the connection is sent back to the pool |
void |
PhynixxManagedConnectionListenerAdapter.connectionReleased(IManagedConnectionEvent<C> event)
NOOP |
void |
PhynixxManagedConnectionFactory.connectionReleased(IManagedConnectionEvent<C> event)
the connection is released to the pool |
void |
IPhynixxManagedConnectionListener.connectionReleased(IManagedConnectionEvent<C> event)
called after the connection is close. |
void |
PhynixxManagedConnectionListenerAdapter.connectionRequiresTransaction(IManagedConnectionEvent<C> event)
NOOP |
void |
IPhynixxManagedConnectionListener.connectionRequiresTransaction(IManagedConnectionEvent<C> event)
connectionRequiresTransaction - an action should be performed that must be transactional |
void |
PhynixxManagedConnectionListenerAdapter.connectionRequiresTransactionExecuted(IManagedConnectionEvent<C> event)
|
void |
IPhynixxManagedConnectionListener.connectionRequiresTransactionExecuted(IManagedConnectionEvent<C> event)
connectionRequiresTransaction - an action was performed that must be transactional. |
void |
PhynixxManagedConnectionListenerAdapter.connectionReset(IManagedConnectionEvent<C> event)
Noop |
void |
IPhynixxManagedConnectionListener.connectionReset(IManagedConnectionEvent<C> event)
called before the connection is opended |
void |
PhynixxManagedConnectionListenerAdapter.connectionRolledback(IManagedConnectionEvent<C> event)
NOOP |
void |
IPhynixxManagedConnectionListener.connectionRolledback(IManagedConnectionEvent<C> event)
connectionRolledback |
void |
PhynixxManagedConnectionListenerAdapter.connectionRollingBack(IManagedConnectionEvent<C> event)
|
void |
IPhynixxManagedConnectionListener.connectionRollingBack(IManagedConnectionEvent<C> event)
starts rolling back the connection |
Uses of IManagedConnectionEvent in org.csc.phynixx.connection.loggersystem |
---|
Methods in org.csc.phynixx.connection.loggersystem with parameters of type IManagedConnectionEvent | |
---|---|
void |
LoggerPerTransactionStrategy.connectionFreed(IManagedConnectionEvent<C> event)
Logger will be closed. |
void |
LoggerPerTransactionStrategy.connectionRecovered(IManagedConnectionEvent<C> event)
destroys the datalogger |
void |
LoggerPerTransactionStrategy.connectionRecovering(IManagedConnectionEvent<C> event)
|
void |
LoggerPerTransactionStrategy.connectionReleased(IManagedConnectionEvent<C> event)
Logger isn't close. |
void |
LoggerPerTransactionStrategy.connectionRequiresTransaction(IManagedConnectionEvent<C> event)
|
void |
Dev0Strategy.connectionRequiresTransaction(IManagedConnectionEvent<C> event)
|
void |
LoggerPerTransactionStrategy.connectionRolledback(IManagedConnectionEvent<C> event)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |