All Packages Class Hierarchy This Package Previous Next Index
Class ajanta.server.ATPRequest
java.lang.Object
|
+----ajanta.server.ATPRequest
- public class ATPRequest
- extends Object
- implements Serializable
Class ATPRequest encodes the format of the message sent by one agent server
to another, requesting a migration of an agent.
-
cred
- credential of the agent being transfered
-
signature
- signature byte of the credential signed by owner or creator dsa private keys
-
signedBY
- URN of the signer of the signature bytes
-
ATPRequest(Agent, MethodSpec, int, URN, int, boolean)
- Constructor for the ATPRequest
cred
public Credentials cred
- credential of the agent being transfered
signature
public byte signature[]
- signature byte of the credential signed by owner or creator dsa private keys
signedBY
public URN signedBY
- URN of the signer of the signature bytes
ATPRequest
public ATPRequest(Agent ag,
MethodSpec m,
int size,
URN s,
int c,
boolean e)
- Constructor for the ATPRequest
- Parameters:
- ag - reference of the agent being transfered
- m - MethodSpec of the requested method to be executed on server side
- size - the size of the serialized agent object
- s - URN of sending server
- c - sender's nonce, to be signed by receiver
- e - will the agent be sent encrypted or not
All Packages Class Hierarchy This Package Previous Next Index