|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.mcgill.cs.postina.scribe.ScribeRequestMessage
ca.mcgill.cs.postina.scribe.UnsubscribeRequest
public class UnsubscribeRequest
An UnsubscribeRequest is a ScribeRequestMessage that
tells the client to it is sent how from which topics it has to unsubscribe.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Fields inherited from interface rice.p2p.commonapi.Message |
|---|
DEFAULT_PRIORITY, HIGH_PRIORITY, LOW_PRIORITY, LOWEST_PRIORITY, MAX_PRIORITY, MEDIUM_HIGH_PRIORITY, MEDIUM_LOW_PRIORITY, MEDIUM_PRIORITY |
| Constructor Summary | |
|---|---|
protected |
UnsubscribeRequest(java.util.Collection<rice.p2p.scribe.Topic> topics)
The constructor for a UnsubscribeRequest takes the
collection of the topics from which the client should
unsubscribe. |
| Method Summary |
|---|
| Methods inherited from class ca.mcgill.cs.postina.scribe.ScribeRequestMessage |
|---|
getContent, getPriority, getTopics |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
protected UnsubscribeRequest(java.util.Collection<rice.p2p.scribe.Topic> topics)
UnsubscribeRequest takes the
collection of the topics from which the client should
unsubscribe.
topics - The collection of Topics to which the
client has to subscribe.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||