|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjade.domain.introspection.FrozenAgent
public class FrozenAgent
An introspection event, recording the freezing of a formerly active agent within the platform.
| Field Summary | |
|---|---|
static java.lang.String |
NAME
A string constant for the name of this event. |
| Constructor Summary | |
|---|---|
FrozenAgent()
Default constructor. |
|
| Method Summary | |
|---|---|
AID |
getAgent()
Retrieve the value of the agent slot of this
event, containing the agent identifier of the newly suspended
agent. |
ContainerID |
getBufferContainer()
Retrieve the value of the buffer-container slot of
this event, containing the container identifier of the
container where the frozen agent will appear to reside (and
where ACL messages for that agent will be redirected and
buffered). |
java.lang.String |
getName()
Retrieve the name of this event. |
ContainerID |
getWhere()
Retrieve the value of the where slot of this
event, containing the container identifier of the container
where the newly frozen agent was deployed. |
void |
setAgent(AID id)
Set the agent slot of this event. |
void |
setBufferContainer(ContainerID id)
Set the buffer-container slot of this event. |
void |
setWhere(ContainerID id)
Set the where slot of this event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NAME
| Constructor Detail |
|---|
public FrozenAgent()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface Eventpublic void setAgent(AID id)
agent slot of this event.
id - The agent identifier of the newly suspended agent.public AID getAgent()
agent slot of this
event, containing the agent identifier of the newly suspended
agent.
agent slot, or
null if no value was set.public void setWhere(ContainerID id)
where slot of this event.
id - The container identifier of the container where the
newly frozen agent was deployed.public ContainerID getWhere()
where slot of this
event, containing the container identifier of the container
where the newly frozen agent was deployed.
where slot, or
null if no value was set.public void setBufferContainer(ContainerID id)
buffer-container slot of this event.
id - The container identifier of the container where the
frozen agent will appear to reside (and where ACL messages for
that agent will be redirected and buffered).public ContainerID getBufferContainer()
buffer-container slot of
this event, containing the container identifier of the
container where the frozen agent will appear to reside (and
where ACL messages for that agent will be redirected and
buffered).
buffer-container slot, or
null if no value was set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||