Uses of Class
jade.core.NameClashException
-
Packages that use NameClashException Package Description jade.core This package contains the microkernel of JADE system.jade.core.management jade.core.mobility -
-
Uses of NameClashException in jade.core
Methods in jade.core that throw NameClashException Modifier and Type Method Description voidMainContainer. bornAgent(AID name, ContainerID cid, JADEPrincipal principal, String ownership, boolean forceReplacement)voidMainContainerImpl. bornAgent(AID aid, ContainerID cid, JADEPrincipal principal, String ownership, boolean forceReplacement)Notify the platform that an agent has just born on a containervoidAgentManager. copy(AID agentID, Location where, String newAgentName)voidMainContainerImpl. copy(AID agentID, Location where, String newName)Clone an agent to a given destinationvoidAgentManager. create(String agentName, String className, Object[] arguments, ContainerID cid, JADEPrincipal owner, Credentials initialCredentials, JADEPrincipal requesterPrincipal, Credentials requesterCredentials)Create an agent on the given container.voidMainContainerImpl. create(String name, String className, Object[] args, ContainerID cid, JADEPrincipal owner, Credentials initialCredentials, JADEPrincipal requesterPrincipal, Credentials requesterCredentials)Create an agent on a given containervoidAgentContainer. initAgent(AID agentID, Agent instance, JADEPrincipal ownerPrincipal, Credentials initialCredentials) -
Uses of NameClashException in jade.core.management
Methods in jade.core.management that throw NameClashException Modifier and Type Method Description voidAgentManagementProxy. bornAgent(AID name, ContainerID cid, Command sourceCmd)voidAgentManagementSlice. bornAgent(AID name, ContainerID cid, Command sourceCmd)voidAgentManagementProxy. createAgent(AID agentID, String className, Object[] arguments, JADEPrincipal owner, Credentials initialCredentials, boolean startIt, Command sourceCmd)voidAgentManagementSlice. createAgent(AID agentID, String className, Object[] arguments, JADEPrincipal owner, Credentials initialCredentials, boolean startIt, Command sourceCmd) -
Uses of NameClashException in jade.core.mobility
Methods in jade.core.mobility that throw NameClashException Modifier and Type Method Description voidAgentMobilityService. bornAgent(AID agentID, ContainerID cid, JADEPrincipal principal, String ownership, boolean forceReplacement)voidAgentMobilityProxy. clonedAgent(AID agentID, ContainerID cid, Credentials creds)voidAgentMobilitySlice. clonedAgent(AID agentID, ContainerID cid, Credentials creds)voidAgentMobilityProxy. createAgent(AID agentID, byte[] serializedInstance, String classSiteName, boolean isCloned, boolean startIt)voidAgentMobilitySlice. createAgent(AID agentID, byte[] serializedInstance, String classSiteName, boolean isCloned, boolean startIt)
-