|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Adapter
Interface pour le module externe.
| Method Summary | |
|---|---|
String |
executeAgentMethod(String inAgentName,
String inAgentClass,
String inMethod,
Map inParams)
Exécute une méthode sur un agent. |
void |
shutdown()
Arrêt de l'adaptateur. |
| Methods inherited from interface fr.lip6.sma.simulacion.server.AgentListClient |
|---|
listChanged, registrationFailed, registrationSucceeded |
| Method Detail |
|---|
String executeAgentMethod(String inAgentName,
String inAgentClass,
String inMethod,
Map inParams)
throws AgentException
inAgentName - nom de l'agent.inAgentClass - classe de l'agent.inMethod - nom de la méthode à exécuter.inParams - paramètres de la méthode.
AgentException - si un problème est survenu.void shutdown()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||