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_SupplierAdmin 1997-11-13 PA1 CosEventChannelAdmin_SupplierAdmin.xml
CosEventChannelAdmin_SupplierAdmin This module implements a SupplierAdmin interface, which allows suppliers to be connected to the event channel.

The SupplierAdmin interface defines the first step for connecting suppliers to the event channel. It acts as a factory for creating proxy consumers. 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_consumer(Object) -> Return Create a ProxyPushConsumer object Object = #objref Return = #objref

This operation returns a ProxyPushConsumer object reference.

obtain_pull_consumer(Object) -> Return Create a ProxyPullConsumer object Object = #objref Return = #objref

This operation returns a ProxyPullConsumer object reference.