|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--viceroy.net.LookupAnswerMessage
A lookup message. represents a lookup requset that was sent by some peer
| Field Summary | |
private ViceroyPeer |
answer
the value to lookup |
private MessagePath |
path
the path that the lookup message went through |
private Resource |
valueLookedUp
the value that was looked up |
| Constructor Summary | |
LookupAnswerMessage(ViceroyPeer _answer,
Resource _valueLookedUp,
MessagePath _path)
generates a new message |
|
| Method Summary | |
ViceroyPeer |
getAnswer()
gets the peer which holds the looked up resource |
MessagePath |
getLookupPath()
gets the path that the lookup message went through |
MessageType |
getType()
gets the type of the message |
Resource |
getValueLookedUp()
gets the value that was looked up |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private ViceroyPeer answer
private Resource valueLookedUp
private MessagePath path
| Constructor Detail |
public LookupAnswerMessage(ViceroyPeer _answer,
Resource _valueLookedUp,
MessagePath _path)
| Method Detail |
public ViceroyPeer getAnswer()
public Resource getValueLookedUp()
public MessageType getType()
getType in interface MessageMessageTypepublic MessagePath getLookupPath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||