1997 2011 Ericsson AB, All Rights Reserved 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. CosEventChannelAdmin_ConsumerAdmin 1997-11-13 PA1 CosEventChannelAdmin_ConsumerAdmin.xml
CosEventChannelAdmin_ConsumerAdmin This module implements a ConsumerAdmin interface, which allows consumers to be connected to the event channel.

The ConsumerAdmin interface defines the first step for connecting consumers to the event channel. It acts as a factory for creating proxy suppliers. Both consumer administration and supplier administration are defined as separate objects so that the creator of the channel can control the addition of suppliers and consumers.

To get access to all definitions include necessary files by using:

obtain_push_supplier(Object) -> Return Create a ProxyPushSupplier object Object = #objref Return = #objref

This operation returns a ProxyPushSupplier object reference.

obtain_pull_supplier(Object) -> Return Create a ProxyPullSupplier object Object = #objref Return = #objref

This operation returns a ProxyPullSupplier object reference.