VisiBroker for Java

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

Method Summary
 void disconnect_sequence_pull_consumer()
          This method does the application specific cleanup before disconnection.
 
Methods inherited from interface org.omg.CosNotifyComm.NotifyPublishOperations
offer_change
 

Method Detail

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.


Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online