mam.messaging
Class EventDeclareKnowledgeMessage

mam.messaging.AgentMessage
  |
  +--mam.messaging.EventDeclareAgentPropertiesMessage
        |
        +--mam.messaging.EventDeclareKnowledgeMessage

public class EventDeclareKnowledgeMessage
extends EventDeclareAgentPropertiesMessage

Description


Field Summary
 protected AgentKnowledgem_attrAgentKnowledge
           

Fields inherited from class mam.messaging.EventDeclareAgentPropertiesMessage
m_attrAgentProperties

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
EventDeclareKnowledgeMessage(RoutingTag source, RoutingTag destination, URL knowledgeUrl, String knowledgeMetadata, String origin, AgentProperties agentProperties, AccessStatisticsGroup accessStatisticsGroup)
           
EventDeclareKnowledgeMessage(RoutingTag source, RoutingTag destination, MamId responseTo, URL knowledgeUrl, String knowledgeMetadata, String origin, AgentProperties agentProperties, AccessStatisticsGroup accessStatisticsGroup)
           

Method Summary
 AgentKnowledgegetAgentKnowledge()
           
 voidsetAgentKnowledge(AgentKnowledge agentKnowledge)
           
 StringtoString()
           

Methods inherited from class mam.messaging.EventDeclareAgentPropertiesMessage
getAgentProperties, setAgentProperties

Methods inherited from class mam.messaging.AgentMessage
decrementTimeToLive, fromXmlElement, getDestination, getId, getOriginFacility, getRemainingTimeToLive, getReplyTo, getResponseTo, getSource, getType, setDestination, setId, setLocal, setOriginFacility, setReplyTo, setResponseTo, setSource, toXmlElement, toXmlElement

Field Detail

m_attrAgentKnowledge

protected AgentKnowledge m_attrAgentKnowledge
Constructor Detail

EventDeclareKnowledgeMessage

public EventDeclareKnowledgeMessage(RoutingTag source, RoutingTag destination, URL knowledgeUrl, String knowledgeMetadata, String origin, AgentProperties agentProperties, AccessStatisticsGroup accessStatisticsGroup)

EventDeclareKnowledgeMessage

public EventDeclareKnowledgeMessage(RoutingTag source, RoutingTag destination, MamId responseTo, URL knowledgeUrl, String knowledgeMetadata, String origin, AgentProperties agentProperties, AccessStatisticsGroup accessStatisticsGroup)
Method Detail

getAgentKnowledge

public AgentKnowledge getAgentKnowledge()

setAgentKnowledge

public void setAgentKnowledge(AgentKnowledge agentKnowledge)

toString

public String toString()