Uses of Class
mam.id.MamId

Packages that use MamId
applications.proxy.utils 
applications.webServer 
Asteroids 
BattleZone 
mam.agent 
mam.agent.pluginAgentRes 
mam.id 
mam.internetworking 
mam.internetworking.messages 
mam.messaging 
mam.xml 

Uses of MamId in applications.proxy.utils
 

Fields in applications.proxy.utils declared as MamId
protected MamIdLinkDatum.m_id
          
 

Constructors in applications.proxy.utils with parameters of type MamId
LinkDatum.LinkDatum(MamId id, URL url, String nickname, String description, String metadata)
          
LinkDatum.LinkDatum(MamId id, URL url, String nickname)
          
LinkDatum.LinkDatum(MamId id, URL url)
          
 

Methods in applications.proxy.utils that return MamId
MamIdLinkDatum.getMamId()
          
 

Methods in applications.proxy.utils with parameters of type MamId
voidLinkDatum.setMamId(MamId id)
          
 

Uses of MamId in applications.webServer
 

Fields in applications.webServer declared as MamId
private MamIdWebServer.mamId
          
 

Uses of MamId in Asteroids
 

Fields in Asteroids declared as MamId
MamIdGLKnowInfo.mamid
          
 

Constructors in Asteroids with parameters of type MamId
GLKnowInfo.GLKnowInfo(MamId id)
          
 

Methods in Asteroids with parameters of type MamId
voidAsteroids.addKnowAgent(int totalAgents, MamId mamid, String url)
          
voidAsteroids.removeKnowAgent(MamId mamid)
          
voidGLKnowAgents.removeAgent(MamId mamid)
          Description of the Method
voidGLKnowAgents.setTotalAgents(int num, MamId id, String nurl)
          Sets the TotalAgents attribute of the GLKnowAgents object
 

Uses of MamId in BattleZone
 

Fields in BattleZone declared as MamId
MamIdGLKnowInfo.mamid
          
MamIdShapeOri.mamid
          
 

Constructors in BattleZone with parameters of type MamId
GLKnowInfo.GLKnowInfo(MamId id)
          
 

Methods in BattleZone with parameters of type MamId
voidBattleZone.addKnowAgent(int totalAgents, MamId mamid, String url)
          
voidBattleZone.removeKnowAgent(MamId mamid)
          
voidGLKnowAgents.numHits(boolean gotHit, MamId id)
          
voidGLKnowAgents.removeAgent(MamId id)
          
voidGLKnowAgents.seekerRemoveAgent(MamId id)
          
voidGLKnowAgents.setTotalAgents(int num, MamId id, String nurl)
          
voidShapeList.makeAVB(MamId id)
          
 

Uses of MamId in mam.agent
 

Fields in mam.agent declared as MamId
private MamIdAgentProperties.m_attrMamId
          
private MamIdMooExportData.m_informationPersonaeId
          
private MamIdMooExportDatum.m_knowledgeAgentId
          
 

Constructors in mam.agent with parameters of type MamId
AgentProperties.AgentProperties(MamId mamId, String role, String nickname, String description, Account Account)
          
MooExportData.MooExportData(MamId informationPersonaeId, String informationPersonaeDescription, Collection knowledgeAgentInformation)
          
MooExportDatum.MooExportDatum(MamId knowledgeAgentId, URL knowledgeUrl, String nickname, String description)
          
 

Methods in mam.agent that return MamId
MamIdAgent.getMamId()
          Gets the MamId attribute of the Agent object
MamIdAgentProperties.getMamId()
          
MamIdMooExportData.getInformationPersonaeId()
          
MamIdMooExportDatum.getMamId()
          
 

Methods in mam.agent with parameters of type MamId
voidAgent.setMamId(MamId newMamId)
          Sets the MamId attribute of the Agent object
voidAgentProperties.setMamId(MamId mamId)
          
voidMooExportDatum.setMamId(MamId knowledgeAgentId)
          
 

Uses of MamId in mam.agent.pluginAgentRes
 

Fields in mam.agent.pluginAgentRes declared as MamId
(package private) MamIdKnowledgeDestroyedEvent.m_id
          
 

