com.ibm.websphere.asynchbeans
Interface WorkManagerEvents
-
- All Superinterfaces:
- EventSourceEvents, WorkEvents
Deprecated.Interfaces for work and work management are replaced byManagedExecutorServiceand related interfaces.
@Deprecated public interface WorkManagerEvents extends WorkEvents, EventSourceEvents
These are system events which can be thrown by a WorkManager.- See Also:
javax.enterprise.concurrent.ManagedExecutorService,WorkManager
-
-
Method Summary
Methods Modifier and Type Method and Description voiddestroyed(WorkManager wm)Deprecated.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)
Deprecated.The WorkManager is being destroyed.
-
-