Uses of Class
jade.core.NotFoundException

Packages that use NotFoundException
jade.core This package contains the microkernel of JADE system. 
jade.core.behaviours This package is a subpackage of jade.core and contains the classes used to implement basic agent behaviours. 
jade.wrapper Together with the classes jade.core.Profile and jade.core.Runtime this package provides support for the JADE in-process interface that allows external Java applications to use JADE as a kind of library and to launch the JADE Runtime from within the application itself. 
 

Uses of NotFoundException in jade.core
 

Methods in jade.core that throw NotFoundException
 void MainContainerImpl.activate(AID agentID)
          Resume an agent wherever it is
 void AgentManager.activate(AID agentID)
           
 void MainContainerImpl.amsModify(AMSAgentDescription dsc)
          Modify the registration of an agent to the White Pages service of this platform.
 void AgentManager.amsModify(AMSAgentDescription dsc)
           
 void MainContainerImpl.bornAgent(AID aid, ContainerID cid, jade.security.JADEPrincipal principal, java.lang.String ownership, boolean forceReplacement)
          Notify the platform that an agent has just born on a container
 void MainContainer.bornAgent(AID name, ContainerID cid, jade.security.JADEPrincipal principal, java.lang.String ownership, boolean forceReplacement)
           
 List MainContainerImpl.containerAgents(ContainerID cid)
          Return all agents living on a container
 List MainContainer.containerAgents(ContainerID cid)
           
 List AgentManager.containerAgents(ContainerID cid)
           
 List MainContainerImpl.containerMTPs(ContainerID cid)
          Return all MTPs in a given container
 List MainContainer.containerMTPs(ContainerID cid)
           
 List AgentManager.containerMTPs(ContainerID cid)
           
 void MainContainerImpl.copy(AID agentID, Location where, java.lang.String newName)
          Clone an agent to a given destination
 void AgentManager.copy(AID agentID, Location where, java.lang.String newAgentName)
           
 void MainContainerImpl.create(java.lang.String name, java.lang.String className, java.lang.Object[] args, ContainerID cid, jade.security.JADEPrincipal owner, jade.security.Credentials initialCredentials, jade.security.JADEPrincipal requesterPrincipal, jade.security.Credentials requesterCredentials)
          Create an agent on a given container
 void AgentManager.create(java.lang.String agentName, java.lang.String className, java.lang.Object[] arguments, ContainerID cid, jade.security.JADEPrincipal owner, jade.security.Credentials initialCredentials, jade.security.JADEPrincipal requesterPrincipal, jade.security.Credentials requesterCredentials)
          Create an agent on the given container.
 void MainContainerImpl.deadAgent(AID name, boolean containerRemoved)
          Notify the platform that an agent has just died
 void MainContainer.deadAgent(AID name, boolean containerRemoved)
           
 void MainContainerImpl.debugOff(AID debuggerName, List notToBeDebugged)
          Deactivate debugging on a given agent
 void AgentManager.debugOff(AID debuggerName, List toBeDebugged)
           
 void MainContainerImpl.debugOn(AID debuggerName, List toBeDebugged)
          Activate debugging on a given agent
 void AgentManager.debugOn(AID debuggerName, List toBeDebugged)
           
 void MainContainerImpl.frozenAgent(AID name, ContainerID bufferContainer)
          Notify the platform that an agent has just frozen
 void MainContainer.frozenAgent(AID name, ContainerID bufferContainer)
           
 AMSAgentDescription MainContainerImpl.getAMSDescription(AID agentID)
          Return the AMS description of an agent
 AMSAgentDescription AgentManager.getAMSDescription(AID agentID)
           
 ContainerID MainContainerImpl.getContainerID(AID agentID)
          Return the ID of the container an agent lives in
 ContainerID MainContainer.getContainerID(AID agentID)
           
 ContainerID AgentManager.getContainerID(AID agentID)
           
 NodeDescriptor MainContainerImpl.getContainerNode(ContainerID cid)
          Return the node a container is deployed at
 NodeDescriptor MainContainer.getContainerNode(ContainerID cid)
           
 void AgentContainer.initAgent(AID agentID, Agent instance, jade.security.JADEPrincipal ownerPrincipal, jade.security.Credentials initialCredentials)
           
 MTPDescriptor MainContainerImpl.installMTP(java.lang.String address, ContainerID cid, java.lang.String className)
          Install a new MTP on a given container
 MTPDescriptor AgentManager.installMTP(java.lang.String address, ContainerID cid, java.lang.String className)
           
protected  java.lang.Object FEService.invoke(java.lang.String actor, java.lang.String methodName, java.lang.Object[] methodParams)
          Subclasses can use this method to forward a front-end side invocation of a service helper method to the back-end.
 void MainContainerImpl.kill(AID agentID, jade.security.JADEPrincipal requesterPrincipal, jade.security.Credentials requesterCredentials)
          Kill an agent wherever it is
 void AgentManager.kill(AID agentID, jade.security.JADEPrincipal requesterPrincipal, jade.security.Credentials requesterCredentials)
           