Constructors in mam.agent.pluginAgentRes with parameters of type MamId
KnowledgeDestroyedEvent.KnowledgeDestroyedEvent(MamId id, String url)
          Constructor for the KnowledgeDestroyedEvent object
 

Methods in mam.agent.pluginAgentRes that return MamId
MamIdKnowledgeDestroyedEvent.getMamId()
          Gets the MamId attribute of the KnowledgeDestroyedEvent object
 

Methods in mam.agent.pluginAgentRes with parameters of type MamId
voidDrawer.addKnowAgent(int totalAgents, MamId mamid, String url)
          
voidDrawer.removeKnowAgent(MamId mamid)
          
voidKnowledgeDestroyedEvent.setMamId(MamId id)
          Sets the MamId attribute of the KnowledgeDestroyedEvent object
voidPluginGLCanvas.addKnowAgent(int totalAgents, MamId mamid, String url)
          
voidPluginGLCanvas.removeKnowAgent(MamId mamid)
          
 

Uses of MamId in mam.id
 

Constructors in mam.id with parameters of type MamId
MamId.MamId(MamId id)
          
 

Methods in mam.id that return MamId
static synchronized MamIdMamIdGenerator.generateUniqueMamId()
          
 

Methods in mam.id with parameters of type MamId
voidMamId.setMamId(MamId mamId)
          
 

Uses of MamId in mam.internetworking
 

Fields in mam.internetworking declared as MamId
protected MamIdFacilityServiceManager.m_mamId
          
 

Methods in mam.internetworking that return MamId
MamIdFacility.getMamId()
          Gets the MamId attribute of the Facility object
MamIdFacilityServiceManager.getMamId()
          
 

Methods in mam.internetworking with parameters of type MamId
(package private) voidFacility.addProcessedMessage(MamId messageId)
          Adds a feature to the ProcessedMessage attribute of the Facility object
 

Uses of MamId in mam.internetworking.messages
 

Fields in mam.internetworking.messages declared as MamId
(package private) MamIdRoutableMessage.m_id
          
 

Methods in mam.internetworking.messages that return MamId
MamIdRoutableMessage.getId()
          
 

Uses of MamId in mam.messaging
 

Fields in mam.messaging declared as MamId
protected MamIdAgentMessage.m_attrId
          
protected MamIdAgentMessage.m_attrOriginFacility
          
protected MamIdAgentMessage.m_attrReplyTo
          
protected MamIdAgentMessage.m_attrResponseTo
          
MamIdDoAddAgentMessage.m_attrAgentId
          
MamIdDoRemoveAgentMessage.m_attrAgentId
          
MamIdEventAgentCreatedMessage.m_attrNewAgentId
          
MamIdEventAgentDeathMessage.m_attrDeadAgentId
          
MamIdEventDeclareFacilityShutdownMessage.m_attrFacilityId
          
MamIdEventDeclareKnowledgeAgentAddedMessage.m_attrAgentId
          
MamIdEventDeclareKnowledgeAgentRemovedMessage.m_attrAgentId
          
protected MamIdMessageQueue.m_mamId
          
private MamIdMessageReceiverAdapter.m_mamId
          
 

Constructors in mam.messaging with parameters of type MamId
AgentMessage.AgentMessage(RoutingTag source, MamId replyTo, RoutingTag destination, MamId responseTo)
          
AgentMessage.AgentMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DeclareLocationKeywordsMessage.DeclareLocationKeywordsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String keywords)
          
DoAddAgentMessage.DoAddAgentMessage(RoutingTag source, RoutingTag destination, MamId responseTo, MamId agentId)
          
DoAddAgentMessage.DoAddAgentMessage(RoutingTag source, RoutingTag destination, MamId agentId)
          
DoAddIdentityMessage.DoAddIdentityMessage(RoutingTag source, RoutingTag destination, MamId responseTo, RoutingTag identityRoutingTag)
          
DoAddKnowledgeAgentMessage.DoAddKnowledgeAgentMessage(RoutingTag source, RoutingTag destination, MamId responseTo, MamId agentId)
          
