org.jgroups

Interface MessageListener

Known Implementing Classes:
Chat, DistributedHashtable, DistributedQueue, DistributedTree, MessageListenerAdapter, NotificationBus, QuoteServer, ReplicatedHashtable, ReplicatedTree, TransactionalHashtable, VotingAdapter, Whiteboard

public interface MessageListener

Method Summary

byte[]
getState()
void
receive(Message msg)
void
setState(byte[] state)

Method Details

getState

public byte[] getState()

receive

public void receive(Message msg)

setState

public void setState(byte[] state)

Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.