mam.messaging
Class DoRemoveIdentityMessage

mam.messaging.AgentMessage
  |
  +--mam.messaging.DoRemoveIdentityMessage

public class DoRemoveIdentityMessage
extends AgentMessage

Description


Field Summary
 RoutingTagm_attrIdentityRoutingTag
           

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
DoRemoveIdentityMessage(RoutingTag source, RoutingTag destination, RoutingTag identityRoutingTag)
           
DoRemoveIdentityMessage(RoutingTag source, RoutingTag destination, MamId responseTo, RoutingTag identityRoutingTag)
           

Method Summary
 RoutingTaggetIdentityRoutingTag()
           
 voidsetIdentityRoutingTag(RoutingTag identityRoutingTag)
           

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_attrIdentityRoutingTag

public RoutingTag m_attrIdentityRoutingTag
Constructor Detail

DoRemoveIdentityMessage

public DoRemoveIdentityMessage(RoutingTag source, RoutingTag destination, RoutingTag identityRoutingTag)

DoRemoveIdentityMessage

public DoRemoveIdentityMessage(RoutingTag source, RoutingTag destination, MamId responseTo, RoutingTag identityRoutingTag)
Method Detail

getIdentityRoutingTag

public RoutingTag getIdentityRoutingTag()

setIdentityRoutingTag

public void setIdentityRoutingTag(RoutingTag identityRoutingTag)