Class BulkPauseResumeUtils
java.lang.Object
org.epics.archiverappliance.mgmt.bpl.BulkPauseResumeUtils
Some utility methods for bulk pause and resume...
- Author:
- mshankar
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LinkedList<String> getPVNames(javax.servlet.http.HttpServletRequest req, ConfigService configService) Get a list of PVNames based on if this is a POST or GET.pauseResumePVs(List<String> pvNames, ConfigService configService, boolean askingToPausePV)
-
Constructor Details
-
BulkPauseResumeUtils
public BulkPauseResumeUtils()
-
-
Method Details
-
getPVNames
public static LinkedList<String> getPVNames(javax.servlet.http.HttpServletRequest req, ConfigService configService) throws IOException Get a list of PVNames based on if this is a POST or GET.- Parameters:
req- HttpServletRequestconfigService- ConfigService- Returns:
- LinkedList String PV names
- Throws:
IOException-
-
pauseResumePVs
public static List<HashMap<String,String>> pauseResumePVs(List<String> pvNames, ConfigService configService, boolean askingToPausePV) throws IOException - Throws:
IOException
-