Package org.exoplatform.chat.listener
Class ConnectionManager
- java.lang.Object
-
- org.exoplatform.chat.listener.ConnectionManager
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class ConnectionManager extends Object implements javax.servlet.ServletContextListener
-
-
Constructor Summary
Constructors Constructor Description ConnectionManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)voidcontextInitialized(javax.servlet.ServletContextEvent servletContextEvent)static MongoBootstrapforceNew()static MongoBootstrapgetInstance()
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
- Specified by:
contextInitializedin interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
- Specified by:
contextDestroyedin interfacejavax.servlet.ServletContextListener
-
getInstance
public static MongoBootstrap getInstance()
-
forceNew
public static MongoBootstrap forceNew()
-
-