CosNotifyChannelAdmin_SupplierAdmin

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_pull_consumers(OE_THIS) -> term()

_get_pull_consumers(OE_THIS, OE_Options) -> term()

_get_push_consumers(OE_THIS) -> term()

_get_push_consumers(OE_THIS, OE_Options) -> term()

get_proxy_consumer(OE_THIS, Proxy_id) -> term()

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

obtain_notification_pull_consumer(OE_THIS, Ctype) -> term()

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

obtain_notification_push_consumer(OE_THIS, Ctype) -> term()

obtain_notification_push_consumer(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()

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

offer_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_consumer(OE_THIS) -> term()

obtain_push_consumer(OE_THIS, OE_Options) -> term()

obtain_pull_consumer(OE_THIS) -> term()

obtain_pull_consumer(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