java.lang.Object
org.epics.archiverappliance.retrieval.pva.PvaDataRetrievalService
- All Implemented Interfaces:
org.epics.pva.server.RPCService
public class PvaDataRetrievalService
extends Object
implements org.epics.pva.server.RPCService
- Author:
- Kunal Shroff
-
-
Constructor Summary
Constructors
-
Method Summary
org.epics.pva.data.PVAStructure
call(org.epics.pva.data.PVAStructure pvaStructure)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
PVA_DATA_SERVICE
public static final String PVA_DATA_SERVICE
- See Also:
-
-
-
Method Details
-
call
public org.epics.pva.data.PVAStructure call(org.epics.pva.data.PVAStructure pvaStructure)
throws Exception
- Specified by:
call in interface org.epics.pva.server.RPCService
- Throws:
Exception