Interface PluginManagerMXBean


@PublicApi public interface PluginManagerMXBean
The JMX interface to plugin manager facilities.
Since:
v3.0.24
  • Method Details

    • getPlugins

      Obtain the currently installed plugins.
      Returns:
      a list of plugins currently installed into the instance.
    • scanForNewPlugins

      int scanForNewPlugins()
      Check each plugin loader for newly available plugins and install them.
      Returns:
      the number of new plugins installed.
      See Also: