| Package | Description | 
|---|---|
| com.caucho.jca.ra | |
| com.caucho.jms.jca | |
| javax.resource.spi.work | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WorkManagerImpl. doWork(Work work)Accepts a work instance for processing. | 
| void | WorkManagerImpl. doWork(Work work,
      long startTimeout,
      ExecutionContext context,
      WorkListener listener)Accepts a work instance for processing. | 
| void | WorkManagerImpl. scheduleWork(Work work)Schedules a work instance. | 
| void | WorkManagerImpl. scheduleWork(Work work,
            long startTimeout,
            ExecutionContext context,
            WorkListener listener)Schedules a work instance. | 
| long | WorkManagerImpl. startWork(Work work)Accepts a work instance for processing. | 
| long | WorkManagerImpl. startWork(Work work,
         long startTimeout,
         ExecutionContext context,
         WorkListener listener)Accepts a work instance for processing. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MessageListenerTaskThe JMS MessageListener endpoint | 
| Modifier and Type | Method and Description | 
|---|---|
| Work | WorkEvent. getWork()Returns the work instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WorkManager. doWork(Work work)Accepts a work instance for processing. | 
| void | WorkManager. doWork(Work work,
      long startTimeout,
      ExecutionContext context,
      WorkListener workListener)Accepts a work instance for processing. | 
| void | WorkManager. scheduleWork(Work work)Schedules a work instance. | 
| void | WorkManager. scheduleWork(Work work,
            long startTimeout,
            ExecutionContext context,
            WorkListener listener)Schedules a work instance. | 
| long | WorkManager. startWork(Work work)Accepts a work instance for processing. | 
| long | WorkManager. startWork(Work work,
         long startTimeout,
         ExecutionContext context,
         WorkListener listener)Accepts a work instance for processing. | 
| Constructor and Description | 
|---|
| WorkEvent(java.lang.Object source,
         int type,
         Work work,
         WorkException exn)Called with a Work instance has been accepted. | 
| WorkEvent(java.lang.Object source,
         int type,
         Work work,
         WorkException exn,
         long startDuration)Called with a Work instance has been accepted. |