|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jade.domain.introspection.RemovedContainer
An introspection event, recording the removal of an agent container within the platform.
Field Summary | |
static java.lang.String |
NAME
A string constant for the name of this event. |
Constructor Summary | |
RemovedContainer()
Default constructor. |
Method Summary | |
ContainerID |
getContainer()
Retrieve the value of the container slot of this
event, containing the container identifier of the newly removed
container. |
java.lang.String |
getName()
Retrieve the name of this event. |
void |
setContainer(ContainerID id)
Set the container 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 RemovedContainer()
Method Detail |
public java.lang.String getName()
getName
in interface Event
public void setContainer(ContainerID id)
container
slot of this event.
id
- The container identifier of the newly removed
container.public ContainerID getContainer()
container
slot of this
event, containing the container identifier of the newly removed
container.
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 |