| Package | Description |
|---|---|
| org.csc.phynixx.connection | |
| org.csc.phynixx.connection.loggersystem |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IManagedConnectionCommitEvent<C extends IPhynixxConnection>
Created by christoph on 03.03.14.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PhynixxManagedConnectionListenerAdapter.connectionErrorOccurred(IManagedConnectionEvent<C> event)
NOOP
|
void |
IPhynixxManagedConnectionListener.connectionErrorOccurred(IManagedConnectionEvent<C> event)
connectionErrorOccurred is triggered when a fatal error,
such as the server is 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 is 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 opened
|
void |
PhynixxManagedConnectionListenerAdapter.connectionRolledback(IManagedConnectionEvent<C> event)
NOOP
|
void |
IPhynixxManagedConnectionListener.connectionRolledback(IManagedConnectionEvent<C> event)
connectionRolledback - the underlying connection was rolledback
|
void |
PhynixxManagedConnectionListenerAdapter.connectionRollingBack(IManagedConnectionEvent<C> event) |
void |
IPhynixxManagedConnectionListener.connectionRollingBack(IManagedConnectionEvent<C> event)
starts rolling back the connection
|
| Modifier and Type | Method and Description |
|---|---|
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)
If a dataRecorder is found in this phase it indicates an abnormal program
flow.
|
void |
LoggerPerTransactionStrategy.connectionRequiresTransaction(IManagedConnectionEvent<C> event) |
void |
Dev0Strategy.connectionRequiresTransaction(IManagedConnectionEvent<C> event) |
void |
LoggerPerTransactionStrategy.connectionRolledback(IManagedConnectionEvent<C> event) |
Copyright © 2017. All rights reserved.