|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jade.domain.introspection.RemovedMTP
An introspection event, recording the removal of an MTP within the platform.
Field Summary | |
static java.lang.String |
NAME
A string constant for the name of this event. |
Constructor Summary | |
RemovedMTP()
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 removed 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 removed MTP. |
ContainerID |
getWhere()
Retrieve the value of the where slot of this
event, containing the container identifier of the container
where the newly removed MTP was deployed. |
void |
setAddress(java.lang.String s)
Set the address slot 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 RemovedMTP()
Method Detail |
public java.lang.String getName()
getName
in interface Event
public void setAddress(java.lang.String s)
address
slot of this event.
s
- The address URL of the newly removed MTP.public java.lang.String getAddress()
address
slot of this
event, containing the address URL of the newly removed 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 removed MTP.public java.lang.String getProto()
proto
slot of this
event, containing the protocol name for the newly removed 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 removed MTP was deployed.public ContainerID getWhere()
where
slot of this
event, containing the container identifier of the container
where the newly removed 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 |