org.objectweb.proactive.core.body.reply
Interface Reply
- All Superinterfaces:
- Message
- All Known Implementing Classes:
- ReplyImpl
- public interface Reply
- extends Message
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.