Class GetPVsForThisAppliance
java.lang.Object
org.epics.archiverappliance.mgmt.bpl.GetPVsForThisAppliance
- All Implemented Interfaces:
BPLAction
Get a list of PVs for this appliance as a JSON array
- Author:
- mshankar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ConfigService configService)
-
Constructor Details
-
GetPVsForThisAppliance
public GetPVsForThisAppliance()
-
-
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
-