|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjade.domain.JADEAgentManagement.KillContainer
public class KillContainer
This class represents the kill-container action of
the JADE-agent-management ontology.
This action can be requested to the JADE AMS to kill an active container.
| Constructor Summary | |
|---|---|
KillContainer()
Default constructor. |
|
| Method Summary | |
|---|---|
ContainerID |
getContainer()
Retrieve the value of the container slot of this
event, containing the container identifier of the container to
terminate. |
java.lang.String |
getPassword()
Retrieve the value of the password slot of this
event, containing the password to authenticate the principal
requesting the container termination. |
void |
setContainer(ContainerID cid)
Set the container slot of this action. |
void |
setPassword(java.lang.String p)
Set the password slot of this action. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KillContainer()
| Method Detail |
|---|
public void setContainer(ContainerID cid)
container slot of this action.
id - The container identifier of the container to
terminate.public ContainerID getContainer()
container slot of this
event, containing the container identifier of the container to
terminate.
container slot, or
null if no value was set.public void setPassword(java.lang.String p)
password slot of this action.
p - The password to authenticate the principal requesting
the container termination.public java.lang.String getPassword()
password slot of this
event, containing the password to authenticate the principal
requesting the container termination.
password slot, or
null if no value was set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||