ajanta.server
Class ATPReply

java.lang.Object
  |
  +--ajanta.server.ATPReply
All Implemented Interfaces:
java.io.Serializable

public class ATPReply
extends java.lang.Object
implements java.io.Serializable

Class ATPReply encodes the format of the reply message sent by an agent server after receiving an ATPRequest

See Also:
Serialized Form

Constructor Summary
ATPReply(ajanta.naming.URN s, byte[] sig, int c, boolean a, ajanta.util.ATPException ex)
          ATPReply constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ATPReply

public ATPReply(ajanta.naming.URN s,
                byte[] sig,
                int c,
                boolean a,
                ajanta.util.ATPException ex)
ATPReply constructor

Parameters:
s - URN of the server sending this reply
sig - server signature on the previously sent nonce
c - a challenge nonce being sent to the recipient
a - whether the requested agent transfer can proceed ( true or false )
ex - Exception thrown during agent transfer or null