See: Description
| Interface | Description | 
|---|---|
| DistributableWork | This models a  Workinstance that would be distributed by aDistributableWorkManagerfor execution in a remoteDistributableWorkManager | 
| DistributableWorkManager | This interface models a  WorkManagerthat supports distributed
 execution of Work instances. | 
| Work | This models a  Workinstance that would be executed by aWorkManagerupon 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. | 
| WorkContextLifecycleListener | This class models the various events that occur during the processing of the
  WorkContexts associated with aWorkinstance. | 
| WorkContextProvider | This interface specifies the methods a  Workinstance uses to
 associate aListofWorkContextinstances to be set when theWorkinstance gets executed by aWorkManager. | 
| WorkListener | This models a  WorkListenerinstance which would be notified
 by theWorkManagerwhen the variousWorkprocessing events (work accepted, work rejected, work started, 
 work completed) occur. | 
| WorkManager | This interface models a  WorkManagerwhich provides a facility
 to submitWorkinstances for execution. | 
| Class | Description | 
|---|---|
| ExecutionContext | This class models an execution context (transaction, security, etc) 
 with which the  Workinstance must be executed. | 
| HintsContext | A standard  WorkContextthat allows aWorkinstance to propagate quality-of-service (QoS) hints about theWorkto theWorkManager. | 
| SecurityContext | A standard  WorkContextthat allows aWorkinstance to propagate security related context information from an EIS
 to an application server. | 
| TransactionContext | A standard  WorkContextthat allows aWorkinstance to propagate transaction related context information from an EIS to
 an application server. | 
| WorkAdapter | This class is provided as a convenience for easily creating 
  WorkListenerinstances by extending this class
 and overriding only those methods of interest. | 
| WorkContextErrorCodes | This class models the possible error conditions that might occur during
 associating an  WorkContextwith aWorkinstance. | 
| WorkEvent | This class models the various events that occur during the processing of
 a  Workinstance. | 
| Exception | Description | 
|---|---|
| RetryableWorkRejectedException | A subclass of the  WorkRejectedExceptionthat 
 indicates that the the service unavailability is transient. | 
| WorkCompletedException | This exception is thrown by a  WorkManagerto indicate that
 a submittedWorkinstance has completed with an exception. | 
| WorkException | A common base class for all  Workprocessing related exceptions. | 
| WorkRejectedException | This exception is thrown by a  WorkManagerto indicate 
 that a submittedWorkinstance has been rejected. | 
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.