Class AddExternalArchiverServer
java.lang.Object
org.epics.archiverappliance.mgmt.bpl.AddExternalArchiverServer
- All Implemented Interfaces:
BPLAction
Add a external Archiver Data Server into the system.
We expect two arguments
externalarchiverserverurl- For Channel Archivers, this is the URL to the XML-RPC server. For other EPICS Archiver Appliance clusters, this is thedata_retrieval_urlof the cluster as defined in theappliances.xml.externalServerType- For Channel Archivers, this is the stringCA_XMLRPC. For other EPICS Archiver Appliance clusters, this is the stringARCHAPPL_PBRAW.
- Author:
- mshankar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, ConfigService configService)
-
Constructor Details
-
AddExternalArchiverServer
public AddExternalArchiverServer()
-
-
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
-