Connector Architecture 1.6 API 1.0.0.Final

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

Packages that use WorkEvent
javax.resource.spi.work This package contains APIs for the Work Management, Generic Work and Security Work contracts. 
 

Uses of WorkEvent in javax.resource.spi.work
 

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


Connector Architecture 1.6 API 1.0.0.Final

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.