|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkListener | |
---|---|
com.caucho.jca.ra | |
javax.resource.spi.work |
Uses of WorkListener in com.caucho.jca.ra |
---|
Methods in com.caucho.jca.ra with parameters of type WorkListener | |
---|---|
void |
WorkManagerImpl.doWork(Work work,
long startTimeout,
ExecutionContext context,
WorkListener listener)
Accepts a work instance for processing. |
void |
WorkManagerImpl.scheduleWork(Work work,
long startTimeout,
ExecutionContext context,
WorkListener listener)
Schedules a work instance. |
long |
WorkManagerImpl.startWork(Work work,
long startTimeout,
ExecutionContext context,
WorkListener listener)
Accepts a work instance for processing. |
Uses of WorkListener in javax.resource.spi.work |
---|
Classes in javax.resource.spi.work that implement WorkListener | |
---|---|
class |
WorkAdapter
A work listener convenience class |
Methods in javax.resource.spi.work with parameters of type WorkListener | |
---|---|
void |
WorkManager.doWork(Work work,
long startTimeout,
ExecutionContext context,
WorkListener workListener)
Accepts a work instance for processing. |
void |
WorkManager.scheduleWork(Work work,
long startTimeout,
ExecutionContext context,
WorkListener listener)
Schedules a work instance. |
long |
WorkManager.startWork(Work work,
long startTimeout,
ExecutionContext context,
WorkListener listener)
Accepts a work instance for processing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |