CosEventDomainAdmin_EventDomain_impl
Functions
init(X1) -> term()
terminate(Reason, State) -> term()
code_change(OldVsn, State, Extra) -> term()
handle_info(Info, State) -> term()
add_channel(OE_This, State, Channel) -> term()
get_all_channels(OE_This, State) -> term()
get_channel(OE_This, State, Id) -> term()
remove_channel(OE_This, State, Id) -> term()
add_connection(OE_This, State, Connection) -> term()
get_all_connections(OE_This, State) -> term()
get_connection(OE_This, State, Id) -> term()
remove_connection(OE_This, State, Id) -> term()
get_offer_channels(OE_This, State, Id) -> term()
get_subscription_channels(OE_This, State, Id) -> term()
destroy(OE_This, State) -> term()
get_cycles(OE_This, State) -> term()
get_diamonds(OE_This, State) -> term()
set_default_consumer_channel(OE_This, State, Id) -> term()
set_default_supplier_channel(OE_This, State, Id) -> term()
connect_push_consumer(OE_This, State, PC) -> term()
connect_pull_consumer(OE_This, State, PC) -> term()
connect_push_supplier(OE_This, State, PS) -> term()
connect_pull_supplier(OE_This, State, PS) -> term()
connect_structured_push_consumer(OE_This, State, PC) -> term()
connect_structured_pull_consumer(OE_This, State, PC) -> term()
connect_structured_push_supplier(OE_This, State, PS) -> term()
connect_structured_pull_supplier(OE_This, State, PS) -> term()
connect_sequence_push_consumer(OE_This, State, PC) -> term()
connect_sequence_pull_consumer(OE_This, State, PC) -> term()
connect_sequence_push_supplier(OE_This, State, PS) -> term()
connect_sequence_pull_supplier(OE_This, State, PS) -> term()
connect_push_consumer_with_id(OE_This, State, PC, Id) -> term()
connect_pull_consumer_with_id(OE_This, State, PC, Id) -> term()
connect_push_supplier_with_id(OE_This, State, PS, Id) -> term()
connect_pull_supplier_with_id(OE_This, State, PS, Id) -> term()
connect_structured_push_consumer_with_id(OE_This, State, PC, Id) -> term()
connect_structured_pull_consumer_with_id(OE_This, State, PC, Id) -> term()
connect_structured_push_supplier_with_id(OE_This, State, PS, Id) -> term()
connect_structured_pull_supplier_with_id(OE_This, State, PS, Id) -> term()
connect_sequence_push_consumer_with_id(OE_This, State, PC, Id) -> term()
connect_sequence_pull_consumer_with_id(OE_This, State, PC, Id) -> term()
connect_sequence_push_supplier_with_id(OE_This, State, PS, Id) -> term()
connect_sequence_pull_supplier_with_id(OE_This, State, PS, Id) -> term()
get_qos(OE_This, State) -> term()
set_qos(OE_This, State, NewQoS) -> term()
validate_qos(OE_This, State, WantedQoS) -> term()
get_admin(OE_This, State) -> term()
set_admin(OE_This, State, NewAdmins) -> term()
View Functions
- init/1
- terminate/2
- code_change/3
- handle_info/2
- add_channel/3
- get_all_channels/2
- get_channel/3
- remove_channel/3
- add_connection/3
- get_all_connections/2
- get_connection/3
- remove_connection/3
- get_offer_channels/3
- get_subscription_channels/3
- destroy/2
- get_cycles/2
- get_diamonds/2
- set_default_consumer_channel/3
- set_default_supplier_channel/3
- connect_push_consumer/3
- connect_pull_consumer/3
- connect_push_supplier/3
- connect_pull_supplier/3
- connect_structured_push_consumer/3
- connect_structured_pull_consumer/3
- connect_structured_push_supplier/3
- connect_structured_pull_supplier/3
- connect_sequence_push_consumer/3
- connect_sequence_pull_consumer/3
- connect_sequence_push_supplier/3
- connect_sequence_pull_supplier/3
- connect_push_consumer_with_id/4
- connect_pull_consumer_with_id/4
- connect_push_supplier_with_id/4
- connect_pull_supplier_with_id/4
- connect_structured_push_consumer_with_id/4
- connect_structured_pull_consumer_with_id/4
- connect_structured_push_supplier_with_id/4
- connect_structured_pull_supplier_with_id/4
- connect_sequence_push_consumer_with_id/4
- connect_sequence_pull_consumer_with_id/4
- connect_sequence_push_supplier_with_id/4
- connect_sequence_pull_supplier_with_id/4
- get_qos/2
- set_qos/3
- validate_qos/3
- get_admin/2
- set_admin/3