dermi.messaging.pastry
Class InterceptorUnsubscribeMessage

java.lang.Object
  extended by rice.p2p.scribe.messaging.ScribeMessage
      extended by dermi.messaging.pastry.InterceptorUnsubscribeMessage
All Implemented Interfaces:
java.io.Serializable, rice.p2p.commonapi.Message

public class InterceptorUnsubscribeMessage
extends rice.p2p.scribe.messaging.ScribeMessage

Message used when willing to unsubscribe an interceptor application from an object group

Version:
1.2
Author:
Carles Pairot
See Also:
Serialized Form

Field Summary
protected  java.lang.String intId
           
 
Fields inherited from class rice.p2p.scribe.messaging.ScribeMessage
source, topic
 
Fields inherited from interface rice.p2p.commonapi.Message
HIGH_PRIORITY, LOW_PRIORITY, MEDIUM_HIGH_PRIORITY, MEDIUM_LOW_PRIORITY, MEDIUM_PRIORITY
 
Constructor Summary
InterceptorUnsubscribeMessage(rice.p2p.commonapi.NodeHandle source, rice.p2p.scribe.Topic topic, java.lang.String intId)
          Constructor
 
Method Summary
 java.lang.String getInterceptorId()
          Returns the interceptor's identifier
 java.lang.String toString()
           
 
Methods inherited from class rice.p2p.scribe.messaging.ScribeMessage
getPriority, getSource, getTopic, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

intId

protected java.lang.String intId
Constructor Detail

InterceptorUnsubscribeMessage

public InterceptorUnsubscribeMessage(rice.p2p.commonapi.NodeHandle source,
                                     rice.p2p.scribe.Topic topic,
                                     java.lang.String intId)
Constructor

Parameters:
source - NodeHandle Source node handle
topic - Topic Group's identifier
intId - String Interceptor id
Method Detail

getInterceptorId

public java.lang.String getInterceptorId()
Returns the interceptor's identifier

Returns:
String Interceptor's identifier

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object