metaglue.AgentPrimer
Interface ExceptionHandler
- public interface ExceptionHandler
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)