|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jade.domain.JADEAgentManagement.QueryAgentsOnLocation
This class represents the query-agents-on-location
action of
the JADE-agent-management ontology
.
This action can be requested to the JADE AMS to retrieve the list
of agents running on a given container.
Constructor Summary | |
QueryAgentsOnLocation()
Default constructor. |
Method Summary | |
Location |
getLocation()
Retrieve the value of the location slot of this
event, containing the location for which the agent list is
requested. |
void |
setLocation(Location loc)
Set the location 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 QueryAgentsOnLocation()
Method Detail |
public void setLocation(Location loc)
location
slot of this action.
loc
- The location for which the agent list is requested.public Location getLocation()
location
slot of this
event, containing the location for which the agent list is
requested.
location
slot, or
null
if no value was set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |