com.microfocus.cics.connector.spi.MFECIConnectionEventListener
Serializable, EventListener, javax.resource.spi.ConnectionEventListener
public class MFECIConnectionEventListener
extends Object
implements javax.resource.spi.ConnectionEventListener, Serializable
See Also:
Method Summary | |
---|---|
void | connectionClosed (javax.resource.spi.ConnectionEvent event)
Send a connection closed event. |
void | connectionErrorOccurred((javax.resource.spi.ConnectionEvent event) event)
Send a connection error occurred event. |
void | localTransactionCommitted((javax.resource.spi.ConnectionEvent event) event)
Send a local transaction committed event. |
void | localTransactionRolledBack((javax.resource.spi.ConnectionEvent event) event)
Send a local transaction rolled back event. |
void | localTransactionStarted((javax.resource.spi.ConnectionEvent event) event)
Send a local transaction started event. |
public MFECIConnectionEventListener(javax.resource.spi.ManagedConnection mcon)
Create a connection event listener.
mcon | MFECIManagedConnection instance |
void connectionClosed(javax.resource.spi.ConnectionEvent event)
Send a connection closed event.
event | The connection event. |
void connectionErrorOccurred(javax.resource.spi.ConnectionEvent event)
Send a connection error occurred event.
event | The connection event. |
void localTransactionCommitted(javax.resource.spi.ConnectionEvent event)
Send a local transaction committed event.
event | The connection event. |
void localTransactionRolledBack(javax.resource.spi.ConnectionEvent event)
Send a local transaction rolled back event.
event | The connection event. |
void localTransactionStarted(javax.resource.spi.ConnectionEvent event)
Send a local transaction started event.
event | The connection event. |