Class AddExternalArchiverServer

java.lang.Object
org.epics.archiverappliance.mgmt.bpl.AddExternalArchiverServer
All Implemented Interfaces:
BPLAction

public class AddExternalArchiverServer extends Object implements BPLAction
Add a external Archiver Data Server into the system. We expect two arguments
  1. externalarchiverserverurl - For Channel Archivers, this is the URL to the XML-RPC server. For other EPICS Archiver Appliance clusters, this is the data_retrieval_url of the cluster as defined in the appliances.xml.
  2. externalServerType - For Channel Archivers, this is the string CA_XMLRPC. For other EPICS Archiver Appliance clusters, this is the string ARCHAPPL_PBRAW.
Author:
mshankar
  • Constructor Details

    • AddExternalArchiverServer

      public AddExternalArchiverServer()
  • Method Details