Interface PVDetails
- All Superinterfaces:
BPLAction
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault voidexecute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ConfigService configService) pvDetails(ConfigService configService, String pvName)
-
Field Details
-
logger
static final org.apache.logging.log4j.Logger logger
-
-
Method Details
-
execute
default void execute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ConfigService configService) throws IOException - Specified by:
executein interfaceBPLAction- Throws:
IOException
-
pvDetails
LinkedList<Map<String,String>> pvDetails(ConfigService configService, String pvName) throws Exception - Throws:
Exception
-