mam.messaging
Class EventDeclareMonitorAgentMessage

mam.messaging.AgentMessage
  |
  +--mam.messaging.EventDeclareAgentPropertiesMessage
        |
        +--mam.messaging.EventDeclareMonitorAgentMessage

public class EventDeclareMonitorAgentMessage
extends EventDeclareAgentPropertiesMessage

Description


Field Summary
 RoutingTagm_attrMonitorAgentRoutingTag
           

Fields inherited from class mam.messaging.EventDeclareAgentPropertiesMessage
m_attrAgentProperties

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
EventDeclareMonitorAgentMessage(RoutingTag source, RoutingTag destination, AgentProperties agentProperties, RoutingTag monitorAgentRoutingTag)
           
EventDeclareMonitorAgentMessage(RoutingTag source, RoutingTag destination, MamId responseTo, AgentProperties agentProperties, RoutingTag monitorAgentRoutingTag)
           

Method Summary
 RoutingTaggetMonitorAgentRoutingTag()
           
 voidsetMonitorAgentRoutingTag(RoutingTag monitorAgentRoutingTag)
           

Methods inherited from class mam.messaging.EventDeclareAgentPropertiesMessage
getAgentProperties, setAgentProperties

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_attrMonitorAgentRoutingTag

public RoutingTag m_attrMonitorAgentRoutingTag
Constructor Detail

EventDeclareMonitorAgentMessage

public EventDeclareMonitorAgentMessage(RoutingTag source, RoutingTag destination, AgentProperties agentProperties, RoutingTag monitorAgentRoutingTag)

EventDeclareMonitorAgentMessage

public EventDeclareMonitorAgentMessage(RoutingTag source, RoutingTag destination, MamId responseTo, AgentProperties agentProperties, RoutingTag monitorAgentRoutingTag)
Method Detail

getMonitorAgentRoutingTag

public RoutingTag getMonitorAgentRoutingTag()

setMonitorAgentRoutingTag

public void setMonitorAgentRoutingTag(RoutingTag monitorAgentRoutingTag)