Class ArchivedPVsForThisApplianceAction
java.lang.Object
org.epics.archiverappliance.mgmt.bpl.ArchivedPVsForThisApplianceAction
- All Implemented Interfaces:
BPLAction
Given a list of PVs, determine those that are being archived.
Of course, you can use the status call but that makes calls to the engine etc and can be stressful if you are checking several thousand PVs
All this does is check the configservice...
- Author:
- mshankar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, ConfigService configService)
-
Constructor Details
-
ArchivedPVsForThisApplianceAction
public ArchivedPVsForThisApplianceAction()
-
-
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
-