org.omg.CosTypedNotifyChannelAdmin

Interface TypedEventChannelOperations

All Superinterfaces:
AdminPropertiesAdminOperations, QoSAdminOperations, TypedEventChannelOperations
Known Subinterfaces:
TypedEventChannel
Known Implementing Classes:
TypedEventChannelPOA, TypedEventChannelPOATie, _TypedEventChannelStub

public interface TypedEventChannelOperations
extends QoSAdminOperations, AdminPropertiesAdminOperations, TypedEventChannelOperations

Generated from IDL interface "TypedEventChannel"

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

Method Summary

TypedEventChannelFactory
MyFactory()
TypedConsumerAdmin
default_consumer_admin()
FilterFactory
default_filter_factory()
TypedSupplierAdmin
default_supplier_admin()
int[]
get_all_consumeradmins()
int[]
get_all_supplieradmins()
TypedConsumerAdmin
get_consumeradmin(int id)
TypedSupplierAdmin
get_supplieradmin(int id)
TypedConsumerAdmin
new_for_typed_notification_consumers(InterFilterGroupOperator op, IntHolder id)
TypedSupplierAdmin
new_for_typed_notification_suppliers(InterFilterGroupOperator op, IntHolder id)

Methods inherited from interface org.omg.CosNotification.AdminPropertiesAdminOperations

get_admin, set_admin

Methods inherited from interface org.omg.CosNotification.QoSAdminOperations

get_qos, set_qos, validate_qos

Methods inherited from interface org.omg.CosTypedEventChannelAdmin.TypedEventChannelOperations

destroy, for_consumers, for_suppliers

Method Details

MyFactory

public TypedEventChannelFactory MyFactory()


default_consumer_admin

public TypedConsumerAdmin default_consumer_admin()


default_filter_factory

public FilterFactory default_filter_factory()


default_supplier_admin

public TypedSupplierAdmin default_supplier_admin()


get_all_consumeradmins

public int[] get_all_consumeradmins()


get_all_supplieradmins

public int[] get_all_supplieradmins()


get_consumeradmin

public TypedConsumerAdmin get_consumeradmin(int id)
            throws AdminNotFound


get_supplieradmin

public TypedSupplierAdmin get_supplieradmin(int id)
            throws AdminNotFound


new_for_typed_notification_consumers

public TypedConsumerAdmin new_for_typed_notification_consumers(InterFilterGroupOperator op,
                                                               IntHolder id)


new_for_typed_notification_suppliers

public TypedSupplierAdmin new_for_typed_notification_suppliers(InterFilterGroupOperator op,
                                                               IntHolder id)