File: re04.html

package info (click to toggle)
omnievents 1%3A2.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 8,764 kB
  • ctags: 14,764
  • sloc: cpp: 7,669; python: 3,138; sh: 2,568; xml: 2,057; java: 1,409; makefile: 318; ansic: 9
file content (86 lines) | stat: -rw-r--r-- 3,281 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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>eventf</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="re03.html" title="eventc">
<link rel="next" 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">eventf</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="re03.html">Prev</a></td>
<th width="60%" align="center">7.Reference</th>
<td width="20%" align="right"><a accesskey="n" href="re05.html">Next</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="refentry" lang="en">
<a name="reference_eventf"></a><div class="titlepage">
<div></div>
<div></div>
</div>
<div class="refnamediv">
<h2>Name</h2>
<p>eventf &#8212; connect (federate) two CORBA EventChannels</p>
</div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="cmdsynopsis"><p><tt class="command">eventf</tt>   <i class="replaceable"><tt>from-channel-uri</tt></i>   <i class="replaceable"><tt>to-channel-uri</tt></i> </p></div>
</div>
<div class="refsect1" lang="en">
<a name="id2461054"></a><h2>Description</h2>
<p><span><b class="command">eventf</b></span> establishes a connection between two
        event channels. The event channels must both already be in existence
        (perhaps created by the <span><b class="command">eventc</b></span> command). If both
        event channels are implemented by omniEvents, then the connection is
        persistent: it will be recreated if one or both of the channels is shut
        down and later restarted.</p>
<p>The from- and to-channels must be specified as
        URIs. This may be an IOR, or a corbaloc::: or corbaname::: URI.</p>
<p>Example:
        <span><b class="command">eventf corbaname::#from.channel
        corbaname::#to.channel</b></span></p>
</div>
<div class="refsect1" lang="en">
<a name="id2461095"></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="id2461119"></a><h2>Copyright</h2>
<p>Copyright  2004,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="re03.html">Prev</a></td>
<td width="20%" align="center"><a accesskey="u" href="ar01s07.html">Up</a></td>
<td width="40%" align="right"><a accesskey="n" href="re05.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">eventc</td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td>
<td width="40%" align="right" valign="top">events</td>
</tr>
</table>
</div>
</body>
</html>