org.objectweb.proactive.core.body.reply
Interface Reply

All Superinterfaces:
Message
All Known Implementing Classes:
ReplyImpl

public interface Reply
extends Message


Method Summary
 boolean decrypt(ProActiveSecurityManager psm)
           
 java.lang.Object getResult()
           
 long getSessionId()
           
 boolean isCiphered()
           
 void send(UniversalBody destinationBody)
          Sends this reply to the body destination
 
Methods inherited from interface org.objectweb.proactive.core.body.message.Message
getMethodName, getSequenceNumber, getSourceBodyID, getTimeStamp, isOneWay
 

Method Detail

getResult

public java.lang.Object getResult()

send

public void send(UniversalBody destinationBody)
          throws java.io.IOException
Sends this reply to the body destination

Parameters:
destinationBody - the body destination of this reply
Throws:
java.io.IOException - if the reply fails to be sent

isCiphered

public boolean isCiphered()

getSessionId

public long getSessionId()

decrypt

public boolean decrypt(ProActiveSecurityManager psm)
                throws RenegotiateSessionException
RenegotiateSessionException


Copyright © April 2004 INRIA All Rights Reserved.