public class NodeManager extends Object implements javax.servlet.ServletContextListener
It gets notified by the container via the ServletContextListener interface when either a startup or a shutdown event occurs.
Constructor and Description |
---|
NodeManager()
Default constructor for a NodeManager.
|
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
This method is called during shutdown of the JEE container.
|
void |
contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
Initializes the Servlet context.
|
public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
This method is called during startup of the JEE container. It starts up a ECMSDK Node based on the configuration parameters in the web.xml.
contextInitialized
in interface javax.servlet.ServletContextListener
servletContextEvent
- The servlet context eventpublic void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
contextDestroyed
in interface javax.servlet.ServletContextListener
servletContextEvent
- The servlet context eventCopyright © 2023. All rights reserved.