static void MicroRuntime.killAgent(java.lang.String name)
          Kill an agent.
 void FrontEnd.killAgent(java.lang.String name)
          Request the FrontEnd container to kill an agent.
 void BackEndContainer.killAgentOnFE(java.lang.String name)
           
 void MainContainerImpl.killContainer(ContainerID cid, jade.security.JADEPrincipal requesterPrincipal, jade.security.Credentials requesterCredentials)
          Kill a given container
 void AgentManager.killContainer(ContainerID cid, jade.security.JADEPrincipal requesterPrincipal, jade.security.Credentials requesterCredentials)
           
 void FrontEnd.messageIn(ACLMessage msg, java.lang.String receiver)
          Pass an ACLMessage to the FrontEnd for posting.
 void BackEndContainer.messageOut(ACLMessage msg, java.lang.String sender)
          An agent on the FrontEnd has sent a message.
 void BackEnd.messageOut(ACLMessage msg, java.lang.String sender)
          Pass an ACLMessage to the BackEnd for dispatching.
 void MainContainerImpl.move(AID agentID, Location where)
          Move an agent to a given destination
 void AgentManager.move(AID agentID, Location where)
           
 void MainContainerImpl.movedAgent(AID agentID, ContainerID srcID, ContainerID destID)
          Notify the platform that an agent has just moved
 void MainContainer.movedAgent(AID agentID, ContainerID from, ContainerID to)
           
 void AgentContainer.powerUpLocalAgent(AID agentID)
           
 void FrontEnd.resumeAgent(java.lang.String name)
          Request the FrontEnd container to resume an agent.
 void BackEndContainer.resumeAgentOnFE(java.lang.String name)
           
 void MainContainerImpl.resumedAgent(AID name)
          Notify the platform that an agent has just resumed
 void MainContainer.resumedAgent(AID name)
           
 void BackEndContainer.resumedAgent(java.lang.String name)
           
 void BackEnd.resumedAgent(java.lang.String name)
          Notify the BackEnd container that an agent has resumed.
 java.lang.Object BackEndContainer.serviceInvokation(java.lang.String actor, java.lang.String serviceName, java.lang.String methodName, java.lang.Object[] methodParams)
           
 java.lang.Object BackEnd.serviceInvokation(java.lang.String actor, java.lang.String serviceName, java.lang.String methodName, java.lang.Object[] methodParams)
          Pass a service helper method invokation request to the BackEnd
 void MainContainerImpl.sniffOff(AID snifferName, List notToBeSniffed)
          Deactivate sniffing on a given agent
 void AgentManager.sniffOff(AID snifferName, List toBeSniffed)
           
 void MainContainerImpl.sniffOn(AID snifferName, List toBeSniffed)
          Activate sniffing on a given agent
 void AgentManager.sniffOn(AID snifferName, List toBeSniffed)
           
protected  void BackEndContainer.startNode()
           
 void MainContainerImpl.suspend(AID agentID)
          Suspend an agent wherever it is
 void AgentManager.suspend(AID agentID)
           
 void FrontEnd.suspendAgent(java.lang.String name)
          Request the FrontEnd container to suspend an agent.
 void BackEndContainer.suspendAgentOnFE(java.lang.String name)
           
 void MainContainerImpl.suspendedAgent(AID name)
          Notify the platform that an agent has just suspended
 void MainContainer.suspendedAgent(AID name)
           
 void BackEndContainer.suspendedAgent(java.lang.String name)
           
 void BackEnd.suspendedAgent(java.lang.String name)
          Notify the BackEnd container that an agent has suspended.
 void MainContainerImpl.take(AID agentID, java.lang.String username, byte[] password)
          Change the ownership of an agent // FIXME: implement or remove
 void AgentManager.take(AID agentID, java.lang.String username, byte[] password)
           
 void MainContainerImpl.thawedAgent(AID name, ContainerID bufferContainer)
          Notify the platform that an agent has just thawed
 void MainContainer.thawedAgent(AID name, ContainerID bufferContainer)
           
 void MainContainerImpl.uninstallMTP(java.lang.String address, ContainerID cid)
          Uninstall an MTP on a given container
 void AgentManager.uninstallMTP(java.lang.String address, ContainerID cid)
           
 void MainContainerImpl.wait(AID agentID, java.lang.String password)
          Put an agent in the WAITING state wherever it is
 void AgentManager.wait(AID agentID, java.lang.String password)
           
 void MainContainerImpl.wake(AID agentID, java.lang.String password)
          Wake-up an agent wherever it is
 void AgentManager.wake(AID agentID, java.lang.String password)
           
 

Uses of NotFoundException in jade.core.behaviours
 

Methods in jade.core.behaviours that throw NotFoundException
 java.lang.Thread ThreadedBehaviourFactory.interrupt(Behaviour b)
          Interrupt a threaded behaviour.
 

Uses of NotFoundException in jade.wrapper
 

Methods in jade.wrapper that throw NotFoundException
 void ContainerController.uninstallMTP(java.lang.String address)
          Removes a message transport protocol, previously running within this container.