|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jade.domain.JADEAgentManagement.UninstallMTP
This class represents the uninstall-MTP
action of
the JADE-agent-management ontology
.
This action can be requested to the JADE AMS to uninstall an MTP from
a given container.
Constructor Summary | |
UninstallMTP()
Default constructor. |
Method Summary | |
java.lang.String |
getAddress()
Retrieve the value of the address slot of this
action, containing the address URL of the MTP to uninstall. |
ContainerID |
getContainer()
Retrieve the value of the container slot of this
action, containing the container identifier of the container
where the MTP to uninstall is deployed. |
void |
setAddress(java.lang.String a)
Set the address slot of this action. |
void |
setContainer(ContainerID cid)
Set the container 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 UninstallMTP()
Method Detail |
public void setAddress(java.lang.String a)
address
slot of this action.
a
- The address URL of the MTP endpoint to uninstall.public java.lang.String getAddress()
address
slot of this
action, containing the address URL of the MTP to uninstall.
address
slot, or
null
if no value was set.public void setContainer(ContainerID cid)
container
slot of this action.
cid
- The container identifier of the container where the
MTP to uninstall is deployed.public ContainerID getContainer()
container
slot of this
action, containing the container identifier of the container
where the MTP to uninstall is deployed.
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 |