- All Implemented Interfaces:
- EventListener, javax.servlet.ServletContextListener
public class ApplicationStartupContextListener
extends Object
implements javax.servlet.ServletContextListener
Application context listener for starting the application. If the application
is configured for a standalone environment or the application is a node in a
clustered environment then a flow controller is created and managed.
Otherwise, we assume the application is running as the cluster manager in a
clustered environment. In this case, the cluster manager is created and
managed.
- Author:
- unattributed