ajanta.server
Class XferRequest

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

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

Class XferRequest encodes the format of the message sent by one agent server to another, requesting a migration of an agent.

See Also:
Serialized Form

Constructor Summary
XferRequest(ajanta.agent.Credentials cred, boolean encrypt, boolean sign, ajanta.util.MethodSpec action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XferRequest

public XferRequest(ajanta.agent.Credentials cred,
                   boolean encrypt,
                   boolean sign,
                   ajanta.util.MethodSpec action)
Parameters:
cred - agent's credentials object
encrypt - true if agent will be sent encrypted
sign - true if signed by the creator or owner
action - what method does the agent want to execute