org.omg.CosNotifyComm
Interface SequencePullConsumerOperations
- All Superinterfaces:
- NotifyPublishOperations
- All Known Subinterfaces:
- SequenceProxyPullConsumer, SequenceProxyPullConsumerOperations, SequencePullConsumer
public interface SequencePullConsumerOperations
- extends NotifyPublishOperations
SequencePullConsumer is an interface every sequence 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:
SequenceProxyPullSupplierOperations
disconnect_sequence_pull_consumer
void disconnect_sequence_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