Liferay 6.0.5

com.liferay.portal.kernel.poller
Class PollerHeader

java.lang.Object
  extended by com.liferay.portal.kernel.poller.PollerHeader

public class PollerHeader
extends Object


Constructor Summary
PollerHeader(long companyId, long userId, long browserKey, String[] portletIds, boolean initialRequest, boolean startPolling)
           
 
Method Summary
 long getBrowserKey()
           
 long getCompanyId()
           
 String[] getPortletIds()
           
 long getTimestamp()
           
 long getUserId()
           
 boolean isInitialRequest()
           
 boolean isStartPolling()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PollerHeader

public PollerHeader(long companyId,
                    long userId,
                    long browserKey,
                    String[] portletIds,
                    boolean initialRequest,
                    boolean startPolling)
Method Detail

getBrowserKey

public long getBrowserKey()

getCompanyId

public long getCompanyId()

getPortletIds

public String[] getPortletIds()

getTimestamp

public long getTimestamp()

getUserId

public long getUserId()

isInitialRequest

public boolean isInitialRequest()

isStartPolling

public boolean isStartPolling()

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.0.5