| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
 The WorkListener instance must not make any thread 
 assumptions and must be thread-safe ie., a notification could 
 occur from any arbitrary thread. Further, it must not make any
 assumptions on the ordering of notifications.
| Method Summary | |
|  void | workAccepted(WorkEvent e)Invoked when a Workinstance has been accepted. | 
|  void | workCompleted(WorkEvent e)Invoked when a Workinstance has completed execution. | 
|  void | workRejected(WorkEvent e)Invoked when a Workinstance has been rejected. | 
|  void | workStarted(WorkEvent e)Invoked when a Workinstance has started execution. | 
| Method Detail | 
public void workAccepted(WorkEvent e)
Work instance has been accepted.
public void workRejected(WorkEvent e)
Work instance has been rejected.
public void workStarted(WorkEvent e)
Work instance has started execution.
 This only means that a thread has been allocated.
public void workCompleted(WorkEvent e)
Work instance has completed execution.
| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.