Class RefreshPVDataFromChannelArchivers
java.lang.Object
org.epics.archiverappliance.mgmt.bpl.RefreshPVDataFromChannelArchivers
- All Implemented Interfaces:
BPLAction
Call the config service to refresh the PV data from ChannelArchivers.
This should help with proxying ChannelArchiver servers that are still active.
- Author:
- mshankar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ConfigService configService)
-
Constructor Details
-
RefreshPVDataFromChannelArchivers
public RefreshPVDataFromChannelArchivers()
-
-
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
-