com.liferay.portal.comm
Class CommLink

java.lang.Object
  extended by com.liferay.portal.comm.CommLink
All Implemented Interfaces:
org.jgroups.MessageListener

public class CommLink
extends java.lang.Object
implements org.jgroups.MessageListener

View Source

Author:
Brian Wing Shun Chan

Method Summary
static CommLink getInstance()
           
 byte[] getState()
           
 void receive(org.jgroups.Message msg)
           
 void send(java.io.Serializable obj)
           
 void setState(byte[] state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static CommLink getInstance()

getState

public byte[] getState()
Specified by:
getState in interface org.jgroups.MessageListener

setState

public void setState(byte[] state)
Specified by:
setState in interface org.jgroups.MessageListener

receive

public void receive(org.jgroups.Message msg)
Specified by:
receive in interface org.jgroups.MessageListener

send

public void send(java.io.Serializable obj)