Class execution

If a class with a main method is located within the class path of 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. 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/164334822/Admin-Konsole_14_EN-version-1-modificationdate-1705304403117-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.