Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
commonj.work.WorkEvent

Packages that use WorkEvent
commonj.work   

 

Uses of WorkEvent in commonj.work

 

Methods in commonj.work with parameters of type WorkEvent
abstract  void WorkListener.workAccepted(WorkEvent we)
          This is called when the Work is accepted for dispatching.
abstract  void WorkListener.workCompleted(WorkEvent we)
          This is called once Work.run returns.
abstract  void WorkListener.workRejected(WorkEvent we)
          This is called when the Work cannot be processed prior to starting but after accept.
abstract  void WorkListener.workStarted(WorkEvent we)
          This is called when the Work is about to start.

 


Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09