Class AreWeArchivingPV
java.lang.Object
org.epics.archiverappliance.retrieval.bpl.AreWeArchivingPV
- All Implemented Interfaces:
BPLAction
Send a true/false if we are archiving the given PV or not.
- pv - The name of the pv.
- Author:
- mshankar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ConfigService configService)
-
Constructor Details
-
AreWeArchivingPV
public AreWeArchivingPV()
-
-
Method Details
-
execute
public void execute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ConfigService configService) throws IOException - Specified by:
executein interfaceBPLAction- Throws:
IOException
-