Uses of Interface
jade.core.Command
-
Packages that use Command Package Description jade.core This package contains the microkernel of JADE system.jade.core.management -
-
Uses of Command in jade.core
Subinterfaces of Command in jade.core Modifier and Type Interface Description interfaceHorizontalCommandTheHorizontalCommandinterface represents those kernel-level commands that are exchanged among the slices of a given JADE service, and they are sent across the network by the platform IMTP.interfaceVerticalCommandTheVerticalCommandinterface represents those kernel-level commands that are sent to or through JADE kernel-level services.Classes in jade.core that implement Command Modifier and Type Class Description classGenericCommandA generic implementation of theCommandinterface, operating at the meta-level to provide a generic transformation of method invocations. -
Uses of Command in jade.core.management
Methods in jade.core.management with parameters of type Command 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)voidAgentManagementProxy. deadAgent(AID name, Command sourceCmd)voidAgentManagementSlice. deadAgent(AID name, Command sourceCmd)voidAgentManagementProxy. killAgent(AID agentID, Command sourceCmd)voidAgentManagementSlice. killAgent(AID agentID, Command sourceCmd)
-