import "CosNotifyChannelAdmin.idl";
Inheritance diagram for CosNotifyChannelAdmin::EventChannel:
Public Member Functions | |
ConsumerAdmin | new_for_consumers (in InterFilterGroupOperator op, out AdminID id) |
Create a new consumer admin. | |
SupplierAdmin | new_for_suppliers (in InterFilterGroupOperator op, out AdminID id) |
Create a new supplier admin. | |
ConsumerAdmin | get_consumeradmin (in AdminID id) raises (AdminNotFound) |
Fetch an specific consumer admin based on its ID. | |
SupplierAdmin | get_supplieradmin (in AdminID id) raises (AdminNotFound) |
Fetch an specific supplier admin based on its ID. | |
AdminIDSeq | get_all_consumeradmins () |
Get the IDs of all the consumer admins. | |
AdminIDSeq | get_all_supplieradmins () |
Get the IDs of all the supplier admins. | |
Public Attributes | |
readonly attribute EventChannelFactory | MyFactory |
The factory this event channel belongs to. | |
readonly attribute ConsumerAdmin | default_consumer_admin |
The default consumer admin. | |
readonly attribute SupplierAdmin | default_supplier_admin |
The default supplier admin. | |
readonly attribute CosNotifyFilter::FilterFactory | default_filter_factory |
The default filter factory for this event channel. |
|
Get the IDs of all the consumer admins.
|
|
Get the IDs of all the supplier admins.
|
|
Fetch an specific consumer admin based on its ID.
|
|
Fetch an specific supplier admin based on its ID.
|
|
Create a new consumer admin.
|
|
Create a new supplier admin.
|
|
The default consumer admin.
|
|
The default filter factory for this event channel.
|
|
The default supplier admin.
|
|
The factory this event channel belongs to.
|