public class MqttPersistentConfig
extends PersistentConfig
Modifier and Type | Method and Description |
---|---|
static MqttPersistentConfig |
getPersistentConfig(java.lang.String controllerName) |
void |
restorePersistedValues(java.lang.Object toRestore)
This method will set the parameter to the MqttDeviceServer
|
void |
storeCurrentValues(java.lang.Object toPersist)
This method will store the current values from the device server to the XML file.
|
public static MqttPersistentConfig getPersistentConfig(java.lang.String controllerName)
public void restorePersistedValues(java.lang.Object toRestore)
toRestore
- an instance of an MqttDeviceServerpublic void storeCurrentValues(java.lang.Object toPersist)
toPersist
- an instance of an MqttDeviceServerCopyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.