|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrice.past.messaging.PASTMessage
rice.past.messaging.MessageExists
Field Summary | |
protected boolean |
_exists
Deprecated. Content to be returned |
Fields inherited from class rice.past.messaging.PASTMessage |
_fileId, _messageID, _messageType, _senderId, REQUEST, RESPONSE |
Constructor Summary | |
MessageExists(Id nodeId,
Id fileId)
Deprecated. Builds a new request to see if a file exists. |
Method Summary | |
boolean |
exists()
Deprecated. Returns whether the file exists. |
void |
performAction(PASTServiceImpl service)
Deprecated. Looks up the file in the given service's storage. |
java.lang.String |
toString()
Deprecated. Display this message. |
Methods inherited from class rice.past.messaging.PASTMessage |
debug, getFileId, getID, getSource, getType, setID, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected boolean _exists
Constructor Detail |
public MessageExists(Id nodeId, Id fileId)
nodeId
- Source Pastry node's IDfileId
- Pastry key of desired fileMethod Detail |
public boolean exists()
public void performAction(PASTServiceImpl service)
performAction
in class PASTMessage
service
- PASTService on which to actpublic java.lang.String toString()
toString
in class PASTMessage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |