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

Part Number E13941-02

Package commonj.work

Provides interfaces for commonj Work and WorkManager.

See:
          Description

Interface Summary
RemoteWorkItem If a Work instance is serializable and the WorkManager implementation supports Remoteable WorkManager then the Work can be sent to a remote member of the application cluster for execution.
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.
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.
 

Exception Summary
WorkCompletedException This exception indicates that a Work started but completed with an exception.
WorkException This is the base class for all Work related exceptions.
WorkRejectedException This is thrown then the Work cannot be started.
 

Package commonj.work Description

Provides interfaces for commonj Work and WorkManager.


Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, 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 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02