Class MqttPlugin
java.lang.Object
ecmwf.common.technical.ThreadService.ConfigurableRunnable
ecmwf.common.plugin.PluginThread
ecmwf.ecpds.mover.plugin.mqtt.MqttPlugin
-
Field Summary
Fields inherited from class ecmwf.common.plugin.PluginThread
_params
-
Constructor Summary
ConstructorsConstructorDescriptionMqttPlugin
(String ref, Map<String, String> params) Instantiates a new http plugin. -
Method Summary
Methods inherited from class ecmwf.common.plugin.PluginThread
callerBack, callerGone, configurableRun, getAttribute, getCaller, getMBeanInfo, getParam, getPluginContainer, getRef, handle, handle, invoke, setAttribute, setCaller, setPluginContainer, subscribe, unSubscribe
Methods inherited from class ecmwf.common.technical.ThreadService.ConfigurableRunnable
execute, execute, getContextClassLoader, getPriority, getThreadName, interrupt, interrupted, isAlive, isStarted, join, join, run, setContextClassLoader, setForceCookie, setInheritCookie, setPriority, setThreadNameAndCookie
-
Constructor Details
-
MqttPlugin
-
-
Method Details
-
getPluginName
Gets the plugin name. Gets the plugin name.- Specified by:
getPluginName
in classPluginThread
- Returns:
- the plugin name
-
getVersion
Gets the version. Gets the version.- Specified by:
getVersion
in classPluginThread
- Returns:
- the version
-
start
public boolean start()Start. Start.- Specified by:
start
in classPluginThread
- Returns:
- true, if successful
-
stop
-