public class RhnServletListener
extends java.lang.Object
implements javax.servlet.ServletContextListener
| Constructor and Description |
|---|
RhnServletListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
boolean |
hibernateStarted()
Have we started Hibernate
|
boolean |
loggingStarted()
Check to see if we have started logging
|
boolean |
messagingStarted()
Check to see if Messaging is started
|
public boolean messagingStarted()
public boolean loggingStarted()
public boolean hibernateStarted()
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed in interface javax.servlet.ServletContextListener