mam.messaging
Class GetKnowledgeMessage

mam.messaging.AgentMessage
  |
  +--mam.messaging.GetKnowledgeMessage

public class GetKnowledgeMessage
extends AgentMessage

Description

Author:
nideffer
created November 1, 2001

Field Summary
 private Stringm_attrMetadataFilter
           

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
GetKnowledgeMessage(RoutingTag source, RoutingTag destination)
          Constructor for the GetKnowledgeMessage object
GetKnowledgeMessage(RoutingTag source, MamId replyTo, RoutingTag destination, String metadataFilter)
          Constructor for the GetKnowledgeMessage object
GetKnowledgeMessage(RoutingTag source, RoutingTag destination, String metadataFilter)
          Constructor for the GetKnowledgeMessage object
GetKnowledgeMessage(RoutingTag source, MamId replyTo, RoutingTag destination)
          Constructor for the GetKnowledgeMessage object
GetKnowledgeMessage(RoutingTag source, MamId replyTo, RoutingTag destination, MamId responseTo, String metadataFilter)
          Constructor for the GetKnowledgeMessage object

Method Summary
 StringgetMetadataFilter()
          Gets the MetadataFilter attribute of the GetKnowledgeMessage object
 voidsetMetadataFilter(String metadataFilter)
          Sets the MetadataFilter attribute of the DoStreamKnownAgentsMessage 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

m_attrMetadataFilter

private String m_attrMetadataFilter
Constructor Detail

GetKnowledgeMessage

public GetKnowledgeMessage(RoutingTag source, RoutingTag destination)
Constructor for the GetKnowledgeMessage object
Parameters:
source - Description of Parameter
destination - Description of Parameter
Since:

GetKnowledgeMessage

public GetKnowledgeMessage(RoutingTag source, MamId replyTo, RoutingTag destination, String metadataFilter)
Constructor for the GetKnowledgeMessage object
Parameters:
source - Description of Parameter
replyTo - Description of Parameter
destination - Description of Parameter
metadataFilter - Description of Parameter
Since:

GetKnowledgeMessage

public GetKnowledgeMessage(RoutingTag source, RoutingTag destination, String metadataFilter)
Constructor for the GetKnowledgeMessage object
Parameters:
source - Description of Parameter
destination - Description of Parameter
metadataFilter - Description of Parameter
Since:

GetKnowledgeMessage

public GetKnowledgeMessage(RoutingTag source, MamId replyTo, RoutingTag destination)
Constructor for the GetKnowledgeMessage object
Parameters:
source - Description of Parameter
replyTo - Description of Parameter
destination - Description of Parameter
Since:

GetKnowledgeMessage

public GetKnowledgeMessage(RoutingTag source, MamId replyTo, RoutingTag destination, MamId responseTo, String metadataFilter)
Constructor for the GetKnowledgeMessage object
Parameters:
source - Description of Parameter
replyTo - Description of Parameter
destination - Description of Parameter
responseTo - Description of Parameter
metadataFilter - Description of Parameter
Since:
Method Detail

getMetadataFilter

public String getMetadataFilter()
Gets the MetadataFilter attribute of the GetKnowledgeMessage object
Returns: The MetadataFilter value
Since:

setMetadataFilter

public void setMetadataFilter(String metadataFilter)
Sets the MetadataFilter attribute of the DoStreamKnownAgentsMessage object
Parameters:
metadataFilter - The new MetadataFilter value
Since: