Tuxedo
0

Using the CORBA Notification Service

 Previous Next Contents Index View as PDF  

CosNotifyChannelAdmin::StructuredProxyPushSupplier::
disconnect_structured_push_supplier

Synopsis

Used to unsubscribe.

OMG IDL

void disconnect_structured_push_supplier();

Exceptions

CORBA::OBJECT_NOT_EXIST

Indicates that the subscription to be disconnected does not exist.

Note: For more information on exceptions and corresponding minor codes, see "Exception Minor Codes" on page  2-66.

Description

Used by subscriber applications when unsubscribing. This operation is used in subscriber applications to terminate a connection between the Notification Service and the subscriber's callback object.

Note: This operation does not stop event delivery instantaneously. After returning from this operation, a subscriber may continue to receive events for a period of time.

Examples

C++ code example:

subscription->disconnect_structured_push_supplier();

Java code example:

 

Back to Top Previous Next
Contact e-docsContact BEAwebmasterprivacy