com.liferay.portal.kernel.poller.comet
Interface CometHandler
- All Known Implementing Classes:
- BaseCometHandler
public interface CometHandler
- Author:
- Edward Han, Brian Wing Shun Chan
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(java.lang.String data)
throws CometException
- Throws:
CometException