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_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.