mam.messaging
Class EventAgentTraitsModifiedMessage

mam.messaging.AgentMessage
  |
  +--mam.messaging.EventDeclareAgentTraitsMessage
        |
        +--mam.messaging.EventAgentTraitsModifiedMessage

public class EventAgentTraitsModifiedMessage
extends EventDeclareAgentTraitsMessage

Description`


Fields inherited from class mam.messaging.EventDeclareAgentTraitsMessage
m_attrAgentTraits

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
EventAgentTraitsModifiedMessage(RoutingTag source, RoutingTag destination, AgentTraits accessStatisticsGroup)
           
EventAgentTraitsModifiedMessage(RoutingTag source, RoutingTag destination, MamId responseTo, AgentTraits accessStatisticsGroup)
           

Methods inherited from class mam.messaging.EventDeclareAgentTraitsMessage
getAgentTraits, setAgentTraits

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

Constructor Detail

EventAgentTraitsModifiedMessage

public EventAgentTraitsModifiedMessage(RoutingTag source, RoutingTag destination, AgentTraits accessStatisticsGroup)

EventAgentTraitsModifiedMessage

public EventAgentTraitsModifiedMessage(RoutingTag source, RoutingTag destination, MamId responseTo, AgentTraits accessStatisticsGroup)