Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

All Activity Processors must use DXACTBAS1 as their ancestor.
Image Removed
Image Added

The ancestor class provides a set of properties, events and methods that you can reference in your Activity Processor that provide base services including:

  • Accessing the variable pool.
  • Using the Java Service Manager.
  • Setting the Activity return code.
  • Logging services.

Feature help is available for the base DXACTBAS1 class and for the logging helper, DXPSRLOG1. Feature help provides brief descriptions of a LANSA component's properties, methods and events. If the feature help for an item describes it as for "internal use only", then you should not use that item in your own Activity Processors.

...