Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.5)

Part Number E13941-05

Uses of Package
commonj.work

Packages that use commonj.work
commonj.work Provides interfaces for commonj Work and WorkManager. 
 

Classes in commonj.work used by commonj.work
Work
          This is implemented by applications when they want to run code blocks asynchronously.
WorkEvent
          This is sent to a WorkListener as the Work is processed by a WorkManager.
WorkException
          This is the base class for all Work related exceptions.
WorkItem
          This is returned once a Work is submitted to a WorkManager.
WorkListener
          This is a callback interface called to report on the dispatching of a Work.
WorkManager
          The WorkManager is the abstraction for dispatching and monitoring asynchronous work and is a factory for creating application short or long lived Works.
 


Copyright 1996, 2011, 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
Oracle WebLogic Server API Reference
11g Release 1 (10.3.5)

Part Number E13941-05