Using the CORBA Notification Service
|   |  |  |   |   |  |  | 
Prepares the Notification Service to receive an event.
voidconnect_structured_push_supplier(
in CosNotifyComm::StructuredPushSupplier push_supplier)
raises(CosEventChannelAdmin::AlreadyConnected);
Used by poster applications when posting events. You must call this operation to prepare the Notification Service to receive an event and you must pass in a NIL when you use this operation. The sequence of usage is as follows:
Note: Code examples shown here are abbreviated. For complete code examples, see "Creating and Posting Events" on page -4.
proxy_push_consumer->connect_structured_push_supplier(
CosNotifyComm::StructuredPushSupplier::_nil()
);
|     |   |   |