Liferay 6.2-ce-ga5

com.liferay.portal.kernel.nio.intraband.rpc
Class BootstrapRPCDatagramReceiveHandler

java.lang.Object
  extended by com.liferay.portal.kernel.nio.intraband.rpc.BootstrapRPCDatagramReceiveHandler
All Implemented Interfaces:
DatagramReceiveHandler

public class BootstrapRPCDatagramReceiveHandler
extends Object
implements DatagramReceiveHandler


Constructor Summary
BootstrapRPCDatagramReceiveHandler()
           
 
Method Summary
 void receive(RegistrationReference registrationReference, Datagram datagram)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapRPCDatagramReceiveHandler

public BootstrapRPCDatagramReceiveHandler()
Method Detail

receive

public void receive(RegistrationReference registrationReference,
                    Datagram datagram)
Specified by:
receive in interface DatagramReceiveHandler

Liferay 6.2-ce-ga5