|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnreachableException | |
|---|---|
| jade.core | This package contains the microkernel of JADE system. |
| Uses of UnreachableException in jade.core |
|---|
| Methods in jade.core that throw UnreachableException | |
|---|---|
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.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.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)
|
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)
|
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)
|
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 |
MainContainerImpl.move(AID agentID,
Location where)
Move an agent to a given destination |
void |
AgentManager.move(AID agentID,
Location where)
|
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)
|
void |
MainContainerImpl.suspend(AID agentID)
Suspend an agent wherever it is |
void |
AgentManager.suspend(AID agentID)
|
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.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||