javax.resource.spi
public class ConnectionEvent extends EventObject
| Field Summary | |
|---|---|
| static int | CONNECTION_CLOSED |
| static int | CONNECTION_ERROR_OCCURRED |
| protected int | id |
| static int | LOCAL_TRANSACTION_COMMITTED |
| static int | LOCAL_TRANSACTION_ROLLEDBACK |
| static int | LOCAL_TRANSACTION_STARTED |
| Constructor Summary | |
|---|---|
| ConnectionEvent(ManagedConnection source, int eid) | |
| ConnectionEvent(ManagedConnection source, int eid, Exception exception) | |
| Method Summary | |
|---|---|
| Object | getConnectionHandle() |
| Exception | getException() |
| int | getId() |
| void | setConnectionHandle(Object connectionHandle) |