mam.messaging
Class EventQueryCompleteMessage
mam.messaging.AgentMessage
|
+--mam.messaging.EventQueryCompleteMessage
- public class EventQueryCompleteMessage
- extends AgentMessage
Description
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 |
EventQueryCompleteMessage(RoutingTag source, RoutingTag destination, String queryPhrase, boolean querySuccessful, boolean queryStatus, Collection knowledgeableInformationPersonaeAgents) |
EventQueryCompleteMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String queryPhrase, boolean querySuccessful, boolean queryStatus, Collection knowledgeableInformationPersonaeAgents) |
EventQueryCompleteMessage(RoutingTag source, RoutingTag destination, String queryPhrase, Boolean querySuccessful, Boolean queryStatus, Collection knowledgeableInformationPersonaeAgents) |
EventQueryCompleteMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String queryPhrase, Boolean querySuccessful, Boolean queryStatus, Collection knowledgeableInformationPersonaeAgents) |
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 |
m_attrKnowledgeableInformationPersonaeAgents
public Collection m_attrKnowledgeableInformationPersonaeAgents
m_attrQueryPhrase
public String m_attrQueryPhrase
m_attrQueryStatus
public Boolean m_attrQueryStatus
m_attrQuerySuccessful
public Boolean m_attrQuerySuccessful
EventQueryCompleteMessage
public EventQueryCompleteMessage(RoutingTag source, RoutingTag destination, String queryPhrase, boolean querySuccessful, boolean queryStatus, Collection knowledgeableInformationPersonaeAgents)
EventQueryCompleteMessage
public EventQueryCompleteMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String queryPhrase, boolean querySuccessful, boolean queryStatus, Collection knowledgeableInformationPersonaeAgents)
EventQueryCompleteMessage
public EventQueryCompleteMessage(RoutingTag source, RoutingTag destination, String queryPhrase, Boolean querySuccessful, Boolean queryStatus, Collection knowledgeableInformationPersonaeAgents)
EventQueryCompleteMessage
public EventQueryCompleteMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String queryPhrase, Boolean querySuccessful, Boolean queryStatus, Collection knowledgeableInformationPersonaeAgents)
getKnowledgeableInformationPersonaeAgents
public Collection getKnowledgeableInformationPersonaeAgents()
getQueryPhrase
public String getQueryPhrase()
getQueryStatus
public Boolean getQueryStatus()
getQuerySuccessful
public Boolean getQuerySuccessful()
setKnowledgeableInformationPersonaeAgents
public void setKnowledgeableInformationPersonaeAgents(Collection knowledgeableInformationPersonaeAgents)
setQueryPhrase
public void setQueryPhrase(String queryPhrase)
setQueryStatus
public void setQueryStatus(Boolean queryStatus)
setQuerySuccessful
public void setQuerySuccessful(Boolean querySuccessful)