com.liferay.portal.kernel.poller.comet
Class BaseCometSession
java.lang.Object
com.liferay.portal.kernel.poller.comet.BaseCometSession
- All Implemented Interfaces:
- CometSession
public abstract class BaseCometSession
- extends java.lang.Object
- implements CometSession
- Author:
- Edward Han, Brian Wing Shun Chan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseCometSession
public BaseCometSession()
close
public void close()
throws CometException
- Specified by:
close in interface CometSession
- Throws:
CometException
getCometRequest
public CometRequest getCometRequest()
- Specified by:
getCometRequest in interface CometSession
getCometResponse
public CometResponse getCometResponse()
- Specified by:
getCometResponse in interface CometSession
getSessionId
public java.lang.String getSessionId()
- Specified by:
getSessionId in interface CometSession
setCometRequest
public void setCometRequest(CometRequest cometRequest)
- Specified by:
setCometRequest in interface CometSession
setCometResponse
public void setCometResponse(CometResponse cometResponse)
- Specified by:
setCometResponse in interface CometSession
setSessionId
public void setSessionId(java.lang.String sessionId)
- Specified by:
setSessionId in interface CometSession
doClose
protected abstract void doClose()
throws java.lang.Exception
- Throws:
java.lang.Exception