java.lang.Object
org.epics.archiverappliance.mgmt.bpl.ChangeArchivalParamsAction
- All Implemented Interfaces:
BPLAction
public class ChangeArchivalParamsAction
extends Object
implements BPLAction
Change the archival parameters for a PV.
For now, we support changing the sampling period.
- Author:
- mshankar
Access using:
http://mgmt_url/bpl/changeArchivalParameters - Change the archival parameters for a PV.
pv The name of the pv.samplingperiod The new sampling period in seconds.samplingmethod The new sampling method For now, this is one of SCAN or MONITOR.
-
Constructor Summary
Constructors
-
Method Summary
void
execute(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ConfigService configService)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ChangeArchivalParamsAction
public ChangeArchivalParamsAction()
-