Class MqttPlugin

All Implemented Interfaces:
MBeanService, Runnable

public class MqttPlugin extends PluginThread
The Class MqttPlugin.
  • Constructor Details

    • MqttPlugin

      public MqttPlugin(String ref, Map<String,String> params)
      Instantiates a new http plugin.
      Parameters:
      ref - the ref
      params - the params
  • Method Details

    • getPluginName

      public String getPluginName()
      Gets the plugin name. Gets the plugin name.
      Specified by:
      getPluginName in class PluginThread
      Returns:
      the plugin name
    • getVersion

      public String getVersion()
      Gets the version. Gets the version.
      Specified by:
      getVersion in class PluginThread
      Returns:
      the version
    • start

      public boolean start()
      Start. Start.
      Specified by:
      start in class PluginThread
      Returns:
      true, if successful
    • stop

      public void stop()
      Stop. Stop.
      Specified by:
      stop in class PluginThread