metaglue.AgentPrimer
Interface EHAWrapper

All Known Implementing Classes:
EHAInvocationHandler

public interface EHAWrapper

Interface that specifies the methods that get handled by the EHA wrapper. These methods are not passed on to the agent through the EHA. Created: Tue Aug 28 12:19:37 2001


Method Summary
 Agent getAgent()
           
 AgentID getAgtID()
           
 void setAgent(Agent a)
           
 void setAgtID(AgentID aid)
           
 

Method Detail

getAgent

public Agent getAgent()

setAgent

public void setAgent(Agent a)

getAgtID

public AgentID getAgtID()

setAgtID

public void setAgtID(AgentID aid)