org.omg.CosTypedNotifyChannelAdmin
Class TypedEventChannelPOA

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

public abstract class TypedEventChannelPOA
extends Servant
implements InvokeHandler, TypedEventChannelOperations

Generated from IDL interface "TypedEventChannel"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Constructor Summary
TypedEventChannelPOA()
           
 
Method Summary
 java.lang.String[] _all_interfaces(POA poa, byte[] obj_id)
           
 OutputStream _invoke(java.lang.String method, InputStream _input, ResponseHandler handler)
           
 TypedEventChannel _this()
           
 TypedEventChannel _this(ORB orb)
           
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _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
 
Methods inherited from interface org.omg.CosTypedNotifyChannelAdmin.TypedEventChannelOperations
default_consumer_admin, default_filter_factory, default_supplier_admin, get_all_consumeradmins, get_all_supplieradmins, get_consumeradmin, get_supplieradmin, MyFactory, new_for_typed_notification_consumers, new_for_typed_notification_suppliers
 
Methods inherited from interface org.omg.CosNotification.QoSAdminOperations
get_qos, set_qos, validate_qos
 
Methods inherited from interface org.omg.CosNotification.AdminPropertiesAdminOperations
get_admin, set_admin
 
Methods inherited from interface org.omg.CosTypedEventChannelAdmin.TypedEventChannelOperations
destroy, for_consumers, for_suppliers
 

Constructor Detail

TypedEventChannelPOA

public TypedEventChannelPOA()
Method Detail

_this

public TypedEventChannel _this()

_this

public TypedEventChannel _this(ORB orb)

_invoke

public OutputStream _invoke(java.lang.String method,
                            InputStream _input,
                            ResponseHandler handler)
                     throws SystemException
Specified by:
_invoke in interface InvokeHandler
Throws:
SystemException

_all_interfaces

public java.lang.String[] _all_interfaces(POA poa,
                                          byte[] obj_id)
Specified by:
_all_interfaces in class Servant