Class ImportDataFromPlugin
java.lang.Object
org.epics.archiverappliance.mgmt.bpl.ImportDataFromPlugin
- All Implemented Interfaces:
BPLAction
Import data using another plugin given the plugin definition URL for a PV and store in the specified store.
- Author:
- mshankar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, ConfigService configService)
-
Constructor Details
-
ImportDataFromPlugin
public ImportDataFromPlugin()
-
-
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
-