1997 2016 Ericsson AB, All Rights Reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions 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.