Package jade.domain.persistence
Class ThawAgent
- java.lang.Object
-
- jade.domain.persistence.ThawAgent
-
- All Implemented Interfaces:
AgentAction,Concept,ContentElement,Term,Serializable,Serializable
public class ThawAgent extends Object implements AgentAction
This class represents thethaw-agentaction of theJADE-Persistenceontology. This action can be requested to the JADE AMS to thaw a frozen agent, whose state is moved to a persistent storage, and deliver to it its messages, previously buffered by the platform.- Author:
- Giovanni Rimassa - FRAMeTech s.r.l.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThawAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AIDgetAgent()ContainerIDgetNewContainer()StringgetRepository()voidsetAgent(AID id)voidsetNewContainer(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()
-
setNewContainer
public void setNewContainer(ContainerID cid)
-
getNewContainer
public ContainerID getNewContainer()
-
-