org.objectweb.proactive.core.body.ft.logging
Class ReplyLog

java.lang.Object
  extended byorg.objectweb.proactive.core.body.ft.logging.ReplyLog
All Implemented Interfaces:
MessageLog, java.io.Serializable

public class ReplyLog
extends java.lang.Object
implements MessageLog

This class is used for logging a reply. It contains its original destination.

Since:
ProActive 2.2
Author:
cdelbe
See Also:
Serialized Form

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

ReplyLog

public ReplyLog(Reply r,
                UniversalBody d)
Create a reply log.

Parameters:
r - The reply to log
d - The destination body
Method Detail

getReply

public Reply getReply()
Return the logged reply.

Returns:
the logged reply.

getDestination

public UniversalBody getDestination()
Return the destination of this reply

Returns:
the destination of this reply


Copyright ? April 2005 INRIA All Rights Reserved.