Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.poller.PollerRequest

Packages that use PollerRequest
com.liferay.portal.kernel.poller   
 

Uses of PollerRequest in com.liferay.portal.kernel.poller
 

Methods in com.liferay.portal.kernel.poller with parameters of type PollerRequest
protected abstract  void BasePollerProcessor.doReceive(PollerRequest pollerRequest, PollerResponse pollerResponse)
           
protected abstract  void BasePollerProcessor.doSend(PollerRequest pollerRequest)
           
protected  boolean BasePollerProcessor.getBoolean(PollerRequest pollerRequest, String name)
           
protected  boolean BasePollerProcessor.getBoolean(PollerRequest pollerRequest, String name, boolean defaultValue)
           
protected  double BasePollerProcessor.getDouble(PollerRequest pollerRequest, String name)
           
protected  double BasePollerProcessor.getDouble(PollerRequest pollerRequest, String name, double defaultValue)
           
protected  int BasePollerProcessor.getInteger(PollerRequest pollerRequest, String name)
           
protected  int BasePollerProcessor.getInteger(PollerRequest pollerRequest, String name, int defaultValue)
           
protected  long BasePollerProcessor.getLong(PollerRequest pollerRequest, String name)
           
protected  long BasePollerProcessor.getLong(PollerRequest pollerRequest, String name, long defaultValue)
           
protected  String BasePollerProcessor.getString(PollerRequest pollerRequest, String name)
           
protected  String BasePollerProcessor.getString(PollerRequest pollerRequest, String name, String defaultValue)
           
 void BasePollerProcessor.receive(PollerRequest pollerRequest, PollerResponse pollerResponse)
           
 void PollerProcessor.receive(PollerRequest pollerRequest, PollerResponse pollerResponse)
           
 void BasePollerProcessor.send(PollerRequest pollerRequest)
           
 void PollerProcessor.send(PollerRequest pollerRequest)
           
 


Liferay 6.1.2-ce-ga3