Liferay 6.2-ce-ga5

com.liferay.portal.cluster
Class ClusterForwardReceiver

java.lang.Object
  extended by com.liferay.portal.cluster.BaseReceiver
      extended by com.liferay.portal.cluster.ClusterForwardReceiver
All Implemented Interfaces:
org.jgroups.MembershipListener, org.jgroups.MessageListener, org.jgroups.Receiver

public class ClusterForwardReceiver
extends BaseReceiver


Constructor Summary
ClusterForwardReceiver(List<org.jgroups.Address> localTransportAddresses, ClusterForwardMessageListener clusterForwardMessageListener)
           
 
Method Summary
protected  void doReceive(org.jgroups.Message message)
           
 
Methods inherited from class com.liferay.portal.cluster.BaseReceiver
block, doViewAccepted, getState, getView, openLatch, receive, retrievePayload, setState, suspect, unblock, viewAccepted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterForwardReceiver

public ClusterForwardReceiver(List<org.jgroups.Address> localTransportAddresses,
                              ClusterForwardMessageListener clusterForwardMessageListener)
Method Detail

doReceive

protected void doReceive(org.jgroups.Message message)
Specified by:
doReceive in class BaseReceiver

Liferay 6.2-ce-ga5