org.omg.CosTypedNotifyChannelAdmin
Class TypedEventChannelPOATie

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

public class TypedEventChannelPOATie
extends TypedEventChannelPOA

Generated from IDL interface "TypedEventChannel"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Constructor Summary
TypedEventChannelPOATie(TypedEventChannelOperations delegate)
           
TypedEventChannelPOATie(TypedEventChannelOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 TypedEventChannelOperations _delegate()
           
 void _delegate(TypedEventChannelOperations delegate)
           
 TypedEventChannel _this()
           
 TypedEventChannel _this(ORB orb)
           
 TypedConsumerAdmin default_consumer_admin()
           
 FilterFactory default_filter_factory()
           
 TypedSupplierAdmin default_supplier_admin()
           
 void destroy()
           
 TypedConsumerAdmin for_consumers()
           
 TypedSupplierAdmin for_suppliers()
           
 Property[] get_admin()
           
 int[] get_all_consumeradmins()
           
 int[] get_all_supplieradmins()
           
 TypedConsumerAdmin get_consumeradmin(int id)
           
 Property[] get_qos()
           
 TypedSupplierAdmin get_supplieradmin(int id)
           
 TypedEventChannelFactory MyFactory()
           
 TypedConsumerAdmin new_for_typed_notification_consumers(InterFilterGroupOperator op, IntHolder id)
           
 TypedSupplierAdmin new_for_typed_notification_suppliers(InterFilterGroupOperator op, IntHolder id)
           
 void set_admin(Property[] admin)
           
 void set_qos(Property[] qos)
           
 void validate_qos(Property[] required_qos, NamedPropertyRangeSeqHolder available_qos)
           
 
Methods inherited from class org.omg.CosTypedNotifyChannelAdmin.TypedEventChannelPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedEventChannelPOATie

public TypedEventChannelPOATie(TypedEventChannelOperations delegate)

TypedEventChannelPOATie

public TypedEventChannelPOATie(TypedEventChannelOperations delegate,
                               POA poa)
Method Detail

_this

public TypedEventChannel _this()
Overrides:
_this in class TypedEventChannelPOA

_this

public TypedEventChannel _this(ORB orb)
Overrides:
_this in class TypedEventChannelPOA

_delegate

public TypedEventChannelOperations _delegate()

_delegate

public void _delegate(TypedEventChannelOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

for_consumers

public TypedConsumerAdmin for_consumers()

get_all_consumeradmins

public int[] get_all_consumeradmins()

get_all_supplieradmins

public int[] get_all_supplieradmins()

get_qos

public Property[] get_qos()

MyFactory

public TypedEventChannelFactory MyFactory()

default_consumer_admin

public TypedConsumerAdmin default_consumer_admin()

new_for_typed_notification_suppliers

public TypedSupplierAdmin new_for_typed_notification_suppliers(InterFilterGroupOperator op,
                                                               IntHolder id)

set_admin

public void set_admin(Property[] admin)
               throws UnsupportedAdmin
Throws:
UnsupportedAdmin

default_supplier_admin

public TypedSupplierAdmin default_supplier_admin()

get_supplieradmin

public TypedSupplierAdmin get_supplieradmin(int id)
                                     throws AdminNotFound
Throws:
AdminNotFound

for_suppliers

public TypedSupplierAdmin for_suppliers()

set_qos

public void set_qos(Property[] qos)
             throws UnsupportedQoS
Throws:
UnsupportedQoS

default_filter_factory

public FilterFactory default_filter_factory()

new_for_typed_notification_consumers

public TypedConsumerAdmin new_for_typed_notification_consumers(InterFilterGroupOperator op,
                                                               IntHolder id)

get_admin

public Property[] get_admin()

validate_qos

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

get_consumeradmin

public TypedConsumerAdmin get_consumeradmin(int id)
                                     throws AdminNotFound
Throws:
AdminNotFound

destroy

public void destroy()