void |
AgentManager.activate(AID agentID) |
|
void |
MainContainerImpl.activate(AID agentID) |
Resume an agent wherever it is
|
void |
AgentManager.amsModify(AMSAgentDescription dsc) |
|
void |
MainContainerImpl.amsModify(AMSAgentDescription dsc) |
Modify the registration of an agent to the White Pages service of
this platform.
|
void |
AgentManager.copy(AID agentID,
Location where,
String newAgentName) |
|
void |
MainContainerImpl.copy(AID agentID,
Location where,
String newName) |
Clone an agent to a given destination
|
void |
AgentManager.create(String agentName,
String className,
Object[] arguments,
ContainerID cid,
JADEPrincipal owner,
Credentials initialCredentials,
JADEPrincipal requesterPrincipal,
Credentials requesterCredentials) |
Create an agent on the given container.
|
void |
MainContainerImpl.create(String name,
String className,
Object[] args,
ContainerID cid,
JADEPrincipal owner,
Credentials initialCredentials,
JADEPrincipal requesterPrincipal,
Credentials requesterCredentials) |
Create an agent on a given container
|
void |
AgentManager.debugOff(AID debuggerName,
List toBeDebugged) |
|
void |
MainContainerImpl.debugOff(AID debuggerName,
List notToBeDebugged) |
Deactivate debugging on a given agent
|
void |
AgentManager.debugOn(AID debuggerName,
List toBeDebugged) |
|
void |
MainContainerImpl.debugOn(AID debuggerName,
List toBeDebugged) |
Activate debugging on a given agent
|
MTPDescriptor |
AgentManager.installMTP(String address,
ContainerID cid,
String className) |
|
MTPDescriptor |
MainContainerImpl.installMTP(String address,
ContainerID cid,
String className) |
Install a new MTP on a given container
|
void |
AgentManager.kill(AID agentID,
JADEPrincipal requesterPrincipal,
Credentials requesterCredentials) |
|
void |
MainContainerImpl.kill(AID agentID,
JADEPrincipal requesterPrincipal,
Credentials requesterCredentials) |
Kill an agent wherever it is
|
void |
AgentManager.killContainer(ContainerID cid,
JADEPrincipal requesterPrincipal,
Credentials requesterCredentials) |
|
void |
MainContainerImpl.killContainer(ContainerID cid,
JADEPrincipal requesterPrincipal,
Credentials requesterCredentials) |
Kill a given container
|
void |
AgentManager.move(AID agentID,
Location where) |
|
void |
MainContainerImpl.move(AID agentID,
Location where) |
Move an agent to a given destination
|
void |
AgentManager.sniffOff(AID snifferName,
List toBeSniffed) |
|
void |
MainContainerImpl.sniffOff(AID snifferName,
List notToBeSniffed) |
Deactivate sniffing on a given agent
|
void |
AgentManager.sniffOn(AID snifferName,
List toBeSniffed) |
|
void |
MainContainerImpl.sniffOn(AID snifferName,
List toBeSniffed) |
Activate sniffing on a given agent
|
void |
AgentManager.suspend(AID agentID) |
|
void |
MainContainerImpl.suspend(AID agentID) |
Suspend an agent wherever it is
|
void |
AgentManager.take(AID agentID,
String username,
byte[] password) |
|
void |
MainContainerImpl.take(AID agentID,
String username,
byte[] password) |
Change the ownership of an agent
// FIXME: implement or remove
|
void |
AgentManager.uninstallMTP(String address,
ContainerID cid) |
|
void |
MainContainerImpl.uninstallMTP(String address,
ContainerID cid) |
Uninstall an MTP on a given container
|
void |
AgentManager.wait(AID agentID,
String password) |
|
void |
MainContainerImpl.wait(AID agentID,
String password) |
Put an agent in the WAITING state wherever it is
|
void |
AgentManager.wake(AID agentID,
String password) |
|
void |
MainContainerImpl.wake(AID agentID,
String password) |
Wake-up an agent wherever it is
|