org.omg.CosNotifyComm
Interface SequencePushSupplierOperations
- All Superinterfaces: 
 - NotifySubscribeOperations
 
- All Known Subinterfaces: 
 - SequenceProxyPushSupplier, SequenceProxyPushSupplierOperations, SequencePushSupplier
 
public interface SequencePushSupplierOperations
- extends NotifySubscribeOperations
 
SequencePushSupplier is an interface every sequence push supplier must
    implement.
    This interface may not be needed because a push supplier may not logicaly
    exist as an object.
    Null can be connected to the proxy push consumer and pushing events can be
    done from any part of application code.
- See Also:
 SequenceProxyPushConsumerOperations
 
 
disconnect_sequence_push_supplier
void disconnect_sequence_push_supplier()
- This method does the application specific cleanup before disconnection.
      Notification service will call this method just before this supplier is
      disconnected.
 
 
 
                 Read the latest documentation online