Class SomPumiceControlCommand

All Implemented Interfaces:
SomResponseProcessor

public class SomPumiceControlCommand extends SomPumiceCommand
Class which implements all of the SOM Pumice control commands.
Author:
tc
  • Field Details

  • Constructor Details

  • Method Details

    • setQualifier

      public void setQualifier(String q)
      Set command qualifier. A qualifier is needed for the following commands: SOM_PUMICE_LOGOUT (ORAddress) SOM_PUMICE_BLOCK_OPERATION (operation name) SOM_PUMICE_UNBLOCK_OPERATION (operation name) SOM_PUMICE_MAXCONNS (max connections value) SOM_PUMICE_MAXVOL (max volume value) SOM_PUMICE_MAXMSGS (max messages value) SOM_PUMICE_IMPORT (import source directory)
      Parameters:
      q - command qualifier
    • getCommandString

      public String getCommandString() throws SomException
      Overrides:
      getCommandString in class SomCommand
      Returns:
      The command string to be sent over the wire.
      Throws:
      SomException - Indicating a problem with the command