Using the CORBA Notification Service
|
|
Gets the ConsumerAdmin object.
readonly attributeConsumerAdmindefault_consumer_admin;
Used when subscribing and unsubscribing. This operation is used in subscriber applications to get the ConsumerAdmin object.
Returns the object reference to the ConsumerAdmin object.
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.
channel->default_consumer_admin();
|
|
|