|
Class Summary |
| Configurator |
This is a servlet context listener defined in web.xml that loads several files and puts data in the servlet context:
the /WEB-INF/rhq-server-internals.properties properties which configures things like how to
connect to EJBs
configures a user's default preferences, for those users that have no persisted preferences already
the build version number
taglib properties
|
| ExternalizableStrategyCommandListener |
This is a listener for commands coming into the ServiceContainer's CommandPreprocessor and will
set the ExternalizableStratagy for the command processing thread. |
| SessionCacheListener |
|
| ShutdownListener |
This listens for the RHQ server's shutdown notification and when it hears it, will start shutting down RHQ components
that need to clean up. |
| StartupServlet |
This servlet is ensured to be initialized after the rest of the RHQ Server has been deployed and started. |