|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjade.domain.introspection.StopNotify
public class StopNotify
This class represents the stop-notify action,
requesting to end a continuous notification of some events via ACL
messages.
| Constructor Summary | |
|---|---|
StopNotify()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addEvents(java.lang.String evName)
Add an event name to the events slot collection of
this object. |
Iterator |
getAllEvents()
Remove all event names from the events slot
collection of this object. |
AID |
getObserved()
Retrieve the value of the observed slot of this
event, containing the agent identifier of the agent whose
events were being notified so far. |
void |
setObserved(AID id)
Set the observed 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 StopNotify()
| Method Detail |
|---|
public void setObserved(AID id)
observed slot of this action.
id - The agent identifier of the agent whose events were
being notified so far.public AID getObserved()
observed slot of this
event, containing the agent identifier of the agent whose
events were being notified so far.
observed slot, or
null if no value was set.public void addEvents(java.lang.String evName)
events slot collection of
this object.
evName - The event name to add to the collection.public Iterator getAllEvents()
events slot
collection of this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||