~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/cosNotification/doc/src/CosNotifyChannelAdmin_StructuredProxyPullConsumer.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="latin1" ?>
 
2
<!DOCTYPE erlref SYSTEM "erlref.dtd">
 
3
 
 
4
<erlref>
 
5
  <header>
 
6
    <copyright>
 
7
      <year>2000</year>
 
8
      <year>2007</year>
 
9
      <holder>Ericsson AB, All Rights Reserved</holder>
 
10
    </copyright>
 
11
    <legalnotice>
 
12
  The contents of this file are subject to the Erlang Public License,
 
13
  Version 1.1, (the "License"); you may not use this file except in
 
14
  compliance with the License. You should have received a copy of the
 
15
  Erlang Public License along with this software. If not, it can be
 
16
  retrieved online at http://www.erlang.org/.
 
17
 
 
18
  Software distributed under the License is distributed on an "AS IS"
 
19
  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
20
  the License for the specific language governing rights and limitations
 
21
  under the License.
 
22
 
 
23
  The Initial Developer of the Original Code is Ericsson AB.
 
24
    </legalnotice>
 
25
 
 
26
    <title>CosNotifyChannelAdmin_&shy;StructuredProxyPullConsumer</title>
 
27
    <shorttitle>..._StructuredProxyPullConsumer</shorttitle>
 
28
    <prepared>Niclas Eklund</prepared>
 
29
    <responsible>Niclas Eklund</responsible>
 
30
    <docno></docno>
 
31
    <approved>Niclas Eklund</approved>
 
32
    <checked></checked>
 
33
    <date>2000-02-01</date>
 
34
    <rev>1.0</rev>
 
35
  </header>
 
36
  <module>CosNotifyChannelAdmin_&shy;StructuredProxyPullConsumer</module>
 
37
  <modulesummary>This module implements the OMG  CosNotifyChannelAdmin::StructuredProxyPullConsumer interface.</modulesummary>
 
38
  <description>
 
39
    <p>To get access to the record definitions for the structures use:      <br></br>
 
40
<c>-include_lib("cosNotification/include/*.hrl").</c></p>
 
41
    <p>This module also exports the functions described in:</p>
 
42
    <list type="bulleted">
 
43
      <item>
 
44
        <p><seealso marker="CosNotifyComm_NotifyPublish">CosNotifyComm_NotifyPublish</seealso></p>
 
45
      </item>
 
46
      <item>
 
47
        <p><seealso marker="CosNotification_QoSAdmin">CosNotification_QoSAdmin</seealso></p>
 
48
      </item>
 
49
      <item>
 
50
        <p><seealso marker="CosNotifyFilter_FilterAdmin">CosNotifyFilter_FilterAdmin</seealso></p>
 
51
      </item>
 
52
      <item>
 
53
        <p><seealso marker="CosNotifyChannelAdmin_ProxyConsumer">CosNotifyChannelAdmin_ProxyConsumer</seealso></p>
 
54
      </item>
 
55
    </list>
 
56
  </description>
 
57
  <funcs>
 
58
    <func>
 
59
      <name>connect_structured_pull_supplier(StructuredProxyPullConsumer, PullSupplier) -> Reply</name>
 
60
      <fsummary>Connect a supplier to the proxy</fsummary>
 
61
      <type>
 
62
        <v>StructuredProxyPullConsumer = #objref</v>
 
63
        <v>PullSupplier = #objref</v>
 
64
        <v>Reply = ok | {'EXCEPTION', #'CosEventChannelAdmin_AlreadyConnected'{}} | {'EXCEPTION', #'CosEventChannelAdmin_TypeError'{}}</v>
 
65
      </type>
 
66
      <desc>
 
67
        <p>This operation connects a <c>PullSupplier</c> to the target object. If a connection
 
68
          already exists or the given client object does not support the functions 
 
69
          <c>pull_structured_event</c> and <c>try_pull_structured_event</c> an exception is raised.</p>
 
70
      </desc>
 
71
    </func>
 
72
    <func>
 
73
      <name>suspend_connection(StructuredProxyPullConsumer) -> Reply</name>
 
74
      <fsummary>Suspend the connection between the target object and its client</fsummary>
 
75
      <type>
 
76
        <v>StructuredProxyPullConsumer = #objref</v>
 
77
        <v>Reply = ok | {'EXCEPTION', #'CosNotifyChannelAdmin_ConnectionAlreadyInactive'{}} | {'EXCEPTION', #'CosNotifyChannelAdmin_NotConnected'{}}</v>
 
78
      </type>
 
79
      <desc>
 
80
        <p>This operation suspends the connection between the target object and its client.
 
81
          If no connection exists or already suspended an exception is raised.</p>
 
82
      </desc>
 
83
    </func>
 
84
    <func>
 
85
      <name>resume_connection(StructuredProxyPullConsumer) -> Reply</name>
 
86
      <fsummary>Resume a previously suspended connection with the proxy</fsummary>
 
87
      <type>
 
88
        <v>StructuredProxyPullConsumer = #objref</v>
 
89
        <v>Reply = ok | {'EXCEPTION', #'CosNotifyChannelAdmin_ConnectionAlreadyInactive'{}} | {'EXCEPTION', #'CosNotifyChannelAdmin_NotConnected'{}}</v>
 
90
      </type>
 
91
      <desc>
 
92
        <p>If the connection have been suspended this operation must be used if we want
 
93
          to resume the connection. If the connection already are active or no connection
 
94
          have been created an exception is raised.</p>
 
95
      </desc>
 
96
    </func>
 
97
    <func>
 
98
      <name>disconnect_structured_pull_consumer(StructuredProxyPullConsumer) -> ok</name>
 
99
      <fsummary>Close the connection and terminate the proxy</fsummary>
 
100
      <type>
 
101
        <v>StructuredProxyPullConsumer = #objref</v>
 
102
      </type>
 
103
      <desc>
 
104
        <p>This operation cause the target object to close the connection and terminate.</p>
 
105
      </desc>
 
106
    </func>
 
107
  </funcs>
 
108
  
 
109
</erlref>
 
110