Package jade.core

Examples of jade.core.Agent.doDelete()


     
      Agent a = myContainer.acquireLocalAgent(agentID);
     
      if(a == null)
        throw new NotFoundException("Kill-Agent failed to find " + agentID);
      a.doDelete();
     
      myContainer.releaseLocalAgent(agentID);
    }
   
    private void changeAgentState(AID agentID, int newState) throws IMTPException, NotFoundException {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.