jade.domain.JADEAgentManagement
Class UninstallMTP

java.lang.Object
  |
  +--jade.domain.JADEAgentManagement.UninstallMTP
All Implemented Interfaces:
AgentAction, Concept, ContentElement, java.io.Serializable, Serializable, Term

public class UninstallMTP
extends java.lang.Object
implements AgentAction

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.

Version:
$Date: 2003/11/24 13:33:13 $ $Revision: 1.5 $
Author:
Giovanni Rimassa - Universita' di Parma
See Also:
Serialized Form

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

UninstallMTP

public UninstallMTP()
Default constructor. A default constructor is necessary for ontological classes.

Method Detail

setAddress

public void setAddress(java.lang.String a)
Set the address slot of this action.

Parameters:
a - The address URL of the MTP endpoint to uninstall.

getAddress

public java.lang.String getAddress()
Retrieve the value of the address slot of this action, containing the address URL of the MTP to uninstall.

Returns:
The value of the address slot, or null if no value was set.

setContainer

public void setContainer(ContainerID cid)
Set the container slot of this action.

Parameters:
cid - The container identifier of the container where the MTP to uninstall is deployed.

getContainer

public 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.

Returns:
The value of the container slot, or null if no value was set.


JADE