Class PvaGetPVData

java.lang.Object
org.epics.archiverappliance.retrieval.pva.PvaGetPVData
All Implemented Interfaces:
PvaAction

public class PvaGetPVData extends Object implements PvaAction
  • Field Details

  • Constructor Details

    • PvaGetPVData

      public PvaGetPVData()
  • 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 pvArgs, ConfigService configService) throws PvaActionException
      Description copied from interface: PvaAction
      Handles an RPC request to the archiver.
      Specified by:
      request in interface PvaAction
      Parameters:
      pvArgs - Input arguments
      configService - Current config service
      Throws:
      PvaActionException - which is then passed to the serverPV to return the error to the user.