public class AddedMTP extends java.lang.Object implements Event
added-mtp
concept in the
jade-introspection
ontology.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME
A string constant for the name of this event.
|
Constructor and Description |
---|
AddedMTP()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress()
Retrieve the value of the
address slot of this
event, containing the address URL of the newly added MTP. |
java.lang.String |
getName()
Retrieve the name of this event.
|
java.lang.String |
getProto()
Retrieve the value of the
proto slot of this
event, containing the protocol name for the newly added MTP. |
ContainerID |
getWhere()
Retrieve the value of the
where slot of this
event, containing the container identifier of the container
where the newly added MTP was deployed. |
void |
setAddress(java.lang.String s)
Set the
address of this event. |
void |
setProto(java.lang.String p)
Set the
proto slot of this event. |
void |
setWhere(ContainerID id)
Set the
where slot of this event. |
public static final java.lang.String NAME
public AddedMTP()
public java.lang.String getName()
public void setAddress(java.lang.String s)
address
of this event.s
- The address URL exported by the newly added MTP.public java.lang.String getAddress()
address
slot of this
event, containing the address URL of the newly added MTP.address
slot, or
null
if no value was set.public void setProto(java.lang.String p)
proto
slot of this event.p
- The protocol name for the newly added MTP.public java.lang.String getProto()
proto
slot of this
event, containing the protocol name for the newly added MTP.proto
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 added MTP was deployed.public ContainerID getWhere()
where
slot of this
event, containing the container identifier of the container
where the newly added MTP was deployed.where
slot, or
null
if no value was set.