Package jade.domain.persistence
Class FreezeAgent
- java.lang.Object
-
- jade.domain.persistence.FreezeAgent
-
- All Implemented Interfaces:
AgentAction,Concept,ContentElement,Term,Serializable,Serializable
public class FreezeAgent extends Object implements AgentAction
This class represents thefreeze-agentaction of theJADE-Persistenceontology. 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 Summary
Constructors Constructor Description FreezeAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AIDgetAgent()ContainerIDgetBufferContainer()StringgetRepository()voidsetAgent(AID id)voidsetBufferContainer(ContainerID cid)voidsetRepository(String r)
-
-
-
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()
-
-