org.omg.CosNotifyChannelAdmin
Interface SequenceProxyPullConsumerOperations

All Superinterfaces:
FilterAdminOperations, NotifyPublishOperations, ProxyConsumerOperations, QoSAdminOperations, SequencePullConsumerOperations
All Known Subinterfaces:
SequenceProxyPullConsumer
All Known Implementing Classes:
_SequenceProxyPullConsumerStub, SequenceProxyPullConsumerImpl, SequenceProxyPullConsumerPOA

public interface SequenceProxyPullConsumerOperations
extends ProxyConsumerOperations, SequencePullConsumerOperations

Generated from IDL interface "SequenceProxyPullConsumer"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Method Summary
 void connect_sequence_pull_supplier(SequencePullSupplier pull_supplier)
           
 void resume_connection()
           
 void suspend_connection()
           
 
Methods inherited from interface org.omg.CosNotifyChannelAdmin.ProxyConsumerOperations
MyAdmin, MyType, obtain_subscription_types, validate_event_qos
 
Methods inherited from interface org.omg.CosNotification.QoSAdminOperations
get_qos, set_qos, validate_qos
 
Methods inherited from interface org.omg.CosNotifyFilter.FilterAdminOperations
add_filter, get_all_filters, get_filter, remove_all_filters, remove_filter
 
Methods inherited from interface org.omg.CosNotifyComm.SequencePullConsumerOperations
disconnect_sequence_pull_consumer
 
Methods inherited from interface org.omg.CosNotifyComm.NotifyPublishOperations
offer_change
 

Method Detail

connect_sequence_pull_supplier

public void connect_sequence_pull_supplier(SequencePullSupplier pull_supplier)
                                    throws AlreadyConnected,
                                           TypeError
Throws:
AlreadyConnected
TypeError

suspend_connection

public void suspend_connection()
                        throws NotConnected,
                               ConnectionAlreadyInactive
Throws:
NotConnected
ConnectionAlreadyInactive

resume_connection

public void resume_connection()
                       throws ConnectionAlreadyActive,
                              NotConnected
Throws:
ConnectionAlreadyActive
NotConnected