| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
mam.messaging.AgentMessage | +--mam.messaging.DoQueryMessage
Description
Field Summary | |
final static String | ANONYMOUS_REQUESTOR |
final static String | IGNORED_REQUESTOR |
Collection | m_attrAgentsToQuery |
String | m_attrFilter |
Boolean | m_attrQueryAll |
String | m_attrQueryPhrase |
String | m_attrRequestor |
Fields inherited from class mam.messaging.AgentMessage |
DEFAULT_TAG_NAME, DEFAULT_TIME_TO_LIVE, DESTINATION_TAG_NAME, m_attrCreationDate, m_attrDestination, m_attrId, m_attrOriginFacility, m_attrReplyTo, m_attrResponseTo, m_attrSource, m_attrTimeToLive, SOURCE_TAG_NAME |
Constructor Summary | |
DoQueryMessage(RoutingTag source, RoutingTag destination, String queryPhrase, String filter, Boolean queryAll, Collection agentsToQuery, String requestor) Constructor for the DoQueryMessage object | |
DoQueryMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String queryPhrase, String filter, Boolean queryAll, Collection agentsToQuery, String requestor) Constructor for the DoQueryMessage object |
Method Summary | |
Collection | getAgentsToQuery() Gets the AgentsToQuery attribute of the DoQueryMessage object |
String | getFilter() Gets the Filter attribute of the DoQueryMessage object |
Boolean | getQueryAll() Gets the QueryAll attribute of the DoQueryMessage object |
String | getQueryPhrase() Gets the QueryPhrase attribute of the DoQueryMessage object |
String | getRequestor() Gets the Requestor attribute of the DoQueryMessage object |
void | setAgentsToQuery(Collection agentsToQuery) Sets the AgentsToQuery attribute of the DoQueryMessage object |
void | setFilter(String filter) Sets the Filter attribute of the DoQueryMessage object |
void | setQueryAll(Boolean queryAll) Sets the QueryAll attribute of the DoQueryMessage object |
void | setQueryPhrase(String queryPhrase) Sets the QueryPhrase attribute of the DoQueryMessage object |
void | setRequestor(String requestor) Sets the Requestor attribute of the DoQueryMessage object |
Methods inherited from class mam.messaging.AgentMessage |
decrementTimeToLive, fromXmlElement, getDestination, getId, getOriginFacility, getRemainingTimeToLive, getReplyTo, getResponseTo, getSource, getType, setDestination, setId, setLocal, setOriginFacility, setReplyTo, setResponseTo, setSource, toString, toXmlElement, toXmlElement |
Field Detail |
public final static String ANONYMOUS_REQUESTOR
public final static String IGNORED_REQUESTOR
public Collection m_attrAgentsToQuery
public String m_attrFilter
public Boolean m_attrQueryAll
public String m_attrQueryPhrase
public String m_attrRequestor
Constructor Detail |
public DoQueryMessage(RoutingTag source, RoutingTag destination, String queryPhrase, String filter, Boolean queryAll, Collection agentsToQuery, String requestor)
public DoQueryMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String queryPhrase, String filter, Boolean queryAll, Collection agentsToQuery, String requestor)
Method Detail |
public Collection getAgentsToQuery()
public String getFilter()
public Boolean getQueryAll()
public String getQueryPhrase()
public String getRequestor()
public void setAgentsToQuery(Collection agentsToQuery)
public void setFilter(String filter)
public void setQueryAll(Boolean queryAll)
public void setQueryPhrase(String queryPhrase)
public void setRequestor(String requestor)
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |