|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use WorkException | |
| javax.resource.spi.work | J2EE Connector API - Work Management. |
| Uses of WorkException in javax.resource.spi.work |
| Subclasses of WorkException in javax.resource.spi.work | |
class |
WorkCompletedException
An error thrown when work is completed. |
class |
WorkRejectedException
Thrown when a work is rejected. |
| Methods in javax.resource.spi.work that return WorkException | |
WorkException |
WorkEvent.getException()
Get the exception |
| Methods in javax.resource.spi.work that throw WorkException | |
void |
WorkManager.doWork(Work work)
Executes the work, the call blocks until the work completes |
void |
WorkManager.doWork(Work work,
long startTimeout,
ExecutionContext ctx,
WorkListener listener)
Executes the work, the call blocks until the work completes |
long |
WorkManager.startWork(Work work)
Executes the work, the call blocks until the work starts |
long |
WorkManager.startWork(Work work,
long startTimeout,
ExecutionContext ctx,
WorkListener listener)
Executes the work, the call blocks until the work starts |
void |
WorkManager.scheduleWork(Work work)
Executes the work, the call returns immediatley |
void |
WorkManager.scheduleWork(Work work,
long startTimeout,
ExecutionContext ctx,
WorkListener listener)
Executes the work, the call returns immediately |
| Constructors in javax.resource.spi.work with parameters of type WorkException | |
WorkEvent(Object source,
int type,
Work work,
WorkException e)
Create a new WorkEvent |
|
WorkEvent(Object source,
int type,
Work work,
WorkException e,
long startDuration)
Create a new WorkEvent |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||