import "CosNotifyChannelAdmin.idl";
Inherits CosNotification::QoSAdmin, CosNotifyComm::NotifyPublish, CosNotifyFilter::FilterAdmin, and CosEventChannelAdmin::SupplierAdmin.
Inherited by CosTypedNotifyChannelAdmin::TypedSupplierAdmin, and NotificationExtensions::TrSupplierAdmin.
Public Methods | |
ProxyConsumer | get_proxy_consumer (in ProxyID proxy_id) raises ( ProxyNotFound ) |
Get the proxy with the specified ID. More... | |
ProxyConsumer | obtain_notification_pull_consumer (in ClientType ctype, out ProxyID proxy_id) raises ( AdminLimitExceeded ) |
Obtain a pull consumer proxy for this administration object. More... | |
ProxyConsumer | obtain_notification_push_consumer (in ClientType ctype, out ProxyID proxy_id) raises ( AdminLimitExceeded ) |
Obtain a push consumer proxy for this administration object. More... | |
void | destroy () |
Destroy this administration object and all proxies created by it. More... | |
Public Attributes | |
readonly attribute AdminID | MyID |
A unique identified for this administration object. More... | |
readonly attribute EventChannel | MyChannel |
The event channel object that created this administration object. More... | |
readonly attribute InterFilterGroupOperator | MyOperator |
Indicates whether AND or OR semantics is used when combining administration object filters and proxy filters. More... | |
readonly attribute ProxyIDSeq | pull_consumers |
A list of pull consumer proxies created by the administration object. More... | |
readonly attribute ProxyIDSeq | push_consumers |
A list of pull consumer proxies created by the administration object. More... |
|
Destroy this administration object and all proxies created by it.
|
|
Get the proxy with the specified ID.
|
|
Obtain a pull consumer proxy for this administration object.
|
|
Obtain a push consumer proxy for this administration object.
|
|
The event channel object that created this administration object.
|
|
A unique identified for this administration object.
|
|
Indicates whether AND or OR semantics is used when combining administration object filters and proxy filters.
|
|
A list of pull consumer proxies created by the administration object.
|
|
A list of pull consumer proxies created by the administration object.
|