org.omg.CosTypedNotifyChannelAdmin
Interface TypedProxyPushSupplierOperations

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

public interface TypedProxyPushSupplierOperations
extends ProxySupplierOperations, PushSupplierOperations

Interface definition: TypedProxyPushSupplier.

Author:
OpenORB Compiler

Method Summary
 void connect_typed_push_consumer(TypedPushConsumer push_consumer)
          Operation connect_typed_push_consumer
 void resume_connection()
          Operation resume_connection
 void suspend_connection()
          Operation suspend_connection
 
Methods inherited from interface org.omg.CosNotifyChannelAdmin.ProxySupplierOperations
lifetime_filter, lifetime_filter, MyAdmin, MyType, obtain_offered_types, priority_filter, priority_filter, 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.NotifySubscribeOperations
subscription_change
 
Methods inherited from interface org.omg.CosEventComm.PushSupplierOperations
disconnect_push_supplier
 

Method Detail

connect_typed_push_consumer

void connect_typed_push_consumer(TypedPushConsumer push_consumer)
                                 throws AlreadyConnected,
                                        TypeError
Operation connect_typed_push_consumer

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