org.omg.CosTypedNotifyChannelAdmin
Class _TypedEventChannelStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.CosTypedNotifyChannelAdmin._TypedEventChannelStub
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, AdminPropertiesAdmin, AdminPropertiesAdminOperations, QoSAdmin, QoSAdminOperations, TypedEventChannel, TypedEventChannelOperations

public class _TypedEventChannelStub
extends org.omg.CORBA.portable.ObjectImpl
implements TypedEventChannel

Interface definition: TypedEventChannel.

Author:
OpenORB Compiler
See Also:
Serialized Form

Constructor Summary
_TypedEventChannelStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 TypedConsumerAdmin default_consumer_admin()
          Read accessor for default_consumer_admin attribute
 FilterFactory default_filter_factory()
          Read accessor for default_filter_factory attribute
 TypedSupplierAdmin default_supplier_admin()
          Read accessor for default_supplier_admin attribute
 void destroy()
          Operation destroy
 TypedConsumerAdmin for_consumers()
          Operation for_consumers
 TypedSupplierAdmin for_suppliers()
          Operation for_suppliers
 Property[] get_admin()
          Operation get_admin
 int[] get_all_consumeradmins()
          Operation get_all_consumeradmins
 int[] get_all_supplieradmins()
          Operation get_all_supplieradmins
 TypedConsumerAdmin get_consumeradmin(int id)
          Operation get_consumeradmin
 Property[] get_qos()
          Operation get_qos
 TypedSupplierAdmin get_supplieradmin(int id)
          Operation get_supplieradmin
 TypedEventChannelFactory MyFactory()
          Read accessor for MyFactory attribute
 TypedConsumerAdmin new_for_typed_notification_consumers(InterFilterGroupOperator op, org.omg.CORBA.IntHolder id)
          Operation new_for_typed_notification_consumers
 TypedSupplierAdmin new_for_typed_notification_suppliers(InterFilterGroupOperator op, org.omg.CORBA.IntHolder id)
          Operation new_for_typed_notification_suppliers
 void set_admin(Property[] admin)
          Operation set_admin
 void set_qos(Property[] qos)
          Operation set_qos
 void validate_qos(Property[] required_qos, NamedPropertyRangeSeqHolder available_qos)
          Operation validate_qos
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

_TypedEventChannelStub

public _TypedEventChannelStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

MyFactory

public TypedEventChannelFactory MyFactory()
Read accessor for MyFactory attribute

Returns:
the attribute value

default_consumer_admin

public TypedConsumerAdmin default_consumer_admin()
Read accessor for default_consumer_admin attribute

Returns:
the attribute value

default_supplier_admin

public TypedSupplierAdmin default_supplier_admin()
Read accessor for default_supplier_admin attribute

Returns:
the attribute value

default_filter_factory

public FilterFactory default_filter_factory()
Read accessor for default_filter_factory attribute

Returns:
the attribute value

new_for_typed_notification_consumers

public TypedConsumerAdmin new_for_typed_notification_consumers(InterFilterGroupOperator op,
                                                               org.omg.CORBA.IntHolder id)
Operation new_for_typed_notification_consumers


new_for_typed_notification_suppliers

public TypedSupplierAdmin new_for_typed_notification_suppliers(InterFilterGroupOperator op,
                                                               org.omg.CORBA.IntHolder id)
Operation new_for_typed_notification_suppliers


get_consumeradmin

public TypedConsumerAdmin get_consumeradmin(int id)
                                     throws AdminNotFound
Operation get_consumeradmin

Throws:
AdminNotFound

get_supplieradmin

public TypedSupplierAdmin get_supplieradmin(int id)
                                     throws AdminNotFound
Operation get_supplieradmin

Throws:
AdminNotFound

get_all_consumeradmins

public int[] get_all_consumeradmins()
Operation get_all_consumeradmins


get_all_supplieradmins

public int[] get_all_supplieradmins()
Operation get_all_supplieradmins


get_qos

public Property[] get_qos()
Operation get_qos

Specified by:
get_qos in interface QoSAdminOperations
Returns:
Object QosProperties

set_qos

public void set_qos(Property[] qos)
             throws UnsupportedQoS
Operation set_qos

Specified by:
set_qos in interface QoSAdminOperations
Parameters:
qos - QosProperties to assign to object
Throws:
UnsupportedQoS

validate_qos

public void validate_qos(Property[] required_qos,
                         NamedPropertyRangeSeqHolder available_qos)
                  throws UnsupportedQoS
Operation validate_qos

Specified by:
validate_qos in interface QoSAdminOperations
Throws:
UnsupportedQoS

get_admin

public Property[] get_admin()
Operation get_admin

Specified by:
get_admin in interface AdminPropertiesAdminOperations
Returns:
All Admin Properties

set_admin

public void set_admin(Property[] admin)
               throws UnsupportedAdmin
Operation set_admin

Specified by:
set_admin in interface AdminPropertiesAdminOperations
Parameters:
admin - Array of admin property
Throws:
UnsupportedAdmin - If implementation doesn't support a property

for_consumers

public TypedConsumerAdmin for_consumers()
Operation for_consumers

Specified by:
for_consumers in interface TypedEventChannelOperations

for_suppliers

public TypedSupplierAdmin for_suppliers()
Operation for_suppliers

Specified by:
for_suppliers in interface TypedEventChannelOperations

destroy

public void destroy()
Operation destroy

Specified by:
destroy in interface TypedEventChannelOperations