DoAddKnowledgeAgentMessage.DoAddKnowledgeAgentMessage(RoutingTag source, RoutingTag destination, MamId agentId)
          
DoAddListenerMessage.DoAddListenerMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoAddMonitoredUrlMessage.DoAddMonitoredUrlMessage(RoutingTag source, RoutingTag destination, MamId responseTo, MonitoredUrl monitoredUrl)
          
DoAdjustFundsMessage.DoAdjustFundsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, Double fundsTransfer)
          
DoAdjustTraitsMessage.DoAdjustTraitsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, Map traitDeltas)
          
DoAgentShutdownMessage.DoAgentShutdownMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoCreateAgentMessage.DoCreateAgentMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String role, AgentProperties defaultAgentProperties)
          
DoDestroyAgentMessage.DoDestroyAgentMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoEndCPActivityMessage.DoEndCPActivityMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoEndFSActivityMessage.DoEndFSActivityMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoEndMarketingMessage.DoEndMarketingMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoEndMissionMessage.DoEndMissionMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoEndSIActivityMessage.DoEndSIActivityMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoExportToMooMessage.DoExportToMooMessage(RoutingTag source, RoutingTag destination, MamId responseTo, RoutingTag informationPersonaeRoutingTag, String mooUserName, String mooPassword, String connectFrom)
          
DoFacilityShutdownMessage.DoFacilityShutdownMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoImgSwapMessage.DoImgSwapMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoLoginMessage.DoLoginMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String userName, String password)
          
DoModifyTraitsMessage.DoModifyTraitsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, Double alienation, Double ambition, Double anxiety)
          
DoMooCombatDeathMessage.DoMooCombatDeathMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoMooCombatWimpoutMessage.DoMooCombatWimpoutMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoPhatExitMessage.DoPhatExitMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoPopQuizMessage.DoPopQuizMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String popQuizName)
          
DoProxyCreateMessage.DoProxyCreateMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoQueryInformationPersonaeMessage.DoQueryInformationPersonaeMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String queryPhrase, String filter, String requestor)
          Constructor for the DoQueryInformationPersonaeMessage object
DoQueryKnowledgeMessage.DoQueryKnowledgeMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String queryPhrase, String filter, String requestor)
          Constructor for the DoQueryKnowledgeMessage object
DoQueryKnownAgentsMessage.DoQueryKnownAgentsMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoQueryMessage.DoQueryMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String queryPhrase, String filter, Boolean queryAll, Collection agentsToQuery, String requestor)
          Constructor for the DoQueryMessage object
DoQueryMonitoredUrlsMessage.DoQueryMonitoredUrlsMessage(RoutingTag source, MamId replyTo, RoutingTag destination, MamId responseTo)
          
DoQueryMonitoredUrlsMessage.DoQueryMonitoredUrlsMessage(RoutingTag source, MamId replyTo, RoutingTag destination)
          
DoRandomizeTranslationMessage.DoRandomizeTranslationMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoRemoveAgentMessage.DoRemoveAgentMessage(RoutingTag source, RoutingTag destination, MamId responseTo, MamId agentId)
          
DoRemoveAgentMessage.DoRemoveAgentMessage(RoutingTag source, RoutingTag destination, MamId agentId)
          
DoRemoveIdentityMessage.DoRemoveIdentityMessage(RoutingTag source, RoutingTag destination, MamId responseTo, RoutingTag identityRoutingTag)
          
DoRemoveKnowledgeAgentMessage.DoRemoveKnowledgeAgentMessage(RoutingTag source, RoutingTag destination, MamId responseTo, MamId agentId)
          
DoRemoveKnowledgeAgentMessage.DoRemoveKnowledgeAgentMessage(RoutingTag source, RoutingTag destination, MamId agentId)
          
DoRemoveListenerMessage.DoRemoveListenerMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoRemoveMonitoredUrlMessage.DoRemoveMonitoredUrlMessage(RoutingTag source, RoutingTag destination, MamId responseTo, MonitoredUrl monitoredUrl)
          
DoRequestMarketingMessage.DoRequestMarketingMessage(RoutingTag source, RoutingTag destination, MamId responseTo, RoutingTag clientRoutingTag)
          
