public class _ConsumerAdminStub extends ObjectImpl implements ConsumerAdmin
Modifier and Type | Field and Description |
---|---|
static java.lang.Class |
_opsClass |
Constructor and Description |
---|
_ConsumerAdminStub() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
_ids() |
int |
add_filter(Filter new_filter) |
void |
destroy() |
int[] |
get_all_filters() |
Filter |
get_filter(int filter) |
ProxySupplier |
get_proxy_supplier(int proxy_id) |
Property[] |
get_qos() |
MappingFilter |
lifetime_filter() |
void |
lifetime_filter(MappingFilter a) |
EventChannel |
MyChannel() |
int |
MyID() |
InterFilterGroupOperator |
MyOperator() |
ProxySupplier |
obtain_notification_pull_supplier(ClientType ctype,
IntHolder proxy_id) |
ProxySupplier |
obtain_notification_push_supplier(ClientType ctype,
IntHolder proxy_id) |
ProxyPullSupplier |
obtain_pull_supplier() |
ProxyPushSupplier |
obtain_push_supplier() |
MappingFilter |
priority_filter() |
void |
priority_filter(MappingFilter a) |
int[] |
pull_suppliers() |
int[] |
push_suppliers() |
void |
remove_all_filters() |
void |
remove_filter(int filter) |
void |
set_qos(Property[] qos) |
void |
subscription_change(EventType[] added,
EventType[] removed) |
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 java.lang.String[] _ids()
_ids
in class ObjectImpl
public int[] get_all_filters()
get_all_filters
in interface FilterAdminOperations
public ProxyPullSupplier obtain_pull_supplier()
obtain_pull_supplier
in interface ConsumerAdminOperations
public ProxySupplier get_proxy_supplier(int proxy_id) throws ProxyNotFound
ProxyNotFound
public int MyID()
public Property[] get_qos()
get_qos
in interface QoSAdminOperations
public MappingFilter lifetime_filter()
public MappingFilter priority_filter()
public Filter get_filter(int filter) throws FilterNotFound
get_filter
in interface FilterAdminOperations
FilterNotFound
public ProxySupplier obtain_notification_pull_supplier(ClientType ctype, IntHolder proxy_id) throws AdminLimitExceeded
AdminLimitExceeded
public InterFilterGroupOperator MyOperator()
public void set_qos(Property[] qos) throws UnsupportedQoS
set_qos
in interface QoSAdminOperations
UnsupportedQoS
public int[] pull_suppliers()
public ProxySupplier obtain_notification_push_supplier(ClientType ctype, IntHolder proxy_id) throws AdminLimitExceeded
AdminLimitExceeded
public int add_filter(Filter new_filter)
add_filter
in interface FilterAdminOperations
public void subscription_change(EventType[] added, EventType[] removed) throws InvalidEventType
subscription_change
in interface NotifySubscribeOperations
InvalidEventType
public ProxyPushSupplier obtain_push_supplier()
obtain_push_supplier
in interface ConsumerAdminOperations
public void priority_filter(MappingFilter a)
public void remove_filter(int filter) throws FilterNotFound
remove_filter
in interface FilterAdminOperations
FilterNotFound
public void remove_all_filters()
remove_all_filters
in interface FilterAdminOperations
public void validate_qos(Property[] required_qos, NamedPropertyRangeSeqHolder available_qos) throws UnsupportedQoS
validate_qos
in interface QoSAdminOperations
UnsupportedQoS
public void lifetime_filter(MappingFilter a)
public EventChannel MyChannel()
public int[] push_suppliers()
public void destroy()