1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>OmniEvents::Servant class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.15 -->
<center>
<a class="qindex" href="main.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
<hr><h1>OmniEvents::Servant Class Reference</h1>Base class for servants.
<a href="#_details">More...</a>
<p>
<code>#include <<a class="el" href="a00195.html">Servant.h</a>></code>
<p>
Inheritance diagram for OmniEvents::Servant:<p><center><img src="a00357.png" border="0" usemap="#a00358" alt="Inheritance graph"></center>
<map name="a00358">
<area href="a00043.html" shape="rect" coords="222,3,417,21" alt="">
<area href="a00046.html" shape="rect" coords="230,45,409,64" alt="">
<area href="a00047.html" shape="rect" coords="207,88,431,107" alt="">
<area href="a00054.html" shape="rect" coords="253,131,386,149" alt="">
<area href="a00061.html" shape="rect" coords="258,173,381,192" alt="">
<area href="a00062.html" shape="rect" coords="233,216,406,235" alt="">
<area href="a00067.html" shape="rect" coords="209,259,430,277" alt="">
<area href="a00076.html" shape="rect" coords="227,301,411,320" alt="">
</map>
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="a00036.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>virtual PortableServer::POA_ptr </td><td valign=bottom><a class="el" href="a00073.html#a0">_default_POA</a> ()</td></tr>
<tr><td nowrap align=right valign=top>virtual </td><td valign=bottom><a class="el" href="a00073.html#a1">~Servant</a> ()</td></tr>
<tr><td colspan=2><br><h2>Protected Methods</h2></td></tr>
<tr><td nowrap align=right valign=top> </td><td valign=bottom><a class="el" href="a00073.html#b0">Servant</a> (PortableServer::POA_ptr poa)</td></tr>
<tr><td nowrap align=right valign=top>void </td><td valign=bottom><a class="el" href="a00073.html#b1">activateObjectWithId</a> (const char *oidStr)</td></tr>
<tr><td> </td><td><font size=-1><em>Calls activate_object_with_id() to activate this servant in its POA.</em> <a href="#b1">More...</a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void </td><td valign=bottom><a class="el" href="a00073.html#b2">deactivateObject</a> ()</td></tr>
<tr><td> </td><td><font size=-1><em>Calls deactivate_object() to deactivate this servant in its POA.</em> <a href="#b2">More...</a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top>PortableServer::POA_var </td><td valign=bottom><a class="el" href="a00073.html#n0">_poa</a></td></tr>
<tr><td colspan=2><br><h2>Private Methods</h2></td></tr>
<tr><td nowrap align=right valign=top> </td><td valign=bottom><a class="el" href="a00073.html#c0">Servant</a> ()</td></tr>
<tr><td> </td><td><font size=-1><em>No default constructor.</em> <a href="#c0">More...</a><em></em></font><br><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Base class for servants.
<p>
Stores the servant's POA. Provides some useful helper methods.
<p>
<p>
Definition at line <a class="el" href="a00195.html#l00079">79</a> of file <a class="el" href="a00195.html">Servant.h</a>.<hr><h2>Constructor & Destructor Documentation</h2>
<a name="a1" doxytag="OmniEvents::Servant::~Servant"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> OmniEvents::Servant::~Servant </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">) </td>
<td class="md" nowrap><code> [virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="a00194.html#l00096">96</a> of file <a class="el" href="a00194.html">Servant.cc</a>. </td>
</tr>
</table>
<a name="b0" doxytag="OmniEvents::Servant::Servant"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> OmniEvents::Servant::Servant </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">PortableServer::POA_ptr </td>
<td class="mdname1" valign="top" nowrap> <em>poa</em> </td>
<td class="md" valign="top">) </td>
<td class="md" nowrap><code> [protected]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="a00194.html#l00089">89</a> of file <a class="el" href="a00194.html">Servant.cc</a>. </td>
</tr>
</table>
<a name="c0" doxytag="OmniEvents::Servant::Servant"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> OmniEvents::Servant::Servant </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">) </td>
<td class="md" nowrap><code> [private]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
No default constructor.
<p>
</td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="a0" doxytag="OmniEvents::Servant::_default_POA"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> PortableServer::POA_ptr OmniEvents::Servant::_default_POA </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">) </td>
<td class="md" nowrap><code> [virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="a00194.html#l00102">102</a> of file <a class="el" href="a00194.html">Servant.cc</a>.
<p>
References <a class="el" href="a00195.html#l00093">_poa</a>. </td>
</tr>
</table>
<a name="b1" doxytag="OmniEvents::Servant::activateObjectWithId"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void OmniEvents::Servant::activateObjectWithId </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">const char * </td>
<td class="mdname1" valign="top" nowrap> <em>oidStr</em> </td>
<td class="md" valign="top">) </td>
<td class="md" nowrap><code> [protected]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Calls activate_object_with_id() to activate this servant in its POA.
<p>
<p>
Definition at line <a class="el" href="a00194.html#l00108">108</a> of file <a class="el" href="a00194.html">Servant.cc</a>.
<p>
References <a class="el" href="a00195.html#l00093">_poa</a>, <a class="el" href="a00175.html#l00049">DB</a>, <a class="el" href="a00175.html#l00046">IF_OMNIORB4</a>, and <a class="el" href="a00175.html#l00052">NP_MINORSTRING</a>.
<p>
Referenced by <a class="el" href="a00152.html#l00085">OmniEvents::EventChannel_i::activate</a>(), <a class="el" href="a00143.html#l00057">OmniEvents::ConsumerAdmin_i::ConsumerAdmin_i</a>(), <a class="el" href="a00154.html#l00047">OmniEvents::EventChannelFactory_i::EventChannelFactory_i</a>(), <a class="el" href="a00167.html#l00039">OmniEvents::Mapper::Mapper</a>(), <a class="el" href="a00178.html#l00096">OmniEvents::ProxyManager::ProxyManager</a>(), <a class="el" href="a00186.html#l00342">OmniEvents::ProxyPushSupplier_i::reincarnate</a>(), <a class="el" href="a00182.html#l00191">OmniEvents::ProxyPullSupplier_i::reincarnate</a>(), <a class="el" href="a00180.html#l00239">OmniEvents::ProxyPullConsumer_i::reincarnate</a>(), and <a class="el" href="a00196.html#l00053">OmniEvents::SupplierAdmin_i::SupplierAdmin_i</a>(). </td>
</tr>
</table>
<a name="b2" doxytag="OmniEvents::Servant::deactivateObject"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void OmniEvents::Servant::deactivateObject </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">) </td>
<td class="md" nowrap><code> [protected]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Calls deactivate_object() to deactivate this servant in its POA.
<p>
<p>
Definition at line <a class="el" href="a00194.html#l00143">143</a> of file <a class="el" href="a00194.html">Servant.cc</a>.
<p>
References <a class="el" href="a00195.html#l00093">_poa</a>, <a class="el" href="a00175.html#l00049">DB</a>, <a class="el" href="a00175.html#l00046">IF_OMNIORB4</a>, and <a class="el" href="a00175.html#l00052">NP_MINORSTRING</a>.
<p>
Referenced by <a class="el" href="a00167.html#l00049">OmniEvents::Mapper::destroy</a>(), <a class="el" href="a00180.html#l00112">OmniEvents::ProxyPullConsumer_i::disconnect_pull_consumer</a>(), <a class="el" href="a00182.html#l00118">OmniEvents::ProxyPullSupplier_i::disconnect_pull_supplier</a>(), <a class="el" href="a00186.html#l00241">OmniEvents::ProxyPushSupplier_i::disconnect_push_supplier</a>(), <a class="el" href="a00186.html#l00280">OmniEvents::ProxyPushSupplier_i::trigger</a>(), and <a class="el" href="a00180.html#l00152">OmniEvents::ProxyPullConsumer_i::trigger</a>(). </td>
</tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a name="n0" doxytag="OmniEvents::Servant::_poa"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> PortableServer::POA_var OmniEvents::Servant::_poa<code> [protected]</code>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="a00195.html#l00093">93</a> of file <a class="el" href="a00195.html">Servant.h</a>.
<p>
Referenced by <a class="el" href="a00194.html#l00102">_default_POA</a>(), <a class="el" href="a00152.html#l00085">OmniEvents::EventChannel_i::activate</a>(), <a class="el" href="a00194.html#l00108">activateObjectWithId</a>(), <a class="el" href="a00184.html#l00171">OmniEvents::ProxyPushConsumer_i::createObject</a>(), <a class="el" href="a00152.html#l00265">OmniEvents::EventChannel_i::createPoa</a>(), <a class="el" href="a00194.html#l00143">deactivateObject</a>(), <a class="el" href="a00178.html#l00168">OmniEvents::Proxy::keyOutput</a>(), <a class="el" href="a00196.html#l00045">OmniEvents::SupplierAdmin_i::obtain_pull_consumer</a>(), <a class="el" href="a00143.html#l00049">OmniEvents::ConsumerAdmin_i::obtain_pull_supplier</a>(), <a class="el" href="a00143.html#l00037">OmniEvents::ConsumerAdmin_i::obtain_push_supplier</a>(), <a class="el" href="a00152.html#l00225">OmniEvents::EventChannel_i::output</a>(), <a class="el" href="a00184.html#l00110">OmniEvents::ProxyPushConsumer_i::ProxyPushConsumer_i</a>(), <a class="el" href="a00196.html#l00139">OmniEvents::SupplierAdmin_i::reincarnate</a>(), <a class="el" href="a00184.html#l00195">OmniEvents::ProxyPushConsumer_i::reincarnate</a>(), <a class="el" href="a00143.html#l00123">OmniEvents::ConsumerAdmin_i::reincarnate</a>(), <a class="el" href="a00152.html#l00145">OmniEvents::EventChannel_i::run</a>(), <a class="el" href="a00196.html#l00053">OmniEvents::SupplierAdmin_i::SupplierAdmin_i</a>(), and <a class="el" href="a00152.html#l00122">OmniEvents::EventChannel_i::~EventChannel_i</a>(). </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="a00195.html">Servant.h</a><li><a class="el" href="a00194.html">Servant.cc</a></ul>
<hr><address align="right"><small>Generated on Fri Nov 19 17:42:37 2004 for OmniEvents by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.2.15 </small></address>
</body>
</html>
|