DoRestoreAgentTraitsMessage.DoRestoreAgentTraitsMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoRestoreTraitsMessage.DoRestoreTraitsMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoRestoreTranslationMessage.DoRestoreTranslationMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoSetIpAgentMessage.DoSetIpAgentMessage(RoutingTag source, RoutingTag destination, MamId responseTo, RoutingTag ipAgentRoutingTag)
          
DoSetMonitorAgentMessage.DoSetMonitorAgentMessage(RoutingTag source, RoutingTag destination, MamId responseTo, RoutingTag monitorAgentRoutingTag)
          
DoShowMarketingTextMessage.DoShowMarketingTextMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String marketingText)
          
DoStartCPActivityMessage.DoStartCPActivityMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoStartFSActivityMessage.DoStartFSActivityMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoStartMarketingMessage.DoStartMarketingMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoStartMissionMessage.DoStartMissionMessage(RoutingTag source, RoutingTag destination, MamId responseTo, RoutingTag bossRoutingTag)
          
DoStartSIActivityMessage.DoStartSIActivityMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
DoStreamKnownAgentsMessage.DoStreamKnownAgentsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String metadataFilter)
          Constructor for the DoStreamKnownAgentsMessage object
DoStreamMonitoredUrlsMessage.DoStreamMonitoredUrlsMessage(RoutingTag source, MamId replyTo, RoutingTag destination, MamId responseTo)
          
DoStreamMonitoredUrlsMessage.DoStreamMonitoredUrlsMessage(RoutingTag source, MamId replyTo, RoutingTag destination)
          
EventAgentCreatedMessage.EventAgentCreatedMessage(RoutingTag source, RoutingTag destination, MamId newAgentId, String newAgentRole, String newAgentNickname)
          
EventAgentCreatedMessage.EventAgentCreatedMessage(RoutingTag source, RoutingTag destination, MamId responseTo, MamId newAgentId, String newAgentRole, String newAgentNickname)
          
EventAgentDeathMessage.EventAgentDeathMessage(RoutingTag source, RoutingTag destination, MamId deadAgentId, String deadAgentRole, String deadAgentNickname)
          
EventAgentDeathMessage.EventAgentDeathMessage(RoutingTag source, RoutingTag destination, MamId responseTo, MamId deadAgentId, String deadAgentRole, String deadAgentNickname)
          
EventAgentTraitsModifiedMessage.EventAgentTraitsModifiedMessage(RoutingTag source, RoutingTag destination, MamId responseTo, AgentTraits accessStatisticsGroup)
          
EventAggregateTraitsModifiedMessage.EventAggregateTraitsModifiedMessage(RoutingTag source, RoutingTag destination, MamId responseTo, AgentTraits accessStatisticsGroup, int agentCount)
          
EventDeclareAccessStatisticsMessage.EventDeclareAccessStatisticsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, AccessStatisticsGroup accessStatisticsGroup)
          
EventDeclareAgentPropertiesMessage.EventDeclareAgentPropertiesMessage(RoutingTag source, RoutingTag destination, MamId responseTo, AgentProperties agentProperties)
          
EventDeclareAgentTraitsMessage.EventDeclareAgentTraitsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, AgentTraits agentTraits)
          
EventDeclareAggregateTraitsMessage.EventDeclareAggregateTraitsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, AgentTraits aggregateTraits, int agentCount)
          
EventDeclareFacilityShutdownMessage.EventDeclareFacilityShutdownMessage(RoutingTag source, RoutingTag destination, MamId responseTo, MamId facilityId)
          
EventDeclareFacilityShutdownMessage.EventDeclareFacilityShutdownMessage(RoutingTag source, RoutingTag destination, MamId facilityId)
          
EventDeclareKnowledgeAgentAddedMessage.EventDeclareKnowledgeAgentAddedMessage(RoutingTag source, RoutingTag destination, MamId responseTo, MamId agentId)
          
EventDeclareKnowledgeAgentAddedMessage.EventDeclareKnowledgeAgentAddedMessage(RoutingTag source, RoutingTag destination, MamId agentId)
          
