com.ibm.websphere.asynchbeans

Interface WorkManagerEvents

All Superinterfaces:
EventSourceEvents, WorkEvents

  1. public interface WorkManagerEvents
  2. extends WorkEvents, EventSourceEvents
These are system events which can be thrown by a WorkManager.
See Also:
WorkManager

Method Summary

Modifier and Type Method and Description
  1. 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

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