import "CosNotifyChannelAdmin.idl";
Inheritance diagram for CosNotifyChannelAdmin::ConsumerAdmin:
Public Member Functions | |
ProxySupplier | get_proxy_supplier (in ProxyID proxy_id) raises (ProxyNotFound ) |
Get an specific ProxySupplier. | |
ProxySupplier | obtain_notification_pull_supplier (in ClientType ctype, out ProxyID proxy_id) raises ( AdminLimitExceeded ) |
Create a new pull-style proxy supplier. | |
ProxySupplier | obtain_notification_push_supplier (in ClientType ctype, out ProxyID proxy_id) raises ( AdminLimitExceeded ) |
Create a new push-style proxy supplier. | |
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. | |
attribute CosNotifyFilter::MappingFilter | priority_filter |
attribute CosNotifyFilter::MappingFilter | lifetime_filter |
readonly attribute ProxyIDSeq | pull_suppliers |
Get the complete list of pull proxy suppliers. | |
readonly attribute ProxyIDSeq | push_suppliers |
Get the complete list of push proxy suppliers. |
Definition at line 768 of file CosNotifyChannelAdmin.idl.
|
Destroy the Admin.
|
|
Get an specific ProxySupplier.
|
|
Create a new pull-style proxy supplier.
|
|
Create a new push-style proxy supplier.
|
|
A special mapping filter to change the lifetime property of events Definition at line 789 of file CosNotifyChannelAdmin.idl. |
|
The event channel this admin belongs to.
Definition at line 778 of file CosNotifyChannelAdmin.idl. |
|
The ID assigned to this admin by its event channel.
Definition at line 775 of file CosNotifyChannelAdmin.idl. |
|
How are multiple filters interpreted.
Definition at line 781 of file CosNotifyChannelAdmin.idl. |
|
A special mapping filter to change the priority property of events Definition at line 785 of file CosNotifyChannelAdmin.idl. |
|
Get the complete list of pull proxy suppliers.
Definition at line 792 of file CosNotifyChannelAdmin.idl. |
|
Get the complete list of push proxy suppliers.
Definition at line 795 of file CosNotifyChannelAdmin.idl. |