CosNotifyChannelAdmin_ConsumerAdmin_impl

Functions


code_change(OldVsn, State, Extra) -> term()

handle_info(Info, State) -> term()

init(X1) -> term()

terminate(Reason, State) -> term()

_get_MyID(OE_THIS, OE_FROM, State) -> term()

_get_MyChannel(OE_THIS, OE_FROM, State) -> term()

_get_MyOperator(OE_THIS, OE_FROM, State) -> term()

_get_priority_filter(OE_THIS, OE_FROM, State) -> term()

_set_priority_filter(OE_THIS, OE_FROM, State, PrioFilter) -> term()

_get_lifetime_filter(OE_THIS, OE_FROM, State) -> term()

_set_lifetime_filter(OE_THIS, OE_FROM, State, LifeFilter) -> term()

_get_pull_suppliers(OE_THIS, OE_FROM, State) -> term()

_get_push_suppliers(OE_THIS, OE_FROM, State) -> term()

get_proxy_supplier(OE_THIS, OE_FROM, State, Proxy_id) -> term()

obtain_notification_pull_supplier(OE_THIS, OE_FROM, State, Ctype) -> term()

obtain_notification_push_supplier(OE_THIS, OE_FROM, State, Ctype) -> term()

destroy(OE_THIS, OE_FROM, State) -> term()

get_qos(OE_THIS, OE_FROM, State) -> term()

set_qos(OE_THIS, OE_FROM, State, QoS) -> term()

validate_qos(OE_THIS, OE_FROM, State, Required_qos) -> term()

subscription_change(OE_THIS, OE_FROM, State, Added, Removed) -> term()

add_filter(OE_THIS, OE_FROM, State, Filter) -> term()

remove_filter(OE_THIS, OE_FROM, State, FilterID) -> term()

get_filter(OE_THIS, OE_FROM, State, FilterID) -> term()

get_all_filters(OE_THIS, OE_FROM, State) -> term()

remove_all_filters(OE_THIS, OE_FROM, State) -> term()

obtain_push_supplier(OE_THIS, OE_FROM, State) -> term()

obtain_pull_supplier(OE_THIS, OE_FROM, State) -> term()

callSeq(OE_THIS, OE_FROM, State, Events, Status) -> term()

callAny(OE_THIS, OE_FROM, State, Event, Status) -> term()

View Functions