org.omg.CosTypedNotifyChannelAdmin

Interface TypedProxyPushSupplierOperations

All Superinterfaces:
FilterAdminOperations, NotifySubscribeOperations, ProxySupplierOperations, PushSupplierOperations, PushSupplierOperations, QoSAdminOperations
Known Subinterfaces:
TypedProxyPushSupplier
Known Implementing Classes:
TypedProxyPushSupplierPOA, TypedProxyPushSupplierPOATie, _TypedProxyPushSupplierStub

public interface TypedProxyPushSupplierOperations
extends ProxySupplierOperations, PushSupplierOperations

Generated from IDL interface "TypedProxyPushSupplier"

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

Method Summary

void
connect_typed_push_consumer(TypedPushConsumer push_consumer)
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.NotifySubscribeOperations

subscription_change

Methods inherited from interface org.omg.CosNotifyChannelAdmin.ProxySupplierOperations

MyAdmin, MyType, lifetime_filter, lifetime_filter, obtain_offered_types, priority_filter, priority_filter, validate_event_qos

Methods inherited from interface org.omg.CosEventComm.PushSupplierOperations

disconnect_push_supplier

Methods inherited from interface org.omg.CosNotification.QoSAdminOperations

get_qos, set_qos, validate_qos

Method Details

connect_typed_push_consumer

public void connect_typed_push_consumer(TypedPushConsumer push_consumer)
            throws TypeError,
                   AlreadyConnected


resume_connection

public void resume_connection()
            throws ConnectionAlreadyActive,
                   NotConnected


suspend_connection

public void suspend_connection()
            throws NotConnected,
                   ConnectionAlreadyInactive