Added: incubator/activemq/site/cms/html/classcms_1_1MapMessage.html
URL: http://svn.apache.org/viewvc/incubator/activemq/site/cms/html/classcms_1_1MapMessage.html?rev=428531&view=auto
==============================================================================
--- incubator/activemq/site/cms/html/classcms_1_1MapMessage.html (added)
+++ incubator/activemq/site/cms/html/classcms_1_1MapMessage.html Thu Aug 3 14:24:12 2006
@@ -0,0 +1,1049 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<title>cms: cms::MapMessage Class Reference</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+<link href="tabs.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.4.5 -->
+<div class="tabs">
+ <ul>
+ <li><a href="main.html"><span>Main Page</span></a></li>
+ <li><a href="namespaces.html"><span>Namespaces</span></a></li>
+ <li id="current"><a href="annotated.html"><span>Classes</span></a></li>
+ <li><a href="files.html"><span>Files</span></a></li>
+ <li><a href="dirs.html"><span>Directories</span></a></li>
+ </ul></div>
+<div class="tabs">
+ <ul>
+ <li><a href="annotated.html"><span>Class List</span></a></li>
+ <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
+ <li><a href="functions.html"><span>Class Members</span></a></li>
+ </ul></div>
+<div class="nav">
+<a class="el" href="namespacecms.html">cms</a>::<a class="el" href="classcms_1_1MapMessage.html">MapMessage</a></div>
+<h1>cms::MapMessage Class Reference</h1><!-- doxytag: class="cms::MapMessage" --><!-- doxytag: inherits="cms::Message" --><code>#include <MapMessage.h></code>
+<p>
+<p>Inheritance diagram for cms::MapMessage:
+<p><center><img src="classcms_1_1MapMessage.png" usemap="#cms::MapMessage_map" border="0" alt=""></center>
+<map name="cms::MapMessage_map">
+<area href="classcms_1_1Message.html" alt="cms::Message" shape="rect" coords="0,0,116,24">
+</map>
+<a href="classcms_1_1MapMessage-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#cf4467e8f298167d8b2eb5defb79946e">~MapMessage</a> (void)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual std::vector< std::string > </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#c793fd9d9dcf48021f27abec21babf4e">getMapNames</a> (void) const =0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#998220979325acbf464b251301a67e25">itemExists</a> (const std::string &name) const =0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#496dca9b4aea850de40b4b6f0caa9a77">getBoolean</a> (const std::string &name)=0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#e77c9f86dc70eed6993341b224e970c7">setBoolean</a> (const std::string &name, bool value)=0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned char </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#0b31d5d8abbc1c999c5c66d10fd408c7">getByte</a> (const std::string &name)=0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#0a391b1bb50ed2398b09679661a3c9ba">setByte</a> (const std::string &name, unsigned char value)=0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#496be8851d85d77934c3e957e04cd075">getBytes</a> (const std::string &name)=0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#580ecfa1ec5ba8f43f24b84f77eb9c6f">setBytes</a> (const std::string &name, unsigned char *value)=0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual char </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#6f01ceff6a822cc0894435d68ef13587">getChar</a> (const std::string &name)=0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#bfbfc034bdb3568da630b016e06a35ca">setChar</a> (const std::string &name, char value)=0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#2e48863936cb3b6be2a09d59e166700f">getDouble</a> (const std::string &name)=0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#6137747d9de5f2d81fe896718dda7d06">setDouble</a> (const std::string &name, double value)=0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual float </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#e05aaf252c56db25e0ae2fc1a43680b2">getFloat</a> (const std::string &name)=0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#ff30d114442b4bc1c4fd5d0657470dce">setFloat</a> (const std::string &name, float value)=0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#b187eddc86bdbc80804ce200b532642e">getInt</a> (const std::string &name)=0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#841d2785b08b21540a63744999b553fb">setInt</a> (const std::string &name, int value)=0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual long </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#a5abdf54dbb0de3d549ce4b4720b187e">getLong</a> (const std::string &name)=0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#85e13fb31a369bcca9117e29175fb001">setLong</a> (const std::string &name, long value)=0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual short </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#feae802cfdd6bfaae9d74739c65f0ce4">getShort</a> (const std::string &name)=0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#a660329316a5a7b83ff40c65b8e5ad33">setShort</a> (const std::string &name, short value)=0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#3bd82cf19e39c90784cb1770b7123f0f">getString</a> (const std::string &name)=0</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classcms_1_1MapMessage.html#87dc4da42b79794017b0396cbe4265a3">setString</a> (const std::string &name, const std::string &value)=0</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+A <a class="el" href="classcms_1_1MapMessage.html">MapMessage</a> object is used to send a set of name-value pairs. The names are String objects, and the values are primitive data types in the Java programming language. The names must have a value that is not null, and not an empty string. The entries can be accessed sequentially or randomly by name. The order of the entries is undefined. <a class="el" href="classcms_1_1MapMessage.html">MapMessage</a> inherits from the <a class="el" href="classcms_1_1Message.html">Message</a> interface and adds a message body that contains a Map.<p>
+When a client receives a <a class="el" href="classcms_1_1MapMessage.html">MapMessage</a>, it is in read-only mode. If a client attempts to write to the message at this point, a <a class="el" href="classcms_1_1CMSException.html">CMSException</a> is thrown.
+<p>
+<hr><h2>Constructor & Destructor Documentation</h2>
+<a class="anchor" name="cf4467e8f298167d8b2eb5defb79946e"></a><!-- doxytag: member="cms::MapMessage::~MapMessage" ref="cf4467e8f298167d8b2eb5defb79946e" args="(void)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual cms::MapMessage::~MapMessage </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">void </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inline, virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="496dca9b4aea850de40b4b6f0caa9a77"></a><!-- doxytag: member="cms::MapMessage::getBoolean" ref="496dca9b4aea850de40b4b6f0caa9a77" args="(const std::string &name)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual bool cms::MapMessage::getBoolean </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname1" valign="top" nowrap> <em>name</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the Boolean value of the Specified name <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>of the value to fetch from the map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="0b31d5d8abbc1c999c5c66d10fd408c7"></a><!-- doxytag: member="cms::MapMessage::getByte" ref="0b31d5d8abbc1c999c5c66d10fd408c7" args="(const std::string &name)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual unsigned char cms::MapMessage::getByte </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname1" valign="top" nowrap> <em>name</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the Byte value of the Specified name <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>of the value to fetch from the map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="496be8851d85d77934c3e957e04cd075"></a><!-- doxytag: member="cms::MapMessage::getBytes" ref="496be8851d85d77934c3e957e04cd075" args="(const std::string &name)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual unsigned char* cms::MapMessage::getBytes </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname1" valign="top" nowrap> <em>name</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the Bytes value of the Specified name <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>of the value to fetch from the map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="6f01ceff6a822cc0894435d68ef13587"></a><!-- doxytag: member="cms::MapMessage::getChar" ref="6f01ceff6a822cc0894435d68ef13587" args="(const std::string &name)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual char cms::MapMessage::getChar </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname1" valign="top" nowrap> <em>name</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the Char value of the Specified name <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>of the value to fetch from the map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2e48863936cb3b6be2a09d59e166700f"></a><!-- doxytag: member="cms::MapMessage::getDouble" ref="2e48863936cb3b6be2a09d59e166700f" args="(const std::string &name)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual double cms::MapMessage::getDouble </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname1" valign="top" nowrap> <em>name</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the Double value of the Specified name <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>of the value to fetch from the map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="e05aaf252c56db25e0ae2fc1a43680b2"></a><!-- doxytag: member="cms::MapMessage::getFloat" ref="e05aaf252c56db25e0ae2fc1a43680b2" args="(const std::string &name)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual float cms::MapMessage::getFloat </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname1" valign="top" nowrap> <em>name</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the Float value of the Specified name <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>of the value to fetch from the map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="b187eddc86bdbc80804ce200b532642e"></a><!-- doxytag: member="cms::MapMessage::getInt" ref="b187eddc86bdbc80804ce200b532642e" args="(const std::string &name)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual int cms::MapMessage::getInt </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname1" valign="top" nowrap> <em>name</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the Int value of the Specified name <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>of the value to fetch from the map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a5abdf54dbb0de3d549ce4b4720b187e"></a><!-- doxytag: member="cms::MapMessage::getLong" ref="a5abdf54dbb0de3d549ce4b4720b187e" args="(const std::string &name)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual long cms::MapMessage::getLong </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname1" valign="top" nowrap> <em>name</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the Long value of the Specified name <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>of the value to fetch from the map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="c793fd9d9dcf48021f27abec21babf4e"></a><!-- doxytag: member="cms::MapMessage::getMapNames" ref="c793fd9d9dcf48021f27abec21babf4e" args="(void) const =0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual std::vector< std::string > cms::MapMessage::getMapNames </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">void </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap> const<code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns an Enumeration of all the names in the <a class="el" href="classcms_1_1MapMessage.html">MapMessage</a> object. <dl compact><dt><b>Returns:</b></dt><dd>STL Vector of String values, each of which is the name of an item in the <a class="el" href="classcms_1_1MapMessage.html">MapMessage</a> </dd></dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="feae802cfdd6bfaae9d74739c65f0ce4"></a><!-- doxytag: member="cms::MapMessage::getShort" ref="feae802cfdd6bfaae9d74739c65f0ce4" args="(const std::string &name)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual short cms::MapMessage::getShort </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname1" valign="top" nowrap> <em>name</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the Short value of the Specified name <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>of the value to fetch from the map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="3bd82cf19e39c90784cb1770b7123f0f"></a><!-- doxytag: member="cms::MapMessage::getString" ref="3bd82cf19e39c90784cb1770b7123f0f" args="(const std::string &name)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual std::string cms::MapMessage::getString </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname1" valign="top" nowrap> <em>name</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the String value of the Specified name <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>of the value to fetch from the map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="998220979325acbf464b251301a67e25"></a><!-- doxytag: member="cms::MapMessage::itemExists" ref="998220979325acbf464b251301a67e25" args="(const std::string &name) const =0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual bool cms::MapMessage::itemExists </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname1" valign="top" nowrap> <em>name</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap> const<code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Indicates whether an item exists in this <a class="el" href="classcms_1_1MapMessage.html">MapMessage</a> object. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>- String name of the Object in question </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Returns:</b></dt><dd>boolean value indicating if the name is in the map </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="e77c9f86dc70eed6993341b224e970c7"></a><!-- doxytag: member="cms::MapMessage::setBoolean" ref="e77c9f86dc70eed6993341b224e970c7" args="(const std::string &name, bool value)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual void cms::MapMessage::setBoolean </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname" nowrap> <em>name</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>bool </td>
+ <td class="mdname" nowrap> <em>value</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets a boolean value with the specified name into the Map. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>- the name of the boolean </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>value</em> </td><td>- the boolean value to set in the Map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="0a391b1bb50ed2398b09679661a3c9ba"></a><!-- doxytag: member="cms::MapMessage::setByte" ref="0a391b1bb50ed2398b09679661a3c9ba" args="(const std::string &name, unsigned char value)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual void cms::MapMessage::setByte </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname" nowrap> <em>name</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>unsigned char </td>
+ <td class="mdname" nowrap> <em>value</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets a Byte value with the specified name into the Map. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>- the name of the Byte </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>value</em> </td><td>- the Byte value to set in the Map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="580ecfa1ec5ba8f43f24b84f77eb9c6f"></a><!-- doxytag: member="cms::MapMessage::setBytes" ref="580ecfa1ec5ba8f43f24b84f77eb9c6f" args="(const std::string &name, unsigned char *value)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual void cms::MapMessage::setBytes </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname" nowrap> <em>name</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>unsigned char * </td>
+ <td class="mdname" nowrap> <em>value</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets a Bytes value with the specified name into the Map. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>- the name of the Bytes </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>value</em> </td><td>- the Bytes value to set in the Map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="bfbfc034bdb3568da630b016e06a35ca"></a><!-- doxytag: member="cms::MapMessage::setChar" ref="bfbfc034bdb3568da630b016e06a35ca" args="(const std::string &name, char value)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual void cms::MapMessage::setChar </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname" nowrap> <em>name</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>char </td>
+ <td class="mdname" nowrap> <em>value</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets a Char value with the specified name into the Map. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>- the name of the Char </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>value</em> </td><td>- the Char value to set in the Map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="6137747d9de5f2d81fe896718dda7d06"></a><!-- doxytag: member="cms::MapMessage::setDouble" ref="6137747d9de5f2d81fe896718dda7d06" args="(const std::string &name, double value)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual void cms::MapMessage::setDouble </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname" nowrap> <em>name</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>double </td>
+ <td class="mdname" nowrap> <em>value</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets a Double value with the specified name into the Map. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>- the name of the Double </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>value</em> </td><td>- the Double value to set in the Map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="ff30d114442b4bc1c4fd5d0657470dce"></a><!-- doxytag: member="cms::MapMessage::setFloat" ref="ff30d114442b4bc1c4fd5d0657470dce" args="(const std::string &name, float value)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual void cms::MapMessage::setFloat </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname" nowrap> <em>name</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>float </td>
+ <td class="mdname" nowrap> <em>value</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets a Float value with the specified name into the Map. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>- the name of the Float </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>value</em> </td><td>- the Float value to set in the Map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="841d2785b08b21540a63744999b553fb"></a><!-- doxytag: member="cms::MapMessage::setInt" ref="841d2785b08b21540a63744999b553fb" args="(const std::string &name, int value)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual void cms::MapMessage::setInt </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname" nowrap> <em>name</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>int </td>
+ <td class="mdname" nowrap> <em>value</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets a Int value with the specified name into the Map. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>- the name of the Int </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>value</em> </td><td>- the Int value to set in the Map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="85e13fb31a369bcca9117e29175fb001"></a><!-- doxytag: member="cms::MapMessage::setLong" ref="85e13fb31a369bcca9117e29175fb001" args="(const std::string &name, long value)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual void cms::MapMessage::setLong </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname" nowrap> <em>name</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>long </td>
+ <td class="mdname" nowrap> <em>value</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets a Long value with the specified name into the Map. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>- the name of the Long </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>value</em> </td><td>- the Long value to set in the Map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a660329316a5a7b83ff40c65b8e5ad33"></a><!-- doxytag: member="cms::MapMessage::setShort" ref="a660329316a5a7b83ff40c65b8e5ad33" args="(const std::string &name, short value)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual void cms::MapMessage::setShort </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname" nowrap> <em>name</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>short </td>
+ <td class="mdname" nowrap> <em>value</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets a Short value with the specified name into the Map. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>- the name of the Short </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>value</em> </td><td>- the Short value to set in the Map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="87dc4da42b79794017b0396cbe4265a3"></a><!-- doxytag: member="cms::MapMessage::setString" ref="87dc4da42b79794017b0396cbe4265a3" args="(const std::string &name, const std::string &value)=0" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">virtual void cms::MapMessage::setString </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">const std::string & </td>
+ <td class="mdname" nowrap> <em>name</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>const std::string & </td>
+ <td class="mdname" nowrap> <em>value</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [pure virtual]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets a String value with the specified name into the Map. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>- the name of the String </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>value</em> </td><td>- the String value to set in the Map </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Exceptions:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classcms_1_1CMSException.html">CMSException</a></em> </td><td></td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<hr>The documentation for this class was generated from the following file:<ul>
+<li>activemq-cpp/src/main/cms/<a class="el" href="MapMessage_8h.html">MapMessage.h</a></ul>
+<hr size="1"><address style="align: right;"><small>Generated on Thu Aug 3 16:39:15 2006 for cms by
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.5 </small></address>
+</body>
+</html>
Propchange: incubator/activemq/site/cms/html/classcms_1_1MapMessage.html
------------------------------------------------------------------------------
svn:eol-style = native
Added: incubator/activemq/site/cms/html/classcms_1_1MapMessage.png
URL: http://svn.apache.org/viewvc/incubator/activemq/site/cms/html/classcms_1_1MapMessage.png?rev=428531&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/activemq/site/cms/html/classcms_1_1MapMessage.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: incubator/activemq/site/cms/html/classcms_1_1Message-members.html
URL: http://svn.apache.org/viewvc/incubator/activemq/site/cms/html/classcms_1_1Message-members.html?rev=428531&view=auto
==============================================================================
--- incubator/activemq/site/cms/html/classcms_1_1Message-members.html (added)
+++ incubator/activemq/site/cms/html/classcms_1_1Message-members.html Thu Aug 3 14:24:12 2006
@@ -0,0 +1,52 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<title>cms: Member List</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+<link href="tabs.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.4.5 -->
+<div class="tabs">
+ <ul>
+ <li><a href="main.html"><span>Main Page</span></a></li>
+ <li><a href="namespaces.html"><span>Namespaces</span></a></li>
+ <li id="current"><a href="annotated.html"><span>Classes</span></a></li>
+ <li><a href="files.html"><span>Files</span></a></li>
+ <li><a href="dirs.html"><span>Directories</span></a></li>
+ </ul></div>
+<div class="tabs">
+ <ul>
+ <li><a href="annotated.html"><span>Class List</span></a></li>
+ <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
+ <li><a href="functions.html"><span>Class Members</span></a></li>
+ </ul></div>
+<h1>cms::Message Member List</h1>This is the complete list of members for <a class="el" href="classcms_1_1Message.html">cms::Message</a>, including all inherited members.<p><table>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#cbf07b81ef15126f4fb485cb93bc21d0">acknowledge</a>(void) const =0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#c65950ac28fe4a5295c09692ea07aea8">clone</a>(void) const =0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#e0f40e015a49a43f9d3ab0066943979d">getCMSCorrelationId</a>(void) const =0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#05bc75175ad0f457018cfc2e9d858453">getCMSDeliveryMode</a>(void) const =0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#1e7b3fc726372f3e0466197661559237">getCMSDestination</a>(void) const =0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#d35dda1136d958c9229e4c11a37b23a8">getCMSExpiration</a>(void) const =0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#c8b606b674f00efcd5eff2bd9b36d3c6">getCMSMessageId</a>(void) const =0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#4dc1a33dfbe7479b11d9ff5068e0fe2c">getCMSMessageType</a>(void) const =0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#ef13ab04ba75c7bd6c8ecc0e1611f64c">getCMSPriority</a>(void) const =0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#df474135f30f6eb99930e9c3d05ebaa0">getCMSRedelivered</a>(void) const =0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#c35a421f7cff0dc472dd6cef35dd377e">getCMSReplyTo</a>(void) const =0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#4246e9a8c6d92f7673f0bfd644b69045">getCMSTimeStamp</a>(void) const =0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#0631405488dd13f9cf399ff65327c4dd">getProperties</a>(void)=0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#95fbd8bd53d966637dc73228a917a45a">getProperties</a>(void) const =0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#36d6b54d07b0844c86631c9972e9a4f4">setCMSCorrelationId</a>(const std::string &correlationId)=0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#c6955c32b9874012d39f1086d26b2bcd">setCMSDeliveryMode</a>(int mode)=0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#ad6c9d468af9b8a1530197b852995b1f">setCMSDestination</a>(const Destination *destination)=0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#289427092b2fd64430f66b9c636dd210">setCMSExpiration</a>(long expireTime)=0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#209c8cb01591e990b2d9a3244179a63c">setCMSMessageId</a>(const std::string &id)=0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#aa78b5f06cfa2eb9a656ffb653e0b2af">setCMSMessageType</a>(const std::string &type)=0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#c4075ea9015a77f27abd306e654fd78f">setCMSPriority</a>(int priority)=0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#233ccadcd32e266dbd997c13c5c23bdf">setCMSRedelivered</a>(bool redelivered)=0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#6d951e6054d0154675315dcb3d545c31">setCMSReplyTo</a>(const std::string &id)=0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#eebc9d4ae66f5ea9c468a163cd36897c">setCMSTimeStamp</a>(long timeStamp)=0</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [pure virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classcms_1_1Message.html#e1c56109b1a4e2b8f7daf21e775762dd">~Message</a>(void)</td><td><a class="el" href="classcms_1_1Message.html">cms::Message</a></td><td><code> [inline, virtual]</code></td></tr>
+</table><hr size="1"><address style="align: right;"><small>Generated on Thu Aug 3 16:39:15 2006 for cms by
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.5 </small></address>
+</body>
+</html>
Propchange: incubator/activemq/site/cms/html/classcms_1_1Message-members.html
------------------------------------------------------------------------------
svn:eol-style = native
|