| Package | Description |
|---|---|
| javax.resource.spi.work |
| Modifier and Type | Method and Description |
|---|---|
Work |
WorkEvent.getWork() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkManager.doWork(Work work) |
void |
WorkManager.doWork(Work work,
long startTimeout,
ExecutionContext execContext,
WorkListener workListener) |
void |
WorkManager.scheduleWork(Work work) |
void |
WorkManager.scheduleWork(Work work,
long startTimeout,
ExecutionContext execContext,
WorkListener workListener) |
long |
WorkManager.startWork(Work work) |
long |
WorkManager.startWork(Work work,
long startTimeout,
ExecutionContext execContext,
WorkListener workListener) |
| Constructor and Description |
|---|
WorkEvent(Object source,
int type,
Work work,
WorkException exc) |
WorkEvent(Object source,
int type,
Work work,
WorkException exc,
long startDuration) |
Copyright © 2013. All Rights Reserved.