org.omg.CosNotifyChannelAdmin
Interface ProxyPushSupplierOperations

All Superinterfaces:
FilterAdminOperations, NotifySubscribeOperations, ProxySupplierOperations, PushSupplierOperations, PushSupplierOperations, QoSAdminOperations
All Known Subinterfaces:
ProxyPushSupplier
All Known Implementing Classes:
_ProxyPushSupplierStub, ProxyPushSupplierImpl, ProxyPushSupplierPOA

public interface ProxyPushSupplierOperations
extends ProxySupplierOperations, PushSupplierOperations

Generated from IDL interface "ProxyPushSupplier"

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

Method Summary
 void connect_any_push_consumer(PushConsumer push_consumer)
           
 void resume_connection()
           
 void 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_any_push_consumer

public void connect_any_push_consumer(PushConsumer push_consumer)
                               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