Class GetPVMetaData
java.lang.Object
org.epics.archiverappliance.retrieval.bpl.GetPVMetaData
- All Implemented Interfaces:
BPLAction
Gets information about the PV from PVTypeInfo, the engine and other places
Gets information about the PV from PVTypeInfo, the engine and other places
- pv - The name of the pv.
- Author:
- mshankar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ConfigService configService)
-
Constructor Details
-
GetPVMetaData
public GetPVMetaData()
-
-
Method Details
-
execute
public void execute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ConfigService configService) throws IOException - Specified by:
executein interfaceBPLAction- Throws:
IOException
-