com.liferay.portal.kernel.poller
Class PollerHeader

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

public class PollerHeader
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

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

Constructor Detail

PollerHeader

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

getBrowserKey

public long getBrowserKey()

getPortletIds

public java.lang.String[] getPortletIds()

getTimestamp

public long getTimestamp()

getUserId

public long getUserId()

isInitialRequest

public boolean isInitialRequest()

isStartPolling

public boolean isStartPolling()