org.omg.CosTypedNotifyChannelAdmin
Class TypedEventChannelPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.CosTypedNotifyChannelAdmin.TypedEventChannelPOA
          extended by org.omg.CosTypedNotifyChannelAdmin.TypedEventChannelPOATie
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, AdminPropertiesAdminOperations, QoSAdminOperations, TypedEventChannelOperations

public class TypedEventChannelPOATie
extends TypedEventChannelPOA

Interface definition: TypedEventChannel.

Author:
OpenORB Compiler

Constructor Summary
TypedEventChannelPOATie(TypedEventChannelOperations tieObject)
          Constructor
TypedEventChannelPOATie(TypedEventChannelOperations tieObject, org.omg.PortableServer.POA poa)
          Constructor
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
          _default_POA method
 TypedEventChannelOperations _delegate()
          Get the delegate
 void _delegate(TypedEventChannelOperations delegate_)
          Set the delegate
 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.CosTypedNotifyChannelAdmin.TypedEventChannelPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedEventChannelPOATie

public TypedEventChannelPOATie(TypedEventChannelOperations tieObject)
Constructor


TypedEventChannelPOATie

public TypedEventChannelPOATie(TypedEventChannelOperations tieObject,
                               org.omg.PortableServer.POA poa)
Constructor

Method Detail

_delegate

public TypedEventChannelOperations _delegate()
Get the delegate


_delegate

public void _delegate(TypedEventChannelOperations delegate_)
Set the delegate


_default_POA

public org.omg.PortableServer.POA _default_POA()
_default_POA method

Overrides:
_default_POA in class org.omg.PortableServer.Servant

MyFactory

public TypedEventChannelFactory MyFactory()
Read accessor for MyFactory attribute


default_consumer_admin

public TypedConsumerAdmin default_consumer_admin()
Read accessor for default_consumer_admin attribute


default_supplier_admin

public TypedSupplierAdmin default_supplier_admin()
Read accessor for default_supplier_admin attribute


default_filter_factory

public FilterFactory default_filter_factory()
Read accessor for default_filter_factory attribute


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

Returns:
Object QosProperties

set_qos

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

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

Throws:
UnsupportedQoS

get_admin

public Property[] get_admin()
Operation get_admin

Returns:
All Admin Properties

set_admin

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

Parameters:
admin - Array of admin property
Throws:
UnsupportedAdmin - If implementation doesn't support a property

for_consumers

public TypedConsumerAdmin for_consumers()
Operation for_consumers


for_suppliers

public TypedSupplierAdmin for_suppliers()
Operation for_suppliers


destroy

public void destroy()
Operation destroy