dermi.messaging
Class InterceptorUnsubscribeMessage
java.lang.Object
rice.p2p.scribe.messaging.ScribeMessage
dermi.messaging.InterceptorUnsubscribeMessage
- All Implemented Interfaces:
- rice.p2p.commonapi.Message, java.io.Serializable
- public class InterceptorUnsubscribeMessage
- extends rice.p2p.scribe.messaging.ScribeMessage
Message used when willing to unsubscribe an interceptor application from an object group
- 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 |
Constructor Summary |
InterceptorUnsubscribeMessage(rice.p2p.commonapi.NodeHandle source,
rice.p2p.scribe.Topic topic,
java.lang.String intId)
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 |
intId
protected java.lang.String intId
InterceptorUnsubscribeMessage
public InterceptorUnsubscribeMessage(rice.p2p.commonapi.NodeHandle source,
rice.p2p.scribe.Topic topic,
java.lang.String intId)
- Constructor
- Parameters:
source
- NodeHandle Source node handletopic
- Topic Group's identifierintId
- String Interceptor id
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