Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > abb2634846290d27f545cecded067e1f > files > 675

barry-devel-docs-0.17.1-4.fc14.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Barry: Barry::Mode::JVMDebug 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.5.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="classes.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="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="namespaceBarry.html">Barry</a>::<b>Mode</b>::<a class="el" href="classBarry_1_1Mode_1_1JVMDebug.html">JVMDebug</a>
  </div>
</div>
<div class="contents">
<h1>Barry::Mode::JVMDebug Class Reference</h1><!-- doxytag: class="Barry::Mode::JVMDebug" --><!-- doxytag: inherits="Barry::Mode::Mode" --><code>#include &lt;<a class="el" href="m__jvmdebug_8h-source.html">m_jvmdebug.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for Barry::Mode::JVMDebug:</div>
<div class="dynsection">
<p><center><img src="classBarry_1_1Mode_1_1JVMDebug__inherit__graph.png" border="0" usemap="#Barry_1_1Mode_1_1JVMDebug__inherit__map" alt="Inheritance graph"></center>
<map name="Barry_1_1Mode_1_1JVMDebug__inherit__map">
<area shape="rect" href="classBarry_1_1Mode_1_1Mode.html" title="Base class for simple mode classes." alt="" coords="21,5,152,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for Barry::Mode::JVMDebug:</div>
<div class="dynsection">
<p><center><img src="classBarry_1_1Mode_1_1JVMDebug__coll__graph.png" border="0" usemap="#Barry_1_1Mode_1_1JVMDebug__coll__map" alt="Collaboration graph"></center>
<map name="Barry_1_1Mode_1_1JVMDebug__coll__map">
<area shape="rect" href="classBarry_1_1Mode_1_1Mode.html" title="Base class for simple mode classes." alt="" coords="1063,216,1193,243"><area shape="rect" href="classBarry_1_1Controller.html" title="The main interface class." alt="" coords="857,216,972,243"><area shape="rect" title="STL class." alt="" coords="332,85,412,112"><area shape="rect" title="STL class." alt="" coords="7,85,172,112"><area shape="rect" href="classBarry_1_1DataQueue.html" title="This class provides a thread aware fifo queue for Data objects, providing memory..." alt="" coords="27,399,152,425"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="classBarry_1_1Mode_1_1JVMDebug-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
The main interface class to the java program debugger protocol. 
<p>
To use this class, use the following steps:<p>
<ul>
<li>Create a <a class="el" href="classBarry_1_1Controller.html" title="The main interface class.">Controller</a> object (see <a class="el" href="classBarry_1_1Controller.html" title="The main interface class.">Controller</a> class for more details)</li><li>Create this <a class="el" href="classBarry_1_1Mode_1_1JVMDebug.html" title="The main interface class to the java program debugger protocol.">Mode::JVMDebug</a> object, passing in the <a class="el" href="classBarry_1_1Controller.html" title="The main interface class.">Controller</a> object during construction</li><li>Call <a class="el" href="classBarry_1_1Mode_1_1Mode.html#1110243f16be2b647ed9810da27abe11" title="Select device mode.">Open()</a> to open database socket and finish constructing. </li></ul>

<p>Definition at line <a class="el" href="m__jvmdebug_8h-source.html#l00126">126</a> of file <a class="el" href="m__jvmdebug_8h-source.html">m_jvmdebug.h</a>.</p>
<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">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBarry_1_1Mode_1_1JVMDebug.html#b4f6264f0e1f4423caa769e38415f593">Attach</a> ()</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">These commands are sent to prepare the debug communication.  <a href="#b4f6264f0e1f4423caa769e38415f593"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBarry_1_1Mode_1_1JVMDebug.html#c48c0ad267aadcc37b296e67949b1254">Detach</a> ()</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Must be called at the end of a <a class="el" href="classBarry_1_1Mode_1_1JVMDebug.html" title="The main interface class to the java program debugger protocol.">JVMDebug</a> session.  <a href="#c48c0ad267aadcc37b296e67949b1254"></a><br></td></tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="b4f6264f0e1f4423caa769e38415f593"></a><!-- doxytag: member="Barry::Mode::JVMDebug::Attach" ref="b4f6264f0e1f4423caa769e38415f593" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Barry::Mode::JVMDebug::Attach           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
These commands are sent to prepare the debug communication. 
<p>
Must be called at the start of a <a class="el" href="classBarry_1_1Mode_1_1JVMDebug.html" title="The main interface class to the java program debugger protocol.">JVMDebug</a> session. 
<p>Definition at line <a class="el" href="m__jvmdebug_8cc-source.html#l00233">233</a> of file <a class="el" href="m__jvmdebug_8cc-source.html">m_jvmdebug.cc</a>.</p>

</div>
</div><p>
<a class="anchor" name="c48c0ad267aadcc37b296e67949b1254"></a><!-- doxytag: member="Barry::Mode::JVMDebug::Detach" ref="c48c0ad267aadcc37b296e67949b1254" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Barry::Mode::JVMDebug::Detach           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Must be called at the end of a <a class="el" href="classBarry_1_1Mode_1_1JVMDebug.html" title="The main interface class to the java program debugger protocol.">JVMDebug</a> session. 
<p>
The JVM_GOODBYE command is sent to the device. 
<p>Definition at line <a class="el" href="m__jvmdebug_8cc-source.html#l00243">243</a> of file <a class="el" href="m__jvmdebug_8cc-source.html">m_jvmdebug.cc</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="m__jvmdebug_8h-source.html">m_jvmdebug.h</a><li><a class="el" href="m__jvmdebug_8cc-source.html">m_jvmdebug.cc</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Tue Mar 1 17:51:06 2011 for Barry by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>