Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.poller.PollerResponse

Packages that use PollerResponse
com.liferay.portal.dao.shard   
com.liferay.portal.kernel.poller   
com.liferay.portal.poller   
 

Uses of PollerResponse in com.liferay.portal.dao.shard
 

Methods in com.liferay.portal.dao.shard with parameters of type PollerResponse
 void ShardPollerProcessorWrapper.receive(PollerRequest pollerRequest, PollerResponse pollerResponse)
           
 

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

Classes in com.liferay.portal.kernel.poller that implement PollerResponse
 class DefaultPollerResponse
           
 

Methods in com.liferay.portal.kernel.poller with parameters of type PollerResponse
protected abstract  void BasePollerProcessor.doReceive(PollerRequest pollerRequest, PollerResponse pollerResponse)
           
 void PollerProcessor.receive(PollerRequest pollerRequest, PollerResponse pollerResponse)
           
 void BasePollerProcessor.receive(PollerRequest pollerRequest, PollerResponse pollerResponse)
           
 

Uses of PollerResponse in com.liferay.portal.poller
 

Methods in com.liferay.portal.poller that return PollerResponse
 PollerResponse PollerRequestResponsePair.getPollerResponse()
           
 

Methods in com.liferay.portal.poller with parameters of type PollerResponse
 void PollerRequestResponsePair.setPollerResponse(PollerResponse pollerResponse)
           
 

Constructors in com.liferay.portal.poller with parameters of type PollerResponse
PollerRequestResponsePair(PollerRequest pollerRequest, PollerResponse pollerResponse)
           
 


Liferay 6.2-ce-ga5