rice.past.messaging
Class MessageLookup
java.lang.Object
rice.past.messaging.PASTMessage
rice.past.messaging.MessageLookup
- All Implemented Interfaces:
- Message, java.io.Serializable
Deprecated. This version of PAST has been deprecated - please use the version
located in the rice.p2p.past package.
- public class MessageLookup
- extends PASTMessage
- See Also:
- Serialized Form
Field Summary |
protected java.io.Serializable |
_content
Deprecated. Content to be returned |
Constructor Summary |
MessageLookup(Id nodeId,
Id fileId)
Deprecated. Builds a new request to lookup an existing file. |
Method Summary |
java.io.Serializable |
getContent()
Deprecated. Returns the located storage object. |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_content
protected java.io.Serializable _content
- Deprecated.
- Content to be returned
MessageLookup
public MessageLookup(Id nodeId,
Id fileId)
- Deprecated.
- Builds a new request to lookup an existing file.
- Parameters:
nodeId
- Source Pastry node's IDfileId
- Pastry key of desired file
getContent
public java.io.Serializable getContent()
- Deprecated.
- Returns the located storage object.
performAction
public void performAction(PASTServiceImpl service)
- Deprecated.
- Looks up the file in the given service's storage.
- Specified by:
performAction
in class PASTMessage
- Parameters:
service
- PASTService on which to act
toString
public java.lang.String toString()
- Deprecated.
- Display this message.
- Specified by:
toString
in class PASTMessage