mam.messaging
Class DoStreamKnownAgentsMessage

mam.messaging.AgentMessage
  |
  +--mam.messaging.DoStreamKnownAgentsMessage

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

Method Summary
 StringgetMetadataFilter()
          Gets the MetadataFilter attribute of the DoStreamKnownAgentsMessage 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

DoStreamKnownAgentsMessage

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

DoStreamKnownAgentsMessage

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

DoStreamKnownAgentsMessage

public DoStreamKnownAgentsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String metadataFilter)
Constructor for the DoStreamKnownAgentsMessage object
Parameters:
source - 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 DoStreamKnownAgentsMessage 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: