Liferay 6.0.5

com.liferay.portal.dao.shard
Class ShardPollerProcessorWrapper

java.lang.Object
  extended by com.liferay.portal.dao.shard.ShardPollerProcessorWrapper
All Implemented Interfaces:
PollerProcessor

public class ShardPollerProcessorWrapper
extends Object
implements PollerProcessor


Constructor Summary
ShardPollerProcessorWrapper(PollerProcessor pollerProcessor)
           
 
Method Summary
 void receive(PollerRequest pollerRequest, PollerResponse pollerResponse)
           
 void send(PollerRequest pollerRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShardPollerProcessorWrapper

public ShardPollerProcessorWrapper(PollerProcessor pollerProcessor)
Method Detail

receive

public void receive(PollerRequest pollerRequest,
                    PollerResponse pollerResponse)
             throws PollerException
Specified by:
receive in interface PollerProcessor
Throws:
PollerException

send

public void send(PollerRequest pollerRequest)
          throws PollerException
Specified by:
send in interface PollerProcessor
Throws:
PollerException

Liferay 6.0.5