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::EventChannel::
ConsumerAdmin default_consumer_admin

Synopsis

Gets the ConsumerAdmin object.

OMG IDL

readonly attribute ConsumerAdmin default_consumer_admin;

Description

Used when subscribing and unsubscribing. This operation is used in subscriber applications to get the ConsumerAdmin object.

Return Value

Returns the object reference to the ConsumerAdmin object.

Examples

Note: Code examples shown here are abbreviated. For complete code examples, see "Getting the Event Channel, ConsumerAdmin Object, and Filter Factory Object" on page -9.

C++ code example:

channel->default_consumer_admin();

 

Skip navigation bar  Back to Top Previous Next