|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.body.ft.message.ReplyLog
This class is used for logging a reply. It contains its original destination.
Constructor Summary | |
ReplyLog(Reply r,
UniversalBody d)
Create a reply log. |
Method Summary | |
UniversalBody |
getDestination()
Return the destination of this reply |
Reply |
getReply()
Return the logged reply. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReplyLog(Reply r, UniversalBody d)
r
- The reply to logd
- The destination bodyMethod Detail |
public Reply getReply()
public UniversalBody getDestination()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |