|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrice.p2p.scribe.messaging.ScribeMessage
dermi.messaging.InterceptorMessage
This class wraps an interceptor message. Used by the distributed interception facility
Field Summary | |
---|---|
protected rice.p2p.scribe.ScribeContent |
content
|
protected boolean |
interceptionProcessFinished
|
protected java.util.ArrayList |
interceptors
|
protected rice.p2p.commonapi.NodeHandle |
rootHandle
|
Fields inherited from class rice.p2p.scribe.messaging.ScribeMessage |
---|
source, topic |
Constructor Summary | |
---|---|
InterceptorMessage(rice.p2p.commonapi.NodeHandle rootHandle,
rice.p2p.commonapi.NodeHandle source,
rice.p2p.scribe.Topic topic,
rice.p2p.scribe.ScribeContent content,
java.util.ArrayList interceptors)
Constructor |
|
InterceptorMessage(rice.p2p.commonapi.NodeHandle rootHandle,
rice.p2p.commonapi.NodeHandle source,
rice.p2p.scribe.Topic topic,
rice.p2p.scribe.ScribeContent content,
java.util.ArrayList interceptors,
boolean isFinished)
Constructor |
Method Summary | |
---|---|
rice.p2p.scribe.ScribeContent |
getContent()
Returns the content |
java.util.ArrayList |
getInterceptors()
Returns the remaining interceptors |
boolean |
isInterceptionFinished()
Returns whether the interception process is finished |
java.lang.String |
toString()
|
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 |
Field Detail |
---|
protected rice.p2p.scribe.ScribeContent content
protected rice.p2p.commonapi.NodeHandle rootHandle
protected java.util.ArrayList interceptors
protected boolean interceptionProcessFinished
Constructor Detail |
---|
public InterceptorMessage(rice.p2p.commonapi.NodeHandle rootHandle, rice.p2p.commonapi.NodeHandle source, rice.p2p.scribe.Topic topic, rice.p2p.scribe.ScribeContent content, java.util.ArrayList interceptors)
rootHandle
- NodeHandle Root's node handlesource
- NodeHandle Source node handletopic
- Topic Group's identifiercontent
- ScribeContent The content of the messageinterceptors
- ArrayList Remaining interceptors to be traversedpublic InterceptorMessage(rice.p2p.commonapi.NodeHandle rootHandle, rice.p2p.commonapi.NodeHandle source, rice.p2p.scribe.Topic topic, rice.p2p.scribe.ScribeContent content, java.util.ArrayList interceptors, boolean isFinished)
rootHandle
- NodeHandle Root's node handlesource
- NodeHandle Source node handletopic
- Topic Group's identifiercontent
- ScribeContent The content of the messageinterceptors
- ArrayList Remaining interceptors to be traversedisFinished
- boolean Is interception finished?Method Detail |
---|
public rice.p2p.scribe.ScribeContent getContent()
public java.util.ArrayList getInterceptors()
public boolean isInterceptionFinished()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |