mam.messaging
Class EventDeclareKnowledgeAgentRemovedMessage

mam.messaging.AgentMessage
  |
  +--mam.messaging.EventDeclareKnowledgeAgentRemovedMessage

public class EventDeclareKnowledgeAgentRemovedMessage
extends AgentMessage

Description


Field Summary
 MamIdm_attrAgentId
           

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

Method Summary
 MamIdgetAgentId()
           
 voidsetAgentId(MamId agentId)
           

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_attrAgentId

public MamId m_attrAgentId
Constructor Detail

EventDeclareKnowledgeAgentRemovedMessage

public EventDeclareKnowledgeAgentRemovedMessage(RoutingTag source, RoutingTag destination, MamId agentId)

EventDeclareKnowledgeAgentRemovedMessage

public EventDeclareKnowledgeAgentRemovedMessage(RoutingTag source, RoutingTag destination, MamId responseTo, MamId agentId)
Method Detail

getAgentId

public MamId getAgentId()

setAgentId

public void setAgentId(MamId agentId)