|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--ajanta.server.ATPRequest
Class ATPRequest encodes the format of the message sent by one agent server to another, requesting a migration of an agent.
| Field Summary | |
ajanta.agent.Credentials |
cred
credential of the agent being transfered |
byte[] |
signature
signature byte of the credential signed by owner or creator dsa private keys |
ajanta.naming.URN |
signedBY
URN of the signer of the signature bytes |
| Constructor Summary | |
ATPRequest(ajanta.agent.Agent ag,
ajanta.util.MethodSpec m,
int size,
ajanta.naming.URN s,
int c,
boolean e)
Constructor for the ATPRequest |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public ajanta.agent.Credentials cred
public byte[] signature
public ajanta.naming.URN signedBY
| Constructor Detail |
public ATPRequest(ajanta.agent.Agent ag,
ajanta.util.MethodSpec m,
int size,
ajanta.naming.URN s,
int c,
boolean e)
ag - reference of the agent being transferedm - MethodSpec of the requested method to be executed on server sidesize - the size of the serialized agent objects - URN of sending serverc - sender's nonce, to be signed by receivere - will the agent be sent encrypted or not
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||