How to Implement Work Manager in UIM Ruleset or Web Service Code
(Doc ID 2452101.1)
Last updated on MAY 23, 2024
Applies to:
Oracle Communications Unified Inventory Management - Version 7.3.0.0.0 and laterInformation in this document applies to any platform.
Goal
Work Managers are used in custom code (Ruleset / Web Service) to concurrently process UIM bulk operations. This increase the efficiency & decrease the time taken to complete a task.
This documents helps developers in following areas:
- Creating a new WebLogic Work Manager.
- Mapping CommonJ to WebLogic Server Work Managers.
- Lookup CommonJ Work Manager in custom code.
- Delegate tasks to Work Manager.
Note: Unlike WebLogic Server Work Managers, which can only be accessed from an application via dispatch policies, you can access CommonJ Work Managers directly from an application.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
1. Creating a new Work Manager |
2. Mapping CommonJ to WebLogic Server Work Managers. |
3. Lookup CommonJ Work Manager in custom code. |
4. Delegate tasks to Work Manager |