es.upm.dit.gsi.beast.mock.jade.common
Class AgentRegistration
java.lang.Object
es.upm.dit.gsi.beast.mock.jade.common.AgentRegistration
public class AgentRegistration
- extends Object
Project: beast
File: es.upm.dit.gsi.beast.mock.jade.common.AgentRegistration.java
Class to register the agent in the DF Service.
Grupo de Sistemas Inteligentes
Departamento de Ingeniería de Sistemas Telemáticos
Universidad Politécnica de Madrid (UPM)
- Version:
- 0.1
- Author:
- Alberto Mardomingo
Method Summary |
static void |
registerAgent(jade.core.Agent agent,
String serviceName,
String serviceType)
Register the agent in the platform |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentRegistration
public AgentRegistration()
registerAgent
public static void registerAgent(jade.core.Agent agent,
String serviceName,
String serviceType)
throws jade.domain.FIPAException
- Register the agent in the platform
- Parameters:
agent_name
- The name of the agent to be registeredagent
- The agent to register.
- Throws:
jade.domain.FIPAException
Copyright © 2014 Grupo de Sistemas Inteligentes - Universidad Politécnica de Madrid. All Rights Reserved.