IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.asynchbeans
Interface WorkManagerEvents

All Superinterfaces:
EventSourceEvents, WorkEvents

public interface WorkManagerEvents
extends WorkEvents, EventSourceEvents

These are system events which can be thrown by a WorkManager.

See Also:
WorkManager

Method Summary
 void destroyed(WorkManager wm)
          The WorkManager is being destroyed.
 
Methods inherited from interface com.ibm.websphere.asynchbeans.WorkEvents
unexpectedException, workCompleted, workListenerThrewException, workRejected
 
Methods inherited from interface com.ibm.websphere.asynchbeans.EventSourceEvents
listenerCountChanged, listenerExceptionThrown, unexpectedException
 

Method Detail

destroyed

void destroyed(WorkManager wm)
The WorkManager is being destroyed.


IBM WebSphere Application ServerTM
Release 8