|
Préférences
Moteurs de recherche
|
||||||||||||||||||||||||||||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.resource.spi
|
Field Summary | |
---|---|
static int |
CONNECTION_CLOSED
Event notification that an application component has closed the connection |
static int |
CONNECTION_ERROR_OCCURRED
Event notification that an error occurred on the connection. |
protected int |
id
Type of the event |
static int |
LOCAL_TRANSACTION_COMMITTED
Event notification that a Resource Manager Local Transaction was committed on the connection |
static int |
LOCAL_TRANSACTION_ROLLEDBACK
Event notification that a Resource Manager Local Transaction was rolled back on the connection |
static int |
LOCAL_TRANSACTION_STARTED
Event notification that a Resource Manager Local Transaction was started on the connection |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ConnectionEvent(ManagedConnection source,
int eid)
Construct a ConnectionEvent object. |
|
ConnectionEvent(ManagedConnection source,
int eid,
Exception exception)
Construct a ConnectionEvent object. |
Method Summary | |
---|---|
Object |
getConnectionHandle()
Get the connection handle associated with the Managed Connection instance. |
Exception |
getException()
Get the exception. |
int |
getId()
Get the type of event |
void |
setConnectionHandle(Object connectionHandle)
Set the connection handle. |
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 |
---|
public static final int CONNECTION_CLOSED
public static final int LOCAL_TRANSACTION_STARTED
public static final int LOCAL_TRANSACTION_COMMITTED
public static final int LOCAL_TRANSACTION_ROLLEDBACK
public static final int CONNECTION_ERROR_OCCURRED
protected int id
Constructor Detail |
---|
public ConnectionEvent(ManagedConnection source, int eid)
source
- ManagedConnection that is the
source of the eventeid
- type of the Connection eventpublic ConnectionEvent(ManagedConnection source, int eid, Exception exception)
source
- ManagedConnection that is the
source of the eventexception
- exception about to be thrown to the applicationeid
- type of the Connection eventMethod Detail |
---|
public Object getConnectionHandle()
public void setConnectionHandle(Object connectionHandle)
public Exception getException()
public int getId()