public class _ProxyPullSupplierStub extends ObjectImpl implements ProxyPullSupplier
Constructor and Description |
---|
_ProxyPullSupplierStub() |
Modifier and Type | Method and Description |
---|---|
String[] |
_ids() |
int |
add_filter(Filter new_filter) |
void |
connect_any_pull_consumer(PullConsumer pull_consumer) |
void |
disconnect_pull_supplier() |
int[] |
get_all_filters() |
Filter |
get_filter(int filter) |
Property[] |
get_qos() |
MappingFilter |
lifetime_filter() |
void |
lifetime_filter(MappingFilter a) |
ConsumerAdmin |
MyAdmin() |
ProxyType |
MyType() |
EventType[] |
obtain_offered_types(ObtainInfoMode mode) |
MappingFilter |
priority_filter() |
void |
priority_filter(MappingFilter a) |
Any |
pull() |
void |
remove_all_filters() |
void |
remove_filter(int filter) |
void |
set_qos(Property[] qos) |
void |
subscription_change(EventType[] added,
EventType[] removed) |
Any |
try_pull(BooleanHolder has_event) |
void |
validate_event_qos(Property[] required_qos,
NamedPropertyRangeSeqHolder available_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 void disconnect_pull_supplier()
disconnect_pull_supplier
in interface PullSupplierOperations
public int[] get_all_filters()
get_all_filters
in interface FilterAdminOperations
public Any try_pull(BooleanHolder has_event) throws Disconnected
try_pull
in interface PullSupplierOperations
Disconnected
public Property[] get_qos()
get_qos
in interface QoSAdminOperations
public MappingFilter lifetime_filter()
lifetime_filter
in interface ProxySupplierOperations
public ProxyType MyType()
MyType
in interface ProxySupplierOperations
public MappingFilter priority_filter()
priority_filter
in interface ProxySupplierOperations
public Filter get_filter(int filter) throws FilterNotFound
get_filter
in interface FilterAdminOperations
FilterNotFound
public void set_qos(Property[] qos) throws UnsupportedQoS
set_qos
in interface QoSAdminOperations
UnsupportedQoS
public Any pull() throws Disconnected
pull
in interface PullSupplierOperations
Disconnected
public void connect_any_pull_consumer(PullConsumer pull_consumer) throws AlreadyConnected
connect_any_pull_consumer
in interface ProxyPullSupplierOperations
AlreadyConnected
public EventType[] obtain_offered_types(ObtainInfoMode mode)
obtain_offered_types
in interface ProxySupplierOperations
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 void priority_filter(MappingFilter a)
priority_filter
in interface ProxySupplierOperations
public void validate_event_qos(Property[] required_qos, NamedPropertyRangeSeqHolder available_qos) throws UnsupportedQoS
validate_event_qos
in interface ProxySupplierOperations
UnsupportedQoS
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)
lifetime_filter
in interface ProxySupplierOperations
public ConsumerAdmin MyAdmin()
MyAdmin
in interface ProxySupplierOperations
Copyright © 2017 JacORB. All rights reserved.