Class ArchiveChannelObjectDetailsAction
java.lang.Object
org.epics.archiverappliance.engine.bpl.ArchiveChannelObjectDetailsAction
- All Implemented Interfaces:
BPLAction
Use this to debug any connectivity issues in the engine.
This print outs the details of the ArchiveChannel/EPICS_PV for a given PV as JSON
- Author:
- mshankar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ConfigService configService) objectToJSON(String pvName, Object obj, boolean useSuperClassFields)
-
Constructor Details
-
ArchiveChannelObjectDetailsAction
public ArchiveChannelObjectDetailsAction()
-
-
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
-
objectToJSON
public HashMap<String,Object> objectToJSON(String pvName, Object obj, boolean useSuperClassFields) throws IllegalAccessException - Throws:
IllegalAccessException
-