mam.messaging
Class EventSecretAgentReportMessage

mam.messaging.AgentMessage
  |
  +--mam.messaging.EventSecretAgentReportMessage

public class EventSecretAgentReportMessage
extends AgentMessage

Description


Field Summary
 Stringm_attrReportText
           

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
EventSecretAgentReportMessage(RoutingTag source, RoutingTag destination, String reportText)
           
EventSecretAgentReportMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String reportText)
           

Method Summary
 StringgetReportText()
           
 voidsetReportText(String reportText)
           

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_attrReportText

public String m_attrReportText
Constructor Detail

EventSecretAgentReportMessage

public EventSecretAgentReportMessage(RoutingTag source, RoutingTag destination, String reportText)

EventSecretAgentReportMessage

public EventSecretAgentReportMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String reportText)
Method Detail

getReportText

public String getReportText()

setReportText

public void setReportText(String reportText)