Package org.epics.archiverappliance.mgmt
Class WebappReady
java.lang.Object
org.epics.archiverappliance.mgmt.WebappReady
- All Implemented Interfaces:
BPLAction
The other web apps tell the mgmt webapp when they have started using this call.
If the mgmt web app has started, we simply call poststartup on them
- Author:
- mshankar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ConfigService configService)
-
Constructor Details
-
WebappReady
public WebappReady()
-
-
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
-