|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jade.domain.introspection.AddedMTP
This class represents the added-mtp
concept in the
jade-introspection
ontology.
Field Summary | |
static java.lang.String |
NAME
A string constant for the name of this event. |
Constructor Summary | |
AddedMTP()
Default constructor. |
Method Summary | |
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. |
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 AddedMTP()
Method Detail |
public java.lang.String getName()
getName
in interface Event
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |