Connector Architecture 1.6 API 1.0.0.Final

Uses of Package
javax.resource.spi.work

Packages that use javax.resource.spi.work
javax.resource.spi The javax.resource.spi package contains APIs for the system contracts defined in the Java EE Connector Architecture specification. 
javax.resource.spi.work This package contains APIs for the Work Management, Generic Work and Security Work contracts. 
 

Classes in javax.resource.spi.work used by javax.resource.spi
WorkContext
          This class serves as a standard mechanism for a resource adapter to propagate an imported context from an enterprise information system to an application server.
WorkManager
          This interface models a WorkManager which provides a facility to submit Work instances for execution.
 

Classes in javax.resource.spi.work used by javax.resource.spi.work
ExecutionContext
          This class models an execution context (transaction, security, etc) with which the Work instance must be executed.
Work
          This models a Work instance that would be executed by a WorkManager upon submission.
WorkContext
          This class serves as a standard mechanism for a resource adapter to propagate an imported context from an enterprise information system to an application server.
WorkEvent
          This class models the various events that occur during the processing of a Work instance.
WorkException
          A common base class for all Work processing related exceptions.
WorkListener
          This models a WorkListener instance which would be notified by the WorkManager when the various Work processing events (work accepted, work rejected, work started, work completed) occur.
WorkManager
          This interface models a WorkManager which provides a facility to submit Work instances for execution.
WorkRejectedException
          This exception is thrown by a WorkManager to indicate that a submitted Work instance has been rejected.
 


Connector Architecture 1.6 API 1.0.0.Final

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