javax.resource.spi
Class ConnectionEvent
java.lang.Object
java.util.EventObject
javax.resource.spi.ConnectionEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ConnectionEvent
- extends java.util.EventObject
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 11:56:06 +0200 (Tue, 14 Sep 2004) $
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
CONNECTION_CLOSED
public static final int CONNECTION_CLOSED
- See Also:
- Constant Field Values
LOCAL_TRANSACTION_STARTED
public static final int LOCAL_TRANSACTION_STARTED
- See Also:
- Constant Field Values
LOCAL_TRANSACTION_COMMITTED
public static final int LOCAL_TRANSACTION_COMMITTED
- See Also:
- Constant Field Values
LOCAL_TRANSACTION_ROLLEDBACK
public static final int LOCAL_TRANSACTION_ROLLEDBACK
- See Also:
- Constant Field Values
CONNECTION_ERROR_OCCURRED
public static final int CONNECTION_ERROR_OCCURRED
- See Also:
- Constant Field Values
id
protected int id
ConnectionEvent
public ConnectionEvent(ManagedConnection source,
int eid)
ConnectionEvent
public ConnectionEvent(ManagedConnection source,
int eid,
java.lang.Exception exception)
getConnectionHandle
public java.lang.Object getConnectionHandle()
setConnectionHandle
public void setConnectionHandle(java.lang.Object connectionHandle)
getException
public java.lang.Exception getException()
getId
public int getId()
Copyright © {inceptionYear}-2007 null. All Rights Reserved.