Liferay 6.2-ce-ga5

com.liferay.portal.kernel.poller.comet
Class CometHandlerPool

java.lang.Object
  extended by com.liferay.portal.kernel.poller.comet.CometHandlerPool

public class CometHandlerPool
extends Object


Constructor Summary
CometHandlerPool()
           
 
Method Summary
 void closeCometHandler(String sessionId)
           
 void closeCometHandlers()
           
 CometHandler getCometHandler(String sessionId)
           
 void startCometHandler(CometSession cometSession, CometHandler cometHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CometHandlerPool

public CometHandlerPool()
Method Detail

closeCometHandler

public void closeCometHandler(String sessionId)
                       throws CometException
Throws:
CometException

closeCometHandlers

public void closeCometHandlers()
                        throws CometException
Throws:
CometException

getCometHandler

public CometHandler getCometHandler(String sessionId)

startCometHandler

public void startCometHandler(CometSession cometSession,
                              CometHandler cometHandler)
                       throws CometException
Throws:
CometException

Liferay 6.2-ce-ga5