import "CosNotifyChannelAdmin.idl";
Inheritance diagram for CosNotifyChannelAdmin::SupplierAdmin:
Public Member Functions | |
ProxyConsumer | get_proxy_consumer (in ProxyID proxy_id) raises ( ProxyNotFound ) |
Get an specific ProxyConsumer. | |
ProxyConsumer | obtain_notification_pull_consumer (in ClientType ctype, out ProxyID proxy_id) raises ( AdminLimitExceeded ) |
Create a new pull-style proxy consumer. | |
ProxyConsumer | obtain_notification_push_consumer (in ClientType ctype, out ProxyID proxy_id) raises ( AdminLimitExceeded ) |
Create a new push-style proxy consumer. | |
void | destroy () |
Destroy the Admin. | |
Public Attributes | |
readonly attribute AdminID | MyID |
The ID assigned to this admin by its event channel. | |
readonly attribute EventChannel | MyChannel |
The event channel this admin belongs to. | |
readonly attribute InterFilterGroupOperator | MyOperator |
How are multiple filters interpreted. | |
readonly attribute ProxyIDSeq | pull_consumers |
Get the complete list of pull proxy consumers. | |
readonly attribute ProxyIDSeq | push_consumers |
Get the complete list of push proxy consumers. |
|
Destroy the Admin.
|
|
Get an specific ProxyConsumer.
|
|
Create a new pull-style proxy consumer.
|
|
Create a new push-style proxy consumer.
|
|
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.
|