Class GetDataAtTimeEngine
java.lang.Object
org.epics.archiverappliance.engine.bpl.GetDataAtTimeEngine
- All Implemented Interfaces:
BPLAction
PV for getting the data for multiple PV's from the engine's buffers at a particular time.
We loop thru all the values and find the latest value in the engine that is older or equal to the specified time.
If no such sample is present, we do not add the PV to the JSON response.
- Author:
- mshankar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, ConfigService configService)
-
Constructor Details
-
GetDataAtTimeEngine
public GetDataAtTimeEngine()
-
-
Method Details
-
execute
public void execute(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, ConfigService configService) throws IOException - Specified by:
executein interfaceBPLAction- Throws:
IOException
-