![]() |
| e-docs > Tuxedo > Using the CORBA Notification Service > CORBA Notification Service API Reference |
|
Using the CORBA Notification Service
|
CosNotifyChannelAdmin::EventChannel::
ConsumerAdmin default_supplier_admin
Synopsis
Gets the SupplierAdmin object.
OMG IDL
readonly attribute SupplierAdmin default_supplier_admin;
Description
Used when posting events. This operation is used in event poster applications to get the SupplierAdmin object.
Return Value
SupplierAdmin object reference.
Examples
Note: Code examples shown here are abbreviated. For complete code examples, see "Creating and Posting Events" on page 4-4.
C++ code example:
channel->default_supplier_admin();
Java code example:
channel.default_supplier_admin();
|
|
|