EventDeclareKnowledgeAgentRemovedMessage.EventDeclareKnowledgeAgentRemovedMessage(RoutingTag source, RoutingTag destination, MamId responseTo, MamId agentId)
          
EventDeclareKnowledgeAgentRemovedMessage.EventDeclareKnowledgeAgentRemovedMessage(RoutingTag source, RoutingTag destination, MamId agentId)
          
EventDeclareKnowledgeMessage.EventDeclareKnowledgeMessage(RoutingTag source, RoutingTag destination, MamId responseTo, URL knowledgeUrl, String knowledgeMetadata, String origin, AgentProperties agentProperties, AccessStatisticsGroup accessStatisticsGroup)
          
EventDeclareMonitorAgentMessage.EventDeclareMonitorAgentMessage(RoutingTag source, RoutingTag destination, MamId responseTo, AgentProperties agentProperties, RoutingTag monitorAgentRoutingTag)
          
EventDeclareQuoteMessage.EventDeclareQuoteMessage(RoutingTag source, RoutingTag destination, MamId responseTo, AgentProperties agentProperties, String quote)
          
EventDeclareVisualizerNodesMessage.EventDeclareVisualizerNodesMessage(RoutingTag source, RoutingTag destination, MamId responseTo, AgentProperties agentProperties, AgentPropertiesCollection knownAgents)
          
EventDoLoginResultsMessage.EventDoLoginResultsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, boolean loginStatus)
          
EventDoLoginResultsMessage.EventDoLoginResultsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, Boolean loginStatus)
          
EventExportFinishedMessage.EventExportFinishedMessage(RoutingTag source, RoutingTag destination, MamId responseTo, Boolean exportStatus, String exportErrorMessage)
          
EventGl4JavaNotInstalledMessage.EventGl4JavaNotInstalledMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
EventLinkDialogFinishedMessage.EventLinkDialogFinishedMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
EventLocationChangedMessage.EventLocationChangedMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String newLocation)
          
EventMonitoredUrlAddedMessage.EventMonitoredUrlAddedMessage(RoutingTag source, RoutingTag destination, MamId responseTo, MonitoredUrl monitoredUrl)
          
EventMonitoredUrlRemovedMessage.EventMonitoredUrlRemovedMessage(RoutingTag source, RoutingTag destination, MamId responseTo, MonitoredUrl monitoredUrl)
          
EventMonitoredUrlUpdatedMessage.EventMonitoredUrlUpdatedMessage(RoutingTag source, RoutingTag destination, MamId responseTo, URL changedUrl)
          
EventPopQuizResultsMessage.EventPopQuizResultsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, Double totalValue)
          
EventQueryCompleteMessage.EventQueryCompleteMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String queryPhrase, boolean querySuccessful, boolean queryStatus, Collection knowledgeableInformationPersonaeAgents)
          
EventQueryCompleteMessage.EventQueryCompleteMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String queryPhrase, Boolean querySuccessful, Boolean queryStatus, Collection knowledgeableInformationPersonaeAgents)
          
EventQueryInformationPersonaeResultsMessage.EventQueryInformationPersonaeResultsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, AgentProperties agentProperties, AgentPropertiesCollection knownAgents, Boolean querySuccessful, Boolean queryStatus)
          
EventQueryKnowledgeResultsMessage.EventQueryKnowledgeResultsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String queryPhrase, double relevance, AgentKnowledge agentKnowledge)
          
EventQueryKnowledgeResultsMessage.EventQueryKnowledgeResultsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String queryPhrase, Double relevance, AgentKnowledge agentKnowledge)
          
EventQueryKnownAgentsResultsMessage.EventQueryKnownAgentsResultsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, AgentProperties agentProperties, AgentPropertiesCollection knownAgents)
          
EventQueryMonitoredUrlsResultsMessage.EventQueryMonitoredUrlsResultsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, MonitoredUrls monitoredUrls)
          
EventQueryUpdateMessage.EventQueryUpdateMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String queryPhrase, boolean querySuccessful, boolean queryStatus, Collection knowledgeableInformationPersonaeAgents)
          
