blob: 016cd645fcbb01b2bff1968a5addbcf967803a47 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>activemq-cpp-3.4.0: activemq::core::ActiveMQAckHandler Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">activemq-cpp-3.4.0</div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
<li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
</ul>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
initNavTree('classactivemq_1_1core_1_1_active_m_q_ack_handler.html','');
</script>
<div id="doc-content">
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> </div>
<div class="headertitle">
<h1>activemq::core::ActiveMQAckHandler Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="activemq::core::ActiveMQAckHandler" -->
<p>Interface class that is used to give CMS Messages an interface to Ack themselves with.
<a href="#_details">More...</a></p>
<p><code>#include &lt;<a class="el" href="_active_m_q_ack_handler_8h_source.html">src/main/activemq/core/ActiveMQAckHandler.h</a>&gt;</code></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classactivemq_1_1core_1_1_active_m_q_ack_handler.html#adf5a44dba8f15fd2a72572f79f714381">~ActiveMQAckHandler</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classactivemq_1_1core_1_1_active_m_q_ack_handler.html#ad20709c5a1bd48d8a090d935a5e2c183">acknowledgeMessage</a> (const <a class="el" href="classactivemq_1_1commands_1_1_message.html">commands::Message</a> *message)=0</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Method called to acknowledge the message once it has been received by a MessageConsumer. <a href="#ad20709c5a1bd48d8a090d935a5e2c183"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Interface class that is used to give CMS Messages an interface to Ack themselves with. </p>
<dl class="since"><dt><b>Since:</b></dt><dd>2.0 </dd></dl>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="adf5a44dba8f15fd2a72572f79f714381"></a><!-- doxytag: member="activemq::core::ActiveMQAckHandler::~ActiveMQAckHandler" ref="adf5a44dba8f15fd2a72572f79f714381" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual activemq::core::ActiveMQAckHandler::~ActiveMQAckHandler </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td><code> [inline, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ad20709c5a1bd48d8a090d935a5e2c183"></a><!-- doxytag: member="activemq::core::ActiveMQAckHandler::acknowledgeMessage" ref="ad20709c5a1bd48d8a090d935a5e2c183" args="(const commands::Message *message)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void activemq::core::ActiveMQAckHandler::acknowledgeMessage </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classactivemq_1_1commands_1_1_message.html">commands::Message</a> *&#160;</td>
<td class="paramname"><em>message</em></td><td>)</td>
<td><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Method called to acknowledge the message once it has been received by a MessageConsumer. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">message</td><td>The Message to Acknowledge.</td></tr>
</table>
</dd>
</dl>
<dl><dt><b>Exceptions:</b></dt><dd>
<table class="exception">
<tr><td class="paramname">CMSException</td><td>if an error occurs while acknowledging the given Message. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>src/main/activemq/core/<a class="el" href="_active_m_q_ack_handler_8h_source.html">ActiveMQAckHandler.h</a></li>
</ul>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespaceactivemq.html">activemq</a> </li>
<li class="navelem"><a class="el" href="namespaceactivemq_1_1core.html">core</a> </li>
<li class="navelem"><a class="el" href="classactivemq_1_1core_1_1_active_m_q_ack_handler.html">ActiveMQAckHandler</a> </li>
<li class="footer">Generated on Mon Apr 25 2011 for activemq-cpp-3.4.0 by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </li>
</ul>
</div>
</body>
</html>