IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.j2c
Class ConnectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.resource.spi.ConnectionEvent
          extended by com.ibm.websphere.j2c.ConnectionEvent
All Implemented Interfaces:
java.io.Serializable

public class ConnectionEvent
extends javax.resource.spi.ConnectionEvent

ConnectionEvent extends the javax.resource.spi.ConnectionEvent to add additional constants for connection event IDs.

See Also:
Serialized Form

Field Summary
static 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
static 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.
 
Fields inherited from class javax.resource.spi.ConnectionEvent
CONNECTION_CLOSED, CONNECTION_ERROR_OCCURRED, id, LOCAL_TRANSACTION_COMMITTED, LOCAL_TRANSACTION_ROLLEDBACK, LOCAL_TRANSACTION_STARTED
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
Methods inherited from class javax.resource.spi.ConnectionEvent
getConnectionHandle, getException, getId, setConnectionHandle
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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

IBM WebSphere Application ServerTM
Release 7