import "CosTypedNotifyChannelAdmin.idl";
Inherits CosNotification::QoSAdmin, CosNotification::AdminPropertiesAdmin, and CosTypedEventChannelAdmin::TypedEventChannel.
Inherited by DsTypedNotifyLogAdmin::TypedNotifyLog.
Public Methods | |
TypedConsumerAdmin | new_for_typed_notification_consumers (in CosNotifyChannelAdmin::InterFilterGroupOperator op, out CosNotifyChannelAdmin::AdminID id) |
Creates a typed administration object for event consumers. More... | |
TypedSupplierAdmin | new_for_typed_notification_suppliers (in CosNotifyChannelAdmin::InterFilterGroupOperator op, out CosNotifyChannelAdmin::AdminID id) |
Creates a typed administration object for event suppliers. More... | |
TypedConsumerAdmin | get_consumeradmin (in CosNotifyChannelAdmin::AdminID id) raises ( CosNotifyChannelAdmin::AdminNotFound ) |
Get a typed administration object from its ID. More... | |
TypedSupplierAdmin | get_supplieradmin (in CosNotifyChannelAdmin::AdminID id) raises ( CosNotifyChannelAdmin::AdminNotFound ) |
Get a typed administration object from its ID. More... | |
CosNotifyChannelAdmin::AdminIDSeq | get_all_consumeradmins () |
Get all typed consumer administration objects. More... | |
CosNotifyChannelAdmin::AdminIDSeq | get_all_supplieradmins () |
Get all typed supplier administration objects. More... | |
Public Attributes | |
readonly attribute TypedEventChannelFactory | MyFactory |
The typed factory object that created this event channel object. More... | |
readonly attribute TypedConsumerAdmin | default_consumer_admin |
The default typed consumer administration object. More... | |
readonly attribute TypedSupplierAdmin | default_supplier_admin |
The default typed supplier administration object. More... | |
readonly attribute CosNotifyFilter::FilterFactory | default_filter_factory |
The default filter factory object for this event channel. More... |
|
Get all typed consumer administration objects.
|
|
Get all typed supplier administration objects.
|
|
Get a typed administration object from its ID.
|
|
Get a typed administration object from its ID.
|
|
Creates a typed administration object for event consumers.
|
|
Creates a typed administration object for event suppliers.
|
|
The default typed consumer administration object. This object has the unique identification number zero. |
|
The default filter factory object for this event channel.
|
|
The default typed supplier administration object. This object has the unique identification number zero. |
|
The typed factory object that created this event channel object.
|