mam.messaging
Class EventDeclareAccessStatisticsMessage

mam.messaging.AgentMessage
  |
  +--mam.messaging.EventDeclareAccessStatisticsMessage

public class EventDeclareAccessStatisticsMessage
extends AgentMessage

Description


Field Summary
 private AccessStatisticsGroupm_accessStatisticsGroup
           

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

Method Summary
 AccessStatisticsGroupgetAccessStatisticsGroup()
           
 voidsetAccessStatisticsGroup(AccessStatisticsGroup accessStatisticsGroup)
           

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_accessStatisticsGroup

private AccessStatisticsGroup m_accessStatisticsGroup
Constructor Detail

EventDeclareAccessStatisticsMessage

public EventDeclareAccessStatisticsMessage(RoutingTag source, RoutingTag destination, AccessStatisticsGroup accessStatisticsGroup)

EventDeclareAccessStatisticsMessage

public EventDeclareAccessStatisticsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, AccessStatisticsGroup accessStatisticsGroup)
Method Detail

getAccessStatisticsGroup

public AccessStatisticsGroup getAccessStatisticsGroup()

setAccessStatisticsGroup

public void setAccessStatisticsGroup(AccessStatisticsGroup accessStatisticsGroup)