com.ibm.websphere.j2c
Class ConnectionEvent
- java.lang.Object
-
- java.util.EventObject
-
- javax.resource.spi.ConnectionEvent
-
- com.ibm.websphere.j2c.ConnectionEvent
-
- All Implemented Interfaces:
- java.io.Serializable
public class ConnectionEvent extends javax.resource.spi.ConnectionEventConnectionEvent extends the javax.resource.spi.ConnectionEvent to add additional constants for connection event IDs.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static intCONNECTION_ERROR_OCCURRED_IGNORE_TRANConstant to indicate the ignore the transaction and cleanup and destroy the connectionstatic intCONNECTION_ERROR_OCCURRED_NO_EVENTConstant to indicate that no message should be logged for this error, as it was initiated by the application or by JMSstatic intSINGLE_CONNECTION_ERROR_OCCURREDConstant to indicate that only the connection the event was fired on is to be destroyed, regardless of the purge policy.
-
-
-
Field Detail
-
SINGLE_CONNECTION_ERROR_OCCURRED
public static final int SINGLE_CONNECTION_ERROR_OCCURRED
Constant to indicate that only the connection the event was fired on is to be destroyed, regardless of the purge policy.- See Also:
- Constant Field Values
-
CONNECTION_ERROR_OCCURRED_NO_EVENT
public static final int CONNECTION_ERROR_OCCURRED_NO_EVENT
Constant to indicate that no message should be logged for this error, as it was initiated by the application or by JMS- See Also:
- Constant Field Values
-
CONNECTION_ERROR_OCCURRED_IGNORE_TRAN
public static final int CONNECTION_ERROR_OCCURRED_IGNORE_TRAN
Constant to indicate the ignore the transaction and cleanup and destroy the connection- See Also:
- Constant Field Values
-
-