metaglue.AgentPrimer
Interface ExceptionHandler


public interface ExceptionHandler


Method Summary
 Agent getAgent()
          get the internal stub used.
 AgentID getAgtID()
          get the internal agentID used.
 void instantiate(Agent a)
           
 void replaceExceptionHandler(AgentExceptionHandler r)
           
 void setAgent(Agent a)
          set the internal stub used to passed agent.
 void setAgtID(AgentID a)
          set the internal agentID used to passed agent.
 

Method Detail

instantiate

public void instantiate(Agent a)

replaceExceptionHandler

public void replaceExceptionHandler(AgentExceptionHandler r)

setAgent

public void setAgent(Agent a)
set the internal stub used to passed agent. (Used for resource management interception)

getAgent

public Agent getAgent()
get the internal stub used. (Used for resource management interception)

setAgtID

public void setAgtID(AgentID a)
set the internal agentID used to passed agent. (Used for resource management interception)

getAgtID

public AgentID getAgtID()
get the internal agentID used. (Used for resource management interception)