public class _EventChannelStub extends ObjectImpl implements EventChannel
Constructor and Description |
---|
_EventChannelStub() |
Modifier and Type | Method and Description |
---|---|
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) |
_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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
_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
public static final Class _opsClass
public String[] _ids()
_ids
in class ObjectImpl
public ConsumerAdmin for_consumers()
for_consumers
in interface EventChannelOperations
public int[] get_all_consumeradmins()
public int[] get_all_supplieradmins()
public Property[] get_qos()
get_qos
in interface QoSAdminOperations
public EventChannelFactory MyFactory()
public ConsumerAdmin default_consumer_admin()
public SupplierAdmin new_for_suppliers(InterFilterGroupOperator op, IntHolder id)
public void set_admin(Property[] admin) throws UnsupportedAdmin
set_admin
in interface AdminPropertiesAdminOperations
UnsupportedAdmin
public SupplierAdmin default_supplier_admin()
public SupplierAdmin get_supplieradmin(int id) throws AdminNotFound
AdminNotFound
public SupplierAdmin for_suppliers()
for_suppliers
in interface EventChannelOperations
public void set_qos(Property[] qos) throws UnsupportedQoS
set_qos
in interface QoSAdminOperations
UnsupportedQoS
public FilterFactory default_filter_factory()
public ConsumerAdmin new_for_consumers(InterFilterGroupOperator op, IntHolder id)
public Property[] get_admin()
get_admin
in interface AdminPropertiesAdminOperations
public void validate_qos(Property[] required_qos, NamedPropertyRangeSeqHolder available_qos) throws UnsupportedQoS
validate_qos
in interface QoSAdminOperations
UnsupportedQoS
public ConsumerAdmin get_consumeradmin(int id) throws AdminNotFound
AdminNotFound
public void destroy()
destroy
in interface EventChannelOperations
Copyright © 2017 JacORB. All rights reserved.