Uses of Class
javax.resource.spi.work.WorkEvent

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

Uses of WorkEvent in javax.resource.spi.work
 

Methods in javax.resource.spi.work with parameters of type WorkEvent
 void WorkListener.workAccepted(WorkEvent e)
          Invoked when a Work instance has been accepted.
 void WorkListener.workRejected(WorkEvent e)
          Invoked when a Work instance has been rejected.
 void WorkListener.workStarted(WorkEvent e)
          Invoked when a Work instance has started execution.
 void WorkListener.workCompleted(WorkEvent e)
          Invoked when a Work instance has completed execution.
 void WorkAdapter.workAccepted(WorkEvent e)
          Invoked when a Work instance has been accepted.
 void WorkAdapter.workRejected(WorkEvent e)
          Invoked when a Work instance has been rejected.
 void WorkAdapter.workStarted(WorkEvent e)
          Invoked when a Work instance has started execution.
 void WorkAdapter.workCompleted(WorkEvent e)
          Invoked when a Work instance has completed execution.