mam.messaging
Class EventMonitoredUrlUpdatedMessage

mam.messaging.AgentMessage
  |
  +--mam.messaging.EventMonitoredUrlUpdatedMessage

public class EventMonitoredUrlUpdatedMessage
extends AgentMessage

Description


Field Summary
 URLm_attrChangedUrl
           

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
EventMonitoredUrlUpdatedMessage(RoutingTag source, RoutingTag destination, URL changedUrl)
           
EventMonitoredUrlUpdatedMessage(RoutingTag source, RoutingTag destination, MamId responseTo, URL changedUrl)
           

Method Summary
 URLgetChangedUrl()
           
 voidsetChangedUrl(URL changedUrl)
           

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_attrChangedUrl

public URL m_attrChangedUrl
Constructor Detail

EventMonitoredUrlUpdatedMessage

public EventMonitoredUrlUpdatedMessage(RoutingTag source, RoutingTag destination, URL changedUrl)

EventMonitoredUrlUpdatedMessage

public EventMonitoredUrlUpdatedMessage(RoutingTag source, RoutingTag destination, MamId responseTo, URL changedUrl)
Method Detail

getChangedUrl

public URL getChangedUrl()

setChangedUrl

public void setChangedUrl(URL changedUrl)