Class PvaGetApplianceInfo

java.lang.Object
org.epics.archiverappliance.mgmt.pva.actions.PvaGetApplianceInfo
All Implemented Interfaces:
PvaAction

public class PvaGetApplianceInfo extends Object implements PvaAction
Author:
Kunal Shroff, mshankar
  • Field Details

  • Constructor Details

    • PvaGetApplianceInfo

      public PvaGetApplianceInfo()
  • Method Details

    • getName

      public String getName()
      Description copied from interface: PvaAction
      Name of the action
      Specified by:
      getName in interface PvaAction
      Returns:
      the name of the service
    • request

      public org.epics.pva.data.PVAStructure request(org.epics.pva.data.PVAStructure args, ConfigService configService) throws PvaActionException
      Description copied from interface: PvaAction
      Handles an RPC request to the archiver.
      Specified by:
      request in interface PvaAction
      Parameters:
      args - Input arguments
      configService - Current config service
      Throws:
      PvaActionException - which is then passed to the serverPV to return the error to the user.