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.


Variable Index

 o cred
credential of the agent being transfered
 o signature
signature byte of the credential signed by owner or creator dsa private keys
 o signedBY
URN of the signer of the signature bytes

Constructor Index

 o ATPRequest(Agent, MethodSpec, int, URN, int, boolean)
Constructor for the ATPRequest

Variables

 o cred
 public Credentials cred
credential of the agent being transfered

 o signature
 public byte signature[]
signature byte of the credential signed by owner or creator dsa private keys

 o signedBY
 public URN signedBY
URN of the signer of the signature bytes

Constructors

 o 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