Package jade.domain

Class ams

  • All Implemented Interfaces:
    TimerListener, Serializable, Serializable, Runnable

    public class ams
    extends Agent
    Standard Agent Management System agent. This class implements FIPA AMS agent. JADE applications cannot use this class directly, but interact with it through ACL message passing.
    Version:
    $Date$ $Revision$
    Author:
    Giovanni Rimassa - Universita' di Parma, Giovanni Caire - TILAB
    See Also:
    Serialized Form
    • Constructor Detail

      • ams

        public ams​(AgentManager ap)
        This constructor creates a new AMS agent. Since a direct reference to an Agent Platform implementation must be passed to it, this constructor cannot be called from application code. Therefore, no other AMS agent can be created beyond the default one.