org.atmosphere.plugin.jgroups
Class BroadcastMessage

java.lang.Object
  extended by org.atmosphere.plugin.jgroups.BroadcastMessage
All Implemented Interfaces:
Serializable

public class BroadcastMessage
extends Object
implements Serializable

Container for holding the true message when broadcasting between cluster nodes.

Author:
westraj
See Also:
Serialized Form

Constructor Summary
BroadcastMessage(String topic, Object message)
           
 
Method Summary
 Object getMessage()
           
 String getTopic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BroadcastMessage

public BroadcastMessage(String topic,
                        Object message)
Method Detail

getTopic

public String getTopic()
Returns:
the topic

getMessage

public Object getMessage()
Returns:
the message


Copyright © 2014. All Rights Reserved.