Using the CORBA Notification Service
|   |  |  |   |   |  |  | 
Always returnsCosNotifyChannelAmdmin::PUSH_STRUCTUREDproxy.
readonly attribute ProxyType MyType
Always returns CosNotifyChannelAmdmin::PUSH_STRUCTURED proxy.
This class is used by event subscriber applications. The OMG IDL for this class is as follows:
Module CosNotifyChannelAdmin{
interface ConsumerAdmin :
CosNotification::QoSAdmin,
CosNotifyComm::NotifySubscribe,
CosNotifyFilter::FilterAdmin,
CosEventChannelAdmin::ConsumerAdmin {
ProxySupplierobtain_notification_push_supplier(
in ClientType ctype,
out ProxyID proxy_id)
raises ( AdminLimitExceeded )
ProxySupplierget_proxy_supplier(
in ProxyID proxy_id )
raises ( ProxyNotFound );
};CosNotifyChannelAdmin
}; //
|     |   |   |