Liferay 6.1.2-ce-ga3

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, Map<String,Boolean> portletIdsMap, boolean startPolling)
           
 
Method Summary
 long getBrowserKey()
           
 long getCompanyId()
           
 Map<String,Boolean> getPortletIdsMap()
           
 long getTimestamp()
           
 long getUserId()
           
 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,
                    Map<String,Boolean> portletIdsMap,
                    boolean startPolling)
Method Detail

getBrowserKey

public long getBrowserKey()

getCompanyId

public long getCompanyId()

getPortletIdsMap

public Map<String,Boolean> getPortletIdsMap()

getTimestamp

public long getTimestamp()

getUserId

public long getUserId()

isStartPolling

public boolean isStartPolling()

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.1.2-ce-ga3