javax.resource.spi.work
public class WorkEvent extends EventObject
| Field Summary | |
|---|---|
| static int | WORK_ACCEPTED |
| static int | WORK_COMPLETED |
| static int | WORK_REJECTED |
| static int | WORK_STARTED |
| Constructor Summary | |
|---|---|
| WorkEvent(Object source, int type, Work work, WorkException exc) | |
| WorkEvent(Object source, int type, Work work, WorkException exc, long startDuration) | |
| Method Summary | |
|---|---|
| WorkException | getException() |
| long | getStartDuration() |
| int | getType() |
| Work | getWork() |