Class FlxXMLResponse
java.lang.Object
org.epics.archiverappliance.retrieval.mimeresponses.FlxXMLResponse
- All Implemented Interfaces:
EventConsumer,MimeResponse
Test response of action script+XML with large data sets
For now this is only for one PV.
- Author:
- mshankar
-
Field Summary
Fields inherited from interface org.epics.archiverappliance.retrieval.mimeresponses.MimeResponse
CONTENT_TYPE, PROXIED_HEADERS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidvoidprocessingPV(BasicContext retrievalContext, String pv, Instant start, Instant end, EventStreamDesc streamDesc) Called when we swich to a new PV.voidvoidswicthingToStream(EventStream strm)
-
Constructor Details
-
FlxXMLResponse
public FlxXMLResponse()
-
-
Method Details
-
consumeEvent
- Specified by:
consumeEventin interfaceEventConsumer- Throws:
Exception
-
setOutputStream
- Specified by:
setOutputStreamin interfaceMimeResponse
-
close
public void close()- Specified by:
closein interfaceMimeResponse
-
processingPV
public void processingPV(BasicContext retrievalContext, String pv, Instant start, Instant end, EventStreamDesc streamDesc) Description copied from interface:MimeResponseCalled when we swich to a new PV.- Specified by:
processingPVin interfaceMimeResponse- Parameters:
pv- The name of PVstart- Instantend- InstantstreamDesc- Could be null if we have no data in first store we hit.
-
swicthingToStream
- Specified by:
swicthingToStreamin interfaceMimeResponse
-