Liferay 6.2.0

com.liferay.portal.kernel.poller.comet
Interface CometHandler

All Known Implementing Classes:
BaseCometHandler, PollerCometHandler

public interface CometHandler


Method Summary
abstract  CometHandler clone()
           
abstract  void destroy()
           
abstract  CometSession getCometSession()
           
abstract  CometState getCometState()
           
abstract  void init(CometSession cometSession)
           
abstract  void receiveData(char[] data)
           
abstract  void receiveData(String data)
           
 

Method Detail

clone

CometHandler clone()

destroy

void destroy()
             throws CometException
Throws:
CometException

getCometSession

CometSession getCometSession()

getCometState

CometState getCometState()

init

void init(CometSession cometSession)
          throws CometException
Throws:
CometException

receiveData

void receiveData(char[] data)
                 throws CometException
Throws:
CometException

receiveData

void receiveData(String data)
                 throws CometException
Throws:
CometException

Liferay 6.2.0