EventQueryUpdateMessage.EventQueryUpdateMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String queryPhrase, Boolean querySuccessful, Boolean queryStatus, Collection knowledgeableInformationPersonaeAgents)
          
EventSecretAgentReportMessage.EventSecretAgentReportMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String reportText)
          
GetAccessStatisticsMessage.GetAccessStatisticsMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
GetAgentPropertiesMessage.GetAgentPropertiesMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
GetAgentTraitsMessage.GetAgentTraitsMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
GetAggregateTraitsMessage.GetAggregateTraitsMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
GetKnowledgeMessage.GetKnowledgeMessage(RoutingTag source, MamId replyTo, RoutingTag destination, String metadataFilter)
          Constructor for the GetKnowledgeMessage object
GetKnowledgeMessage.GetKnowledgeMessage(RoutingTag source, MamId replyTo, RoutingTag destination, MamId responseTo, String metadataFilter)
          Constructor for the GetKnowledgeMessage object
GetKnowledgeMessage.GetKnowledgeMessage(RoutingTag source, MamId replyTo, RoutingTag destination)
          Constructor for the GetKnowledgeMessage object
GetMonitorAgentMessage.GetMonitorAgentMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
GetQuoteMessage.GetQuoteMessage(RoutingTag source, RoutingTag destination, MamId responseTo)
          
GetVisualizerNodesMessage.GetVisualizerNodesMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String visType)
          
SetAgentTraitsMessage.SetAgentTraitsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, AgentTraits agentTraits)
          
SetDescriptionMessage.SetDescriptionMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String description)
          
SetLoginInfoMessage.SetLoginInfoMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String userName, String password)
          
SetNicknameMessage.SetNicknameMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String nickname)
          
 

Methods in mam.messaging that return MamId
MamIdAgentMessage.getId()
          
MamIdAgentMessage.getOriginFacility()
          
MamIdAgentMessage.getReplyTo()
          
MamIdAgentMessage.getResponseTo()
          
MamIdDoAddAgentMessage.getAgentId()
          
MamIdDoRemoveAgentMessage.getAgentId()
          
MamIdEventAgentCreatedMessage.getNewAgentId()
          
MamIdEventAgentDeathMessage.getDeadAgentId()
          
MamIdEventDeclareFacilityShutdownMessage.getFacilityId()
          
MamIdEventDeclareKnowledgeAgentAddedMessage.getAgentId()
          
MamIdEventDeclareKnowledgeAgentRemovedMessage.getAgentId()
          
MamIdEventQueryInformationPersonaeResultsMessage.getInformationPersonaeId()
          
MamIdMessageQueue.getMamId()
          
MamIdMessageReceiver.getMamId()
          A receiver must have a unique ID in the system so that it's messages can be identified.
MamIdMessageReceiverAdapter.getMamId()
          A receiver must have a unique ID in the system so that it's messages can be identified.
 

Methods in mam.messaging with parameters of type MamId
voidAgentMessage.setId(MamId id)
          
voidAgentMessage.setOriginFacility(MamId originFacility)
          
voidAgentMessage.setReplyTo(MamId replyTo)
          
voidAgentMessage.setResponseTo(MamId responseTo)
          
voidDoAddAgentMessage.setAgentId(MamId agentId)
          
voidDoRemoveAgentMessage.setAgentId(MamId agentId)
          
voidEventAgentCreatedMessage.setNewAgentId(MamId newAgentId)
          
voidEventAgentDeathMessage.setDeadAgentId(MamId deadAgentId)
          
voidEventDeclareFacilityShutdownMessage.setFacilityId(MamId facilityId)
          
voidEventDeclareKnowledgeAgentAddedMessage.setAgentId(MamId agentId)
          
voidEventDeclareKnowledgeAgentRemovedMessage.setAgentId(MamId agentId)
          
synchronized AgentMessageMessageQueue.dequeueMessageFromSource(MamId desiredSource)
          
 

Uses of MamId in mam.xml
 

Methods in mam.xml with parameters of type MamId
static ElementXmlPreferencesAutomator.FillPrimitiveElement(String tagName, MamId id)