Class PvaGetApplianceInfo
java.lang.Object
org.epics.archiverappliance.mgmt.pva.actions.PvaGetApplianceInfo
- All Implemented Interfaces:
PvaAction
Based on
GetApplianceInfo- Author:
- Kunal Shroff, mshankar
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Name of the actionorg.epics.pva.data.PVAStructurerequest(org.epics.pva.data.PVAStructure args, ConfigService configService) Handles an RPC request to the archiver.
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
PvaGetApplianceInfo
public PvaGetApplianceInfo()
-
-
Method Details
-
getName
Description copied from interface:PvaActionName of the action -
request
public org.epics.pva.data.PVAStructure request(org.epics.pva.data.PVAStructure args, ConfigService configService) throws PvaActionException Description copied from interface:PvaActionHandles an RPC request to the archiver.- Specified by:
requestin interfacePvaAction- Parameters:
args- Input argumentsconfigService- Current config service- Throws:
PvaActionException- which is then passed to the serverPV to return the error to the user.
-