Skip navigation.

Using the CORBA Notification Service

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

 


CosNotifyChannelAdmin::StructuredProxyPushSupplier::MyType

Synopsis

Always returns CosNotifyChannelAdmin::PUSH_STRUCTURED proxy.

OMG IDL

readonly attribute ProxyType MyType

Description

Always returns CosNotifyChannelAdmin::PUSH_STRUCTURED proxy.

CosNotifyChannelAdmin::StructuredProxyPushConsumer Class

This class is used by event posting applications. The OMG IDL for this class is as follows:

Module CosNotifyChannelAdmin
{
interface StructuredProxyPushConsumer :
ProxyConsumer,
CosNotifyComm::StructuredPushConsumer {
    void connect_structured_push_supplier (
in CosNotifyComm::StructuredPushSupplier push_supplier)
raises(CosEventChannelAdmin::AlreadyConnected);
// The following operations are inherited.
readonly attribute
MyType;
void
push_structured_event(
in CosNotification::StructuredEvent notification )
raises( CosEventComm::Disconnected );
void
disconnect_structured_push_consumer();
};
}; \\StructuredProxyPushConsumer

 

Skip navigation bar  Back to Top Previous Next