aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/Books/src/corba_service.xml
blob: dce2894a5296b8c0e0e5426882704b99d5176265 (plain) (blame)
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
<?xml version="1.0" encoding="latin1" ?>
<!DOCTYPE book SYSTEM "book.dtd">

<book>
  <header titlestyle="special">
    <copyright>
      <year>2001</year>
      <year>2007</year>
      <holder>Ericsson AB, All Rights Reserved</holder>
    </copyright>
    <legalnotice>
  The contents of this file are subject to the Erlang Public License,
  Version 1.1, (the "License"); you may not use this file except in
  compliance with the License. You should have received a copy of the
  Erlang Public License along with this software. If not, it can be
  retrieved online at http://www.erlang.org/.

  Software distributed under the License is distributed on an "AS IS"
  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
  the License for the specific language governing rights and limitations
  under the License.

  The Initial Developer of the Original Code is Ericsson AB.
    </legalnotice>

    <title>Erlang 5.1/OTP R8 CORBA Services </title>
    <prepared></prepared>
    <docno>EN/LZT 151 ??? R1</docno>
    <date>1997-05-27</date>
    <rev></rev>
    <abbreviation></abbreviation>
  </header>
  <insidecover>
    <include file="insidecover"></include>
  </insidecover>
  <pagetext>Erlang/OTP CORBA Services</pagetext>
  <preamble>
    <contents level="2"></contents>
    <preface>
      <p><em>Introduction</em>        <br></br>

        This documentation describes the Open 
        Telecom Platform (Erlang/OTP), a middle-ware based on the Erlang
        programming language, aiming at providing time-saving and flexible 
        development for robust, adaptable telecom systems.</p>
      <p><em>Organization of the Documentation</em>        <br></br>

        The documentation is divided into eight parts:</p>
      <list type="bulleted">
        <item>Erlang 5.0/OTP R7 System Documentation, EN/LZT 1084095 R1</item>
        <item>Erlang 5.0/OTP R7 Run-Time System and Basic Applications, 
         EN/LZT 108 4106 R1</item>
        <item>Erlang 5.0/OTP R7 Standard Library Application, EN/LZT 108 4107 
         R1</item>
        <item>Erlang 5.0/OTP R7 Database Applications, EN/LZT 108 194 R3</item>
        <item>Erlang 5.0/OTP R7 CORBA and IDL Applications,
         EN/LZT 151 810 R2</item>
        <item>Erlang 5.0/OTP R7 Interface and Communication Applications, 
         EN/LZT 108 4110 R1</item>
        <item>Erlang 5.0/OTP R7 Operation and Maintenance Applications, 
         EN/LZT 108 4108 R1</item>
        <item>Erlang 5.0/OTP R7 Tool Applications, EN/LZT 108 4109 R1</item>
      </list>
      <p><em>About this Book</em>        <br></br>
</p>
      <p>This book contains documentation about the six applications in Erlang/OTP that
        implement the CORBA services.
        These applications are:</p>
      <list type="bulleted">
        <item><em>cosEvent</em>, an Erlang implementation of the 
         CORBA service CosEvent.</item>
        <item><em>cosEventDomain</em>, an Erlang implementation of the 
         CORBA service CosEventDomainAdmin.</item>
        <item><em>cosFileTransfer</em>, an Erlang implementation of the 
         CORBA service CosFileTransfer.</item>
        <item><em>cosNotificaton</em>, an Erlang implementation of the 
         CORBA service CosNotification.</item>
        <item><em>cosProperty</em>, an Erlang implementation of the 
         CORBA service CosProperty.</item>
        <item><em>cosTime</em>, an Erlang implementation of the 
         CORBA service CosTime.</item>
        <item><em>cosTransaction</em>, an Erlang implementation of the 
         CORBA service CosTransaction.</item>
      </list>
    </preface>
  </preamble>
  <pagetext>cosEvent</pagetext>
  <parts lift="no">
    <title>cosEvent User's Guide</title>
    <include file="../../../../libraries/cosEvent/doc/src/part"></include>
  </parts>
  <applications>
    <include file="../../../../libraries/cosEvent/doc/src/application"></include>
  </applications>
  <pagetext>cosEventDomain</pagetext>
  <parts lift="no">
    <title>cosEventDomain User's Guide</title>
    <include file="../../../../libraries/cosEventDomain/doc/src/part"></include>
  </parts>
  <applications>
    <include file="../../../../libraries/cosEventDomain/doc/src/application"></include>
  </applications>
  <pagetext>cosFileTransfert</pagetext>
  <parts lift="no">
    <title>cosFileTransfer User's Guide</title>
    <include file="../../../../libraries/cosFileTransfer/doc/src/part"></include>
  </parts>
  <applications>
    <include file="../../../../libraries/cosFileTransfer/doc/src/application"></include>
  </applications>
  <pagetext>cosNotification</pagetext>
  <parts lift="no">
    <title>cosNotification User's Guide</title>
    <include file="../../../../libraries/cosNotification/doc/src/part"></include>
  </parts>
  <applications>
    <include file="../../../../libraries/cosNotification/doc/src/application"></include>
  </applications>
  <pagetext>cosTime</pagetext>
  <parts lift="no">
    <title>cosTime User's Guide</title>
    <include file="../../../../libraries/cosTime/doc/src/part"></include>
  </parts>
  <applications>
    <include file="../../../../libraries/cosTime/doc/src/application"></include>
  </applications>
  <pagetext>cosProperty</pagetext>
  <parts lift="no">
    <title>cosProperty User's Guide</title>
    <include file="../../../../libraries/cosProperty/doc/src/part"></include>
  </parts>
  <applications>
    <include file="../../../../libraries/cosProperty/doc/src/application"></include>
  </applications>
  <pagetext>Erlang/OTP CORBA Services</pagetext>
</book>