mam.messaging
Class DoStreamKnownAgentsMessage
mam.messaging.AgentMessage
|
+--mam.messaging.DoStreamKnownAgentsMessage
- public class DoStreamKnownAgentsMessage
- extends AgentMessage
Description
- Author:
- nideffer
- created November 1, 2001
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 |
Method Summary |
String | getMetadataFilter() Gets the MetadataFilter attribute of the DoStreamKnownAgentsMessage object |
void | setMetadataFilter(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 |
m_attrMetadataFilter
private String m_attrMetadataFilter
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:
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: