org.omg.CosNotifyComm
Interface StructuredPullConsumerOperations
- All Superinterfaces:
- NotifyPublishOperations
- All Known Subinterfaces:
- StructuredProxyPullConsumer, StructuredProxyPullConsumerOperations, StructuredPullConsumer
public interface StructuredPullConsumerOperations
- extends NotifyPublishOperations
StructuredPullConsumer is an interface every structured pull consumer must
implement.
This interface may not be needed because a pull consumer may not logicaly
exist as an object.
Null can be connected to the proxy pull supplier and pulling events can be
done from any part of application code.
- See Also:
StructuredProxyPullSupplierOperations
disconnect_structured_pull_consumer
void disconnect_structured_pull_consumer()
- This method does the application specific cleanup before disconnection.
Notification service will call this method just before this consumer is
disconnected.
Read the latest documentation online