Using the CORBA Notification Service
|   |  |  |   |   |  |  | 
Always returnsCosNotifyChannelAdmin::PUSH_STRUCTUREDproxy.
readonly attribute ProxyType MyType
Always returns CosNotifyChannelAdmin::PUSH_STRUCTURED proxy.
This class is used by event posting applications. The OMG IDL for this class is as follows:
Module CosNotifyChannelAdmin
{
interface StructuredProxyPushConsumer :
ProxyConsumer,
CosNotifyComm::StructuredPushConsumer {
voidconnect_structured_push_supplier(
in CosNotifyComm::StructuredPushSupplier push_supplier)
raises(CosEventChannelAdmin::AlreadyConnected);
// The following operations are inherited.
readonly attributeMyType;
voidpush_structured_event(
in CosNotification::StructuredEvent notification )
raises( CosEventComm::Disconnected );
voiddisconnect_structured_push_consumer();
};
}; \\StructuredProxyPushConsumer
|     |   |   |