File: re06.html

package info (click to toggle)
omnievents 1%3A2.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 8,776 kB
  • ctags: 14,764
  • sloc: cpp: 7,676; python: 3,138; sh: 2,574; xml: 2,057; java: 1,409; makefile: 318; ansic: 9
file content (106 lines) | stat: -rw-r--r-- 4,142 bytes parent folder | download | duplicates (6)
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>rmeventc</title>
<link rel="stylesheet" href="omnievents.docbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
<link rel="home" href="index.html" title="omniEvents">
<link rel="up" href="ar01s07.html" title="7.Reference">
<link rel="previous" href="re05.html" title="events">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">rmeventc</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="re05.html">Prev</a></td>
<th width="60%" align="center">7.Reference</th>
<td width="20%" align="right"></td>
</tr>
</table>
<hr>
</div>
<div class="refentry" lang="en">
<a name="reference_rmeventc"></a><div class="titlepage">
<div></div>
<div></div>
</div>
<div class="refnamediv">
<h2>Name</h2>
<p>rmeventc &#8212; destroy a CORBA EventChannel</p>
</div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="cmdsynopsis"><p><tt class="command">rmeventc</tt>  [-n <i class="replaceable"><tt>channel-name</tt></i>] [-h] [-ORB<i class="replaceable"><tt>parameter</tt></i>
          <i class="replaceable"><tt>value</tt></i>] [<i class="replaceable"><tt>channel-uri</tt></i>]</p></div>
</div>
<div class="refsect1" lang="en">
<a name="id2461484"></a><h2>Description</h2>
<p><span><b class="command">rmeventc</b></span> connects to an event channel and
        calls its <tt class="literal">destroy()</tt> operation. If the
        channel is located by the <tt class="option">-n</tt> option, then the name is
        unbound (removed) from the Name Service.</p>
<p>Example:
        <span><b class="command">rmeventc -nfoo/bar/baz.qux</b></span></p>
</div>
<div class="refsect1" lang="en">
<a name="id2461520"></a><h2>Options</h2>
<div class="variablelist"><dl>
<dt><span class="term"><tt class="option">-n channel-name</tt></span></dt>
<dd>
<p>The CORBA Name Service name used to look up the EventChannel
              CORBA object.</p>
<p>Format for channel-name:
              <tt class="literal">[CONTEXT-ID[.CONTEXT-KIND]/]*OBJECT-ID[.OBJECT-KIND]</tt>
              </p>
<p>Examples: <tt class="literal">foo</tt>,
              <tt class="literal">foo.bar</tt>, <tt class="literal">foo.bar/baz/qux</tt>,
              <tt class="literal">foo/bar/baz.qux</tt>.</p>
<p>The default is <tt class="literal">EventChannel</tt></p>
</dd>
<dt><span class="term"><tt class="option">-h</tt></span></dt>
<dd><p>Display a short summary of command-line options.</p></dd>
<dt><span class="term"><tt class="option">-ORBparameter value</tt></span></dt>
<dd>
<p>Standard omniORB options. see omniORB documentation for
              details. This option is commonly used to set the omniORB
              <tt class="literal">traceLevel</tt>, in order to get more detailed
              output.</p>
<p>Example: <span><b class="command">-ORBtraceLevel 5</b></span></p>
</dd>
</dl></div>
</div>
<div class="refsect1" lang="en">
<a name="id2461638"></a><h2>Environment Variables</h2>
<div class="variablelist"><dl>
<dt><span class="term">OMNIORB_CONFIG</span></dt>
<dd><p>The location of the omniORB configuration file.</p></dd>
</dl></div>
</div>
<div class="refsect1" lang="en">
<a name="id2461662"></a><h2>Copyright</h2>
<p>Copyright  2003-2005 Alex Tingle.</p>
<p>This is free software; see the source for copying conditions.
        There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
        PARTICULAR PURPOSE.</p>
</div>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="re05.html">Prev</a></td>
<td width="20%" align="center"><a accesskey="u" href="ar01s07.html">Up</a></td>
<td width="40%" align="right"></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">events</td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td>
<td width="40%" align="right" valign="top"></td>
</tr>
</table>
</div>
</body>
</html>