Uses of Class
mam.utility.AccessStatisticsGroup

Packages that use AccessStatisticsGroup
mam.agent 
mam.messaging 

Uses of AccessStatisticsGroup in mam.agent
 

Fields in mam.agent declared as AccessStatisticsGroup
protected AccessStatisticsGroupAgent.m_accessStatisticsGroup
          
protected AccessStatisticsGroupAgentKnowledge.m_accessStatisticsGroup
          
protected AccessStatisticsGroupMarketingAgent.m_clientAccessStatisticsGroup
          
 

Constructors in mam.agent with parameters of type AccessStatisticsGroup
AgentKnowledge.AgentKnowledge(URL knowledgeUrl, String knowledgeMetadata, String origin, AgentProperties agentProperties, AccessStatisticsGroup accessStatisticsGroup)
          
AgentKnowledge.AgentKnowledge(AgentProperties agentProperties, URL knowledgeUrl, String knowledgeMetadata, String origin, AccessStatisticsGroup accessStatisticsGroup)
          
 

Methods in mam.agent that return AccessStatisticsGroup
AccessStatisticsGroupAgent.getAccessStatisticsGroup()
          Gets the AccessStatisticsGroup attribute of the Agent object
AccessStatisticsGroupAgentKnowledge.getAccessStatisticsGroup()
          
AccessStatisticsGroupMarketingAgent.getClientAccessStatisticsGroup()
          
 

Methods in mam.agent with parameters of type AccessStatisticsGroup
voidAgentKnowledge.setAccessStatisticsGroup(AccessStatisticsGroup accessStatisticsGroup)
          
voidMarketingAgent.setClientAccessStatisticsGroup(AccessStatisticsGroup clientAccessStatisticsGroup)
          
 

Uses of AccessStatisticsGroup in mam.messaging
 

Fields in mam.messaging declared as AccessStatisticsGroup
private AccessStatisticsGroupEventDeclareAccessStatisticsMessage.m_accessStatisticsGroup
          
 

Constructors in mam.messaging with parameters of type AccessStatisticsGroup
EventDeclareAccessStatisticsMessage.EventDeclareAccessStatisticsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, AccessStatisticsGroup accessStatisticsGroup)
          
EventDeclareAccessStatisticsMessage.EventDeclareAccessStatisticsMessage(RoutingTag source, RoutingTag destination, AccessStatisticsGroup accessStatisticsGroup)
          
EventDeclareKnowledgeMessage.EventDeclareKnowledgeMessage(RoutingTag source, RoutingTag destination, URL knowledgeUrl, String knowledgeMetadata, String origin, AgentProperties agentProperties, AccessStatisticsGroup accessStatisticsGroup)
          
EventDeclareKnowledgeMessage.EventDeclareKnowledgeMessage(RoutingTag source, RoutingTag destination, MamId responseTo, URL knowledgeUrl, String knowledgeMetadata, String origin, AgentProperties agentProperties, AccessStatisticsGroup accessStatisticsGroup)
          
 

Methods in mam.messaging that return AccessStatisticsGroup
AccessStatisticsGroupEventDeclareAccessStatisticsMessage.getAccessStatisticsGroup()
          
 

Methods in mam.messaging with parameters of type AccessStatisticsGroup
voidEventDeclareAccessStatisticsMessage.setAccessStatisticsGroup(AccessStatisticsGroup accessStatisticsGroup)