Class FreezeAgent

  • All Implemented Interfaces:
    AgentAction, Concept, ContentElement, Term, Serializable, Serializable

    public class FreezeAgent
    extends Object
    implements AgentAction
    This class represents the freeze-agent action of the JADE-Persistence ontology. This action can be requested to the JADE AMS to freeze an agent so that its state is moved to a persistent storage, but the agent appears as alive and its messages are buffered by the platform.
    Author:
    Giovanni Rimassa - FRAMeTech s.r.l.
    See Also:
    Serialized Form
    • Constructor Detail

      • FreezeAgent

        public FreezeAgent()
    • Method Detail

      • setAgent

        public void setAgent​(AID id)
      • getAgent

        public AID getAgent()
      • setRepository

        public void setRepository​(String r)
      • getRepository

        public String getRepository()
      • setBufferContainer

        public void setBufferContainer​(ContainerID cid)
      • getBufferContainer

        public ContainerID getBufferContainer()