Tuxedo
0

Using the CORBA Notification Service

 Previous Next Contents Index View as PDF  

CosNotifyChannelAdmin::StructuredProxyPushConsumer::
disconnect_structured_push_consumer

Synopsis

Stops posting events.

OMG IDL

void disconnect_structured_push_consumer();

Descriptions

Used when posting events. This operation is used by poster applications to stop posting events. It takes no input parameters and returns no values. The recommended usage sequence is as follows:

  1. Make a proxy.

  2. Connect and disconnect on every run of the poster application.

Examples

Note: Code examples shown here are abbreviated. For complete code examples, see "Creating and Posting Events" on page  4-4.

C++ code example:

proxy_push_consumer->disconnect_structured_push_consumer();

Java code example:

proxy_push_consumer.disconnect_structured_push_consumer();

 

Back to Top Previous Next
Contact e-docsContact BEAwebmasterprivacy