| 
 | J2EE1.4 SDK | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
| Work | This models a Workinstance that would be executed by aWorkManagerupon submission. | 
| 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 Summary | |
| ExecutionContext | This class models an execution context (transaction, security, etc) 
 with which the Workinstance must be executed. | 
| WorkAdapter | This class is provided as a convenience for easily creating WorkListenerinstances by extending this class
 and overriding only those methods of interest. | 
| WorkEvent | This class models the various events that occur during the processing of
 a Workinstance. | 
| Exception Summary | |
| 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. | 
This package contains APIs for the work management contract.
| 
 | J2EE1.4 SDK | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.