org.omg.CosTypedNotifyChannelAdmin
Interface TypedProxyPullConsumerOperations

All Superinterfaces:
FilterAdminOperations, NotifyPublishOperations, ProxyConsumerOperations, PullConsumerOperations, QoSAdminOperations
All Known Subinterfaces:
TypedProxyPullConsumer
All Known Implementing Classes:
_TypedProxyPullConsumerStub, TypedProxyPullConsumerPOA, TypedProxyPullConsumerPOATie

public interface TypedProxyPullConsumerOperations
extends ProxyConsumerOperations, PullConsumerOperations

Interface definition: TypedProxyPullConsumer.

Author:
OpenORB Compiler

Method Summary
 void connect_typed_pull_supplier(TypedPullSupplier pull_supplier)
          Operation connect_typed_pull_supplier
 void resume_connection()
          Operation resume_connection
 void suspend_connection()
          Operation 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.NotifyPublishOperations
offer_change
 
Methods inherited from interface org.omg.CosEventComm.PullConsumerOperations
disconnect_pull_consumer
 

Method Detail

connect_typed_pull_supplier

void connect_typed_pull_supplier(TypedPullSupplier pull_supplier)
                                 throws AlreadyConnected,
                                        TypeError
Operation connect_typed_pull_supplier

Throws:
AlreadyConnected
TypeError

suspend_connection

void suspend_connection()
                        throws ConnectionAlreadyInactive,
                               NotConnected
Operation suspend_connection

Throws:
ConnectionAlreadyInactive
NotConnected

resume_connection

void resume_connection()
                       throws ConnectionAlreadyActive,
                              NotConnected
Operation resume_connection

Throws:
ConnectionAlreadyActive
NotConnected