CosNotifyChannelAdmin_ProxySupplier
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_MyType(ProxySupplier) -> ProxyType
Types:
This readonly attribute maintains the enumerant describing the which type the target object is.
_get_MyAdmin(ProxySupplier) -> AdminObject
Types:
This readonly attribute maintains the admin's reference which created the target object.
_get_priority_filter(ProxySupplier) -> MappingFilter
Types:
This operation returns the associated priority MappingFilter. If no such object exist a NIL reference is returned.
_set_priority_filter(ProxySupplier, MappingFilter) -> ok
Types:
This operation associate a new priority MappingFilter with the target object.
_get_lifetime_filter(ProxySupplier) -> MappingFilter
Types:
This operation returns the associated lifetime MappingFilter. If no such object exist a NIL reference is returned.
_set_lifetime_filter(ProxySupplier, MappingFilter) -> ok
Types:
This operation associate a new lifetime MappingFilter with the target object.
obtain_offered_types(ProxySupplier, ObtainInfoMode) -> EventTypeSeq
Types:
Depending on the input parameter ObtainInfoMode, this operation may return a sequence of the EventTypes the target object is interested in receiving. If 'ALL_NOW_UPDATES_OFF' or 'ALL_NOW_UPDATES_ON' is given a sequence will be returned, otherwise not. If 'ALL_NOW_UPDATES_OFF' or 'NONE_NOW_UPDATES_OFF' are issued the target object will not inform the associated NotifySubscribe object when an update occurs. 'ALL_NOW_UPDATES_ON' or 'NONE_NOW_UPDATES_ON' will result in that update information will be sent.
validate_event_qos(ProxySupplier, QoSProperties) -> Reply
Types:
To check if certain Quality of Service properties can be added to events in the current context of the target object this operation should be used. If we cannot support the required settings an exception describing why will be raised.