Tuxedo
0

Using the CORBA Notification Service

 Previous Next Contents Index View as PDF  

CosNotifyComm::StructuredPushConsumer::
disconnect_structured_push_consumer

Synopsis

Never invoked.

OMG IDL

void disconnect_structured_push_consumer;

Description

This operation is never invoked. The subscriber application must provide a stubbed-out version of this operation.

Examples

C++ code example:

virtual void push_structured_event(
const CosNotification::StructuredEvent& notification );
{
throw new CORBA::NO_IMPLEMENT();
}

Java code example:

public void disconnect_structured_push_consumer()
{
throw new CORBA::NO_IMPLEMENT();
}

 

Back to Top Previous Next
Contact e-docsContact BEAwebmasterprivacy