CosNotifyChannelAdmin_ConsumerAdmin

Functions


_get_MyID(OE_THIS) -> term()

_get_MyID(OE_THIS, OE_Options) -> term()

_get_MyChannel(OE_THIS) -> term()

_get_MyChannel(OE_THIS, OE_Options) -> term()

_get_MyOperator(OE_THIS) -> term()

_get_MyOperator(OE_THIS, OE_Options) -> term()

_get_priority_filter(OE_THIS) -> term()

_get_priority_filter(OE_THIS, OE_Options) -> term()

_set_priority_filter(OE_THIS, OE_Value) -> term()

_set_priority_filter(OE_THIS, OE_Options, OE_Value) -> term()

_get_lifetime_filter(OE_THIS) -> term()

_get_lifetime_filter(OE_THIS, OE_Options) -> term()

_set_lifetime_filter(OE_THIS, OE_Value) -> term()

_set_lifetime_filter(OE_THIS, OE_Options, OE_Value) -> term()

_get_pull_suppliers(OE_THIS) -> term()

_get_pull_suppliers(OE_THIS, OE_Options) -> term()

_get_push_suppliers(OE_THIS) -> term()

_get_push_suppliers(OE_THIS, OE_Options) -> term()

get_proxy_supplier(OE_THIS, Proxy_id) -> term()

get_proxy_supplier(OE_THIS, OE_Options, Proxy_id) -> term()

obtain_notification_pull_supplier(OE_THIS, Ctype) -> term()

obtain_notification_pull_supplier(OE_THIS, OE_Options, Ctype) -> term()

obtain_notification_push_supplier(OE_THIS, Ctype) -> term()

obtain_notification_push_supplier(OE_THIS, OE_Options, Ctype) -> term()

destroy(OE_THIS) -> term()

destroy(OE_THIS, OE_Options) -> term()

get_qos(OE_THIS) -> term()

get_qos(OE_THIS, OE_Options) -> term()

set_qos(OE_THIS, Qos) -> term()

set_qos(OE_THIS, OE_Options, Qos) -> term()

validate_qos(OE_THIS, Required_qos) -> term()

validate_qos(OE_THIS, OE_Options, Required_qos) -> term()

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

subscription_change(OE_THIS, OE_Options, Added, Removed) -> term()

add_filter(OE_THIS, New_filter) -> term()

add_filter(OE_THIS, OE_Options, New_filter) -> term()

remove_filter(OE_THIS, Filter) -> term()

remove_filter(OE_THIS, OE_Options, Filter) -> term()

get_filter(OE_THIS, Filter) -> term()

get_filter(OE_THIS, OE_Options, Filter) -> term()

get_all_filters(OE_THIS) -> term()

get_all_filters(OE_THIS, OE_Options) -> term()

remove_all_filters(OE_THIS) -> term()

remove_all_filters(OE_THIS, OE_Options) -> term()

obtain_push_supplier(OE_THIS) -> term()

obtain_push_supplier(OE_THIS, OE_Options) -> term()

obtain_pull_supplier(OE_THIS) -> term()

obtain_pull_supplier(OE_THIS, OE_Options) -> term()

callSeq(OE_THIS, Events, Stat) -> term()

callSeq(OE_THIS, OE_Options, Events, Stat) -> term()

callAny(OE_THIS, Event, Stat) -> term()

callAny(OE_THIS, OE_Options, Event, Stat) -> term()

oe_is_a(X1) -> term()

oe_tc(X1) -> term()

oe_get_interface() -> term()

typeID() -> term()

oe_create() -> term()

oe_create_link() -> term()

oe_create(Env) -> term()

oe_create_link(Env) -> term()

oe_create(Env, RegName) -> term()

oe_create_link(Env, RegName) -> term()

init(Env) -> term()

terminate(Reason, State) -> term()

handle_call(X1, OE_From, OE_State) -> term()

handle_cast(X1, State) -> term()

handle_info(Info, State) -> term()

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

View Functions