Connector Architecture 1.6 API 1.0.0.Final

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

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

Uses of Work in javax.resource.spi.work
 

Subinterfaces of Work in javax.resource.spi.work
 interface DistributableWork
          This models a Work instance that would be distributed by a DistributableWorkManager for execution in a remote DistributableWorkManager
 

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.
 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.
 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.
 

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


Connector Architecture 1.6 API 1.0.0.Final

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