public abstract class BaseCometHandler extends java.lang.Object implements CometHandler
| Constructor and Description |
|---|
BaseCometHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract CometHandler |
clone() |
void |
destroy() |
protected void |
doDestroy() |
protected void |
doInit(CometSession cometSession) |
CometSession |
getCometSession() |
CometState |
getCometState() |
void |
init(CometSession cometSession) |
void |
receiveData(char[] data) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreceiveDatapublic abstract CometHandler clone()
clone in interface CometHandlerclone in class java.lang.Objectpublic void destroy()
throws CometException
destroy in interface CometHandlerCometExceptionpublic CometSession getCometSession()
getCometSession in interface CometHandlerpublic CometState getCometState()
getCometState in interface CometHandlerpublic void init(CometSession cometSession) throws CometException
init in interface CometHandlerCometExceptionpublic void receiveData(char[] data)
throws CometException
receiveData in interface CometHandlerCometExceptionprotected void doDestroy()
throws java.lang.Exception
java.lang.Exceptionprotected void doInit(CometSession cometSession) throws java.lang.Exception
java.lang.Exception