CosNotifyChannelAdmin_ConsumerAdmin
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
Types
The ID returned by the creating channel is equal to the value encapsulated by this readonly attribute.
Types
The creating channel's reference is maintained by this readonly attribute.
Types
When ConsumerAdmin's are created an operation type, i.e., 'AND_OP' or 'OR_OP', is supplied, which determines the semantics used by the target object concerning evaluation against any associated Filter objects.
Types
If set, this operation returns the associated priority MappingFilter, otherwise a NIL object reference is returned.
Types
To associate a priority MappingFilter with the target object this operation must be used.
Types
Unless a lifetime MappingFilter have been associated with the target object a NIL object reference is returned by this operation.
Types
This operation associate a lifetime MappingFilter with the target object.
Types
This readonly attribute maintains the Id's for all PullProxies created by the target object and still alive.
Types
This attribute is similar to the _get_pull_suppliers attribute but maintains the Id's for all PushProxies created by the target object and still alive.
Types
If a proxy with the given Id exists the reference to the object is returned, but if the object have terminated, or an incorrect Id is supplied, an exception is raised.
Types
Determined by the parameter ConsumerType, a proxy which will accept events of the defined type is created. Along with the object reference an Id is returned.
Types
This operation creates a new proxy which accepts #any{} events.
Types
A proxy which accepts events of the type described by the parameter ConsumerType is created by this operation. A unique Id is returned as an out parameter.
Types
The object created by this function is a proxy which accepts #any{} events.
Types
To terminate the target object this operation should be used. The associated Channel will be notified.