org.omg.CosNotifyChannelAdmin
Class _EventChannelStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.CosNotifyChannelAdmin._EventChannelStub
All Implemented Interfaces:
java.io.Serializable, Object, IDLEntity, EventChannel, EventChannelOperations, AdminPropertiesAdmin, AdminPropertiesAdminOperations, QoSAdmin, QoSAdminOperations

public class _EventChannelStub
extends ObjectImpl
implements EventChannel

Generated from IDL interface "EventChannel".

Version:
generated at Mar 12, 2011 4:11:28 PM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_EventChannelStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 ConsumerAdmin default_consumer_admin()
           
 FilterFactory default_filter_factory()
           
 SupplierAdmin default_supplier_admin()
           
 void destroy()
           
 ConsumerAdmin for_consumers()
           
 SupplierAdmin for_suppliers()
           
 Property[] get_admin()
           
 int[] get_all_consumeradmins()
           
 int[] get_all_supplieradmins()
           
 ConsumerAdmin get_consumeradmin(int id)
           
 Property[] get_qos()
           
 SupplierAdmin get_supplieradmin(int id)
           
 EventChannelFactory MyFactory()
           
 ConsumerAdmin new_for_consumers(InterFilterGroupOperator op, IntHolder id)
           
 SupplierAdmin new_for_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.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_component, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_component, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_EventChannelStub

public _EventChannelStub()
Method Detail

_ids

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

for_consumers

public ConsumerAdmin for_consumers()
Specified by:
for_consumers in interface EventChannelOperations

get_all_consumeradmins

public int[] get_all_consumeradmins()

get_all_supplieradmins

public int[] get_all_supplieradmins()

get_qos

public Property[] get_qos()
Specified by:
get_qos in interface QoSAdminOperations

MyFactory

public EventChannelFactory MyFactory()

default_consumer_admin

public ConsumerAdmin default_consumer_admin()

new_for_suppliers

public SupplierAdmin new_for_suppliers(InterFilterGroupOperator op,
                                       IntHolder id)

set_admin

public void set_admin(Property[] admin)
               throws UnsupportedAdmin
Specified by:
set_admin in interface AdminPropertiesAdminOperations
Throws:
UnsupportedAdmin

default_supplier_admin

public SupplierAdmin default_supplier_admin()

get_supplieradmin

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

for_suppliers

public SupplierAdmin for_suppliers()
Specified by:
for_suppliers in interface EventChannelOperations

set_qos

public void set_qos(Property[] qos)
             throws UnsupportedQoS
Specified by:
set_qos in interface QoSAdminOperations
Throws:
UnsupportedQoS

default_filter_factory

public FilterFactory default_filter_factory()

new_for_consumers

public ConsumerAdmin new_for_consumers(InterFilterGroupOperator op,
                                       IntHolder id)

get_admin

public Property[] get_admin()
Specified by:
get_admin in interface AdminPropertiesAdminOperations

validate_qos

public void validate_qos(Property[] required_qos,
                         NamedPropertyRangeSeqHolder available_qos)
                  throws UnsupportedQoS
Specified by:
validate_qos in interface QoSAdminOperations
Throws:
UnsupportedQoS

get_consumeradmin

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

destroy

public void destroy()
Specified by:
destroy in interface EventChannelOperations