This functionality is only available for certain module packages.

You are here: EEC > SCRIPTING > Implementing native Java > Registering the plug-in method

Registering the plug-in method

The native implementation must first be registered before it can be applied in the EEC.

The registration of the new method is entered in the previously created class NativeMethodExtension.

Specifications are required for the registration of the new method that are only available after the creation of the method in EEC. The following figure therefore preempts the following step to illustrate the connection between registration of the native method and the method in EEC.

The new method (e.g. IncrementLength) can be registered with the registerMethod method.

The new method is registered with the following arguments.

Note:

If the type of the method, for example the library name, is changed in EEC, the type must be adjusted in this method and the plug-in must be compiled and exported again.