org.omg.CosNotifyChannelAdmin
Interface StructuredProxyPushSupplierOperations

All Superinterfaces:
FilterAdminOperations, NotifySubscribeOperations, ProxySupplierOperations, QoSAdminOperations, StructuredPushSupplierOperations
All Known Subinterfaces:
StructuredProxyPushSupplier, StructuredProxyPushSupplierAck, StructuredProxyPushSupplierAckOperations
All Known Implementing Classes:
_StructuredProxyPushSupplierAckStub, _StructuredProxyPushSupplierStub, StructuredProxyPushSupplierAckPOA, StructuredProxyPushSupplierAckPOATie, StructuredProxyPushSupplierImpl, StructuredProxyPushSupplierPOA, StructuredProxyPushSupplierPOATie

public interface StructuredProxyPushSupplierOperations
extends ProxySupplierOperations, StructuredPushSupplierOperations

Generated from IDL interface "StructuredProxyPushSupplier".

Version:
generated at Dec 2, 2008 2:43:24 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007

Method Summary
 void connect_structured_push_consumer(StructuredPushConsumer 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.StructuredPushSupplierOperations
disconnect_structured_push_supplier
 
Methods inherited from interface org.omg.CosNotifyComm.NotifySubscribeOperations
subscription_change
 

Method Detail

connect_structured_push_consumer

void connect_structured_push_consumer(StructuredPushConsumer push_consumer)
                                      throws AlreadyConnected,
                                             TypeError
Throws:
AlreadyConnected
TypeError

suspend_connection

void suspend_connection()
                        throws NotConnected,
                               ConnectionAlreadyInactive
Throws:
NotConnected
ConnectionAlreadyInactive

resume_connection

void resume_connection()
                       throws ConnectionAlreadyActive,
                              NotConnected
Throws:
ConnectionAlreadyActive
NotConnected