Register the JMXManagementPlugin implementation
You must register the Java implementation of JMXManagementPlugin before you can call the plugin from an external application.
Before you begin
Procedure
- In the Studio Project window, select .
-
Right-click the registry
directory and select .
The Plugin dialog appears.
-
Enter a plugin Name of
JMXManagementPlugin. Enter the Interface name ofManagementPlugin. -
Click OK.
Studio creates the plugin and shows its initial settings in the plugin registry.
-
In the Plugins registry main pane for the new plugin, click the plus sign
(
+) and select Add OSGi Plugin. -
In the Service PID field, type
the fully qualified Java class name for your OSGi implementation class.
examples.pl.plugins.management.JMXManagementPlugin
What to do next
JMXManagementPlugin from an
external application. See Calling the JMXManagementPlugin from an external application.