javax.resource.spi
Class ConnectionEvent
java.lang.Object
java.util.EventObject
javax.resource.spi.ConnectionEvent
- All Implemented Interfaces:
- Serializable
public class ConnectionEvent
- extends EventObject
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
- See Also:
- Serialized Form
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,
Exception exception)
getConnectionHandle
public Object getConnectionHandle()
setConnectionHandle
public void setConnectionHandle(Object connectionHandle)
getException
public Exception getException()
getId
public int getId()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.