Develop a Custom Activity Processor

Your Activity Processor must be implemented as a LANSA RDMLX component (re-useable part) that will reside and execute in the same LANSA system and partition as LANSA Composer.

For general considerations about integrating your custom LANSA code with your LANSA Composer solution refer to:

Appendix E. Using LANSA Composer with LANSA Applications

You must use DXACTBAS1 as the ancestor of your component. Component DXACTSKEL is provided as a skeleton Activity Processor that you can copy and adapt to your requirements.

DXACTBAS1 and DXACTSKEL are provided with the LANSA Composer software.

Also see

Before you Begin your Custom Activity

Generate Skeletal RDMLX Code

Names

The Ancestor Class - DXACTBAS1

Load and Unload

Initialize, Terminate and Execute

Access the Variable Pool

Understand Activity Parameters

Implement an Activity Processor for an Iterator Activity

Supporting Restartable Activities

Use the Java Service Manager

Signal an Event

Set the Activity Return Code

Use Logging Services