import "CosNotifyChannelAdmin.idl";
Inheritance diagram for CosNotifyChannelAdmin::SupplierAdmin:
Public Methods | |
ProxyConsumer | get_proxy_consumer (in ProxyID proxy_id) raises ( ProxyNotFound ) |
ProxyConsumer | obtain_notification_pull_consumer (in ClientType ctype, out ProxyID proxy_id) raises ( AdminLimitExceeded ) |
ProxyConsumer | obtain_notification_push_consumer (in ClientType ctype, out ProxyID proxy_id) raises ( AdminLimitExceeded ) |
void | destroy () |
Destroy the Admin. More... | |
Public Attributes | |
readonly attribute AdminID | MyID |
The ID assigned to this admin by its event channel. More... | |
readonly attribute EventChannel | MyChannel |
The event channel this admin belongs to. More... | |
readonly attribute InterFilterGroupOperator | MyOperator |
How are multiple filters interpreted. More... | |
readonly attribute ProxyIDSeq | pull_consumers |
Get the complete list of pull proxy consumers. More... | |
readonly attribute ProxyIDSeq | push_consumers |
Get the complete list of push proxy consumers. More... |
|
Destroy the Admin.
|
|
|
|
|
|
|
|
The event channel this admin belongs to.
|
|
The ID assigned to this admin by its event channel.
|
|
How are multiple filters interpreted.
|
|
Get the complete list of pull proxy consumers.
|
|
Get the complete list of push proxy consumers.
|