Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

Class execution

Prev Next

If a class with a main method is located within the Integration Server, it can be called directly here. The class is executed inside the virtual machine of the Integration Server, which makes it possible to access the service framework and helper classes.

 CAUTION   This tool is intended for advanced users. A working knowledge of Java is assumed.

We provide a programming interface (API) that also allows you to develop your own classes in Java. We offer in-depth training for this. If you are interested, please contact our Customer Success Team (customer.success@lobster.de).

images/download/attachments/201682053/Admin-Konsole_14_EN-version-1-modificationdate-1748515931919-api-v2.png

(1) The full class name with package.

(2) List of the parameters passed to the main method of the class. Modifications can be made via the context menu. NOTE  Which parameters can/must be passed here depends on the respective class and cannot be described here in general terms.

(3) The order of the parameters can be changed here.

(4) Calls the main method of the class.