mam.messaging
Class EventMonitoredUrlRemovedMessage

mam.messaging.AgentMessage
  |
  +--mam.messaging.EventMonitoredUrlRemovedMessage

public class EventMonitoredUrlRemovedMessage
extends AgentMessage

Description


Field Summary
 MonitoredUrlm_monitoredUrl
           

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
EventMonitoredUrlRemovedMessage(RoutingTag source, RoutingTag destination, MonitoredUrl monitoredUrl)
           
EventMonitoredUrlRemovedMessage(RoutingTag source, RoutingTag destination, MamId responseTo, MonitoredUrl monitoredUrl)
           

Method Summary
 MonitoredUrlgetMonitoredUrl()
           
 voidsetMonitoredUrl(MonitoredUrl monitoredUrl)
           

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_monitoredUrl

public MonitoredUrl m_monitoredUrl
Constructor Detail

EventMonitoredUrlRemovedMessage

public EventMonitoredUrlRemovedMessage(RoutingTag source, RoutingTag destination, MonitoredUrl monitoredUrl)

EventMonitoredUrlRemovedMessage

public EventMonitoredUrlRemovedMessage(RoutingTag source, RoutingTag destination, MamId responseTo, MonitoredUrl monitoredUrl)
Method Detail

getMonitoredUrl

public MonitoredUrl getMonitoredUrl()

setMonitoredUrl

public void setMonitoredUrl(MonitoredUrl monitoredUrl)