CosNotifyChannelAdmin_SupplierAdmin
MODULE
MODULE SUMMARY
DESCRIPTION
To get access to the record definitions for the structures use:
-include_lib("cosNotification/include/*.hrl").
This module also exports the functions described in:
EXPORTS
_get_MyID(SupplierAdmin) -> AdminID
Types:
When a SupplierAdmin object is created it is given a unique Id by the creating channel. This readonly attribute maintains this Id.
_get_MyChannel(SupplierAdmin) -> Channel
Types:
The creating channel's reference is maintained by this readonly attribute.
_get_MyOperator(SupplierAdmin) -> OpType
Types:
The Operation Type, which determines the semantics the target object will use for any associated Filters, is maintained by this readonly attribute.
_get_pull_consumers(SupplierAdmin) -> ProxyIDSeq
Types:
A sequence of all associated PullProxy Id's is maintained by this readonly attribute.
_get_push_consumers(SupplierAdmin) -> ProxyIDSeq
Types:
This operation returns all PushProxy Id's created by the target object.
get_proxy_consumer(SupplierAdmin, ProxyID) -> Reply
Types:
The Proxy which corresponds to the given Id is returned by this operation.
obtain_notification_pull_consumer(SupplierAdmin, SupplierType) -> Reply
Types:
This operation creates a new proxy and returns its object reference along with its ID. The SupplierType parameter determines the event type accepted by the proxy.
obtain_pull_consumer(SupplierAdmin) -> Proxy
Types:
A proxy which accepts #any{} events is created by this operation.
obtain_notification_push_consumer(SupplierAdmin, SupplierType) -> Reply
Types:
Determined by the SupplierType parameter a compliant proxy is created and its object reference along with its Id is returned by this operation.
obtain_push_consumer(SupplierAdmin) -> Proxy
Types:
A proxy which accepts #any{} events is created by this operation.
Types:
This operation terminates the SupplierAdmin object and notifies the creating channel that the target object no longer is active.