Liferay 6.1.2-ce-ga3

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

All Known Implementing Classes:
BaseCometRequest

public interface CometRequest


Method Summary
 long getCompanyId()
           
 String getParameter(String name)
           
 Map<String,String[]> getParameterMap()
           
 Enumeration<String> getParameterNames()
           
 String getPathInfo()
           
 javax.servlet.http.HttpServletRequest getRequest()
           
 long getTimestamp()
           
 long getUserId()
           
 void setCompanyId(long companyId)
           
 void setPathInfo(String pathInfo)
           
 void setTimestamp(long timestamp)
           
 void setUserId(long userId)
           
 

Method Detail

getCompanyId

long getCompanyId()

getParameter

String getParameter(String name)

getParameterMap

Map<String,String[]> getParameterMap()

getParameterNames

Enumeration<String> getParameterNames()

getPathInfo

String getPathInfo()

getRequest

javax.servlet.http.HttpServletRequest getRequest()

getTimestamp

long getTimestamp()

getUserId

long getUserId()

setCompanyId

void setCompanyId(long companyId)

setPathInfo

void setPathInfo(String pathInfo)

setTimestamp

void setTimestamp(long timestamp)

setUserId

void setUserId(long userId)

Liferay 6.1.2-ce-ga3