org.omg.CosNotifyChannelAdmin

Interface StructuredProxyPullConsumerOperations

All Superinterfaces:
FilterAdminOperations, NotifyPublishOperations, ProxyConsumerOperations, QoSAdminOperations, StructuredPullConsumerOperations
Known Subinterfaces:
StructuredProxyPullConsumer
Known Implementing Classes:
SequenceProxyPullConsumerImpl, StructuredProxyPullConsumerImpl, StructuredProxyPullConsumerPOA, StructuredProxyPullConsumerPOATie, _StructuredProxyPullConsumerStub

public interface StructuredProxyPullConsumerOperations
extends ProxyConsumerOperations, StructuredPullConsumerOperations

Generated from IDL interface "StructuredProxyPullConsumer"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

void
connect_structured_pull_supplier(StructuredPullSupplier pull_supplier)
void
resume_connection()
void
suspend_connection()

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.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.CosNotifyComm.StructuredPullConsumerOperations

disconnect_structured_pull_consumer

Method Details

connect_structured_pull_supplier

public void connect_structured_pull_supplier(StructuredPullSupplier pull_supplier)
            throws TypeError,
                   AlreadyConnected


resume_connection

public void resume_connection()
            throws ConnectionAlreadyActive,
                   NotConnected


suspend_connection

public void suspend_connection()
            throws NotConnected,
                   ConnectionAlreadyInactive