|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ajanta.server.ATPReply
Class ATPReply encodes the format of the reply message sent by an agent server after receiving an ATPRequest
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 |
public ATPReply(ajanta.naming.URN s, byte[] sig, int c, boolean a, ajanta.util.ATPException ex)
s
- URN of the server sending this replysig
- server signature on the previously sent noncec
- a challenge nonce being sent to the recipienta
- whether the requested agent transfer can proceed ( true or false )ex
- Exception thrown during agent transfer or null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |