Class RemoveExternalArchiverServer
java.lang.Object
org.epics.archiverappliance.mgmt.bpl.RemoveExternalArchiverServer
- All Implemented Interfaces:
BPLAction
Remove the entry for a external Archiver Data Server from the config database
Note that the entire cluster may need to be restarted for this change to take effect.
- Author:
- mshankar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, ConfigService configService)
-
Constructor Details
-
RemoveExternalArchiverServer
public RemoveExternalArchiverServer()
-
-
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
-