dermi.messaging
Class InterceptorDataMessage
java.lang.Object
rice.p2p.scribe.messaging.ScribeMessage
dermi.messaging.InterceptorDataMessage
- All Implemented Interfaces:
- rice.p2p.commonapi.Message, java.io.Serializable
- public class InterceptorDataMessage
- extends rice.p2p.scribe.messaging.ScribeMessage
This class wraps an interception data message
This kind of messages are sent when a rendezvous point change is detected
- Author:
- Carles Pairot
- See Also:
- Serialized Form
Fields inherited from class rice.p2p.scribe.messaging.ScribeMessage |
source, topic |
Constructor Summary |
InterceptorDataMessage(rice.p2p.commonapi.NodeHandle source,
rice.p2p.scribe.Topic topic,
java.util.ArrayList interceptors)
Constructor |
Methods inherited from class rice.p2p.scribe.messaging.ScribeMessage |
getSource, getTopic, setSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
interceptors
protected java.util.ArrayList interceptors
InterceptorDataMessage
public InterceptorDataMessage(rice.p2p.commonapi.NodeHandle source,
rice.p2p.scribe.Topic topic,
java.util.ArrayList interceptors)
- Constructor
- Parameters:
source
- NodeHandle Source nodehandletopic
- Topic Group's identifierinterceptors
- ArrayList List of interceptors
getInterceptors
public java.util.ArrayList getInterceptors()
- Get interceptors
- Returns:
- ArrayList Interceptors
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object