Fields Summary |
---|
public static final int | CONNECTION_CLOSEDEvent notification that an application component has closed the
connection |
public static final int | LOCAL_TRANSACTION_STARTEDEvent notification that a Resource Manager Local Transaction was
started on the connection |
public static final int | LOCAL_TRANSACTION_COMMITTEDEvent notification that a Resource Manager Local Transaction was
committed on the connection |
public static final int | LOCAL_TRANSACTION_ROLLEDBACKEvent notification that a Resource Manager Local Transaction was
rolled back on the connection |
public static final int | CONNECTION_ERROR_OCCURREDEvent notification that an error occurred on the connection.
This event indicates that the ManagedConnection instance is
now invalid and unusable. |
private Exception | exceptionException associated with the ConnectionEvent
instance. |
protected int | idType of the event |
private Object | connectionHandle |