Uses of Interface
javax.resource.spi.work.Work

Packages that use Work
javax.resource.spi.work This package contains APIs for the work management contract. 
 

Uses of Work in javax.resource.spi.work
 

Methods in javax.resource.spi.work that return Work
 Work WorkEvent.getWork()
          Return the Work instance which is the cause of the event.
 

Methods in javax.resource.spi.work with parameters of type Work
 void WorkManager.doWork(Work work)
          Accepts a Work instance for processing.
 void WorkManager.doWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener)
          Accepts a Work instance for processing.
 long WorkManager.startWork(Work work)
          Accepts a Work instance for processing.
 long WorkManager.startWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener)
          Accepts a Work instance for processing.
 void WorkManager.scheduleWork(Work work)
          Accepts a Work instance for processing.
 void WorkManager.scheduleWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener)
          Accepts a Work instance for processing.
 

Constructors in javax.resource.spi.work with parameters of type Work
WorkEvent(java.lang.Object source, int type, Work work, WorkException exc)
          Constructor.
WorkEvent(java.lang.Object source, int type, Work work, WorkException exc, long startDuration)
          Constructor.