Class SetSerializedSettingsCommand

java.lang.Object
PamController.command.ExtCommand
PamController.command.SetSerializedSettingsCommand

public class SetSerializedSettingsCommand extends ExtCommand
Didn't work. Commands are so set up around String data that there is little hope for this to work. Deploy serialized settings. These are settings that would normally be held in the psfx manager and had been turned into a byte array with PamControlledUnitSettings.getNamedSerialisedByteArray(). Here they can be turned back into valid settings using PamControlledUnitSettings.createFromNamedByteArray(...) then the appropriate owner found and the settings restored. First written for use with batch processor which needs to send updated array data.
Author:
dg50
  • Field Details Link icon

    • commandId Link icon

      public static String commandId
  • Method Details Link icon

    • execute Link icon

      public String execute(String command)
      Description copied from class: ExtCommand
      Execute the command
      Specified by:
      execute in class ExtCommand
      Returns:
      true if command executed correctly.