public class _TypedProxyPushConsumerStub extends ObjectImpl implements TypedProxyPushConsumer
Constructor and Description |
---|
_TypedProxyPushConsumerStub() |
Modifier and Type | Method and Description |
---|---|
String[] |
_ids() |
int |
add_filter(Filter new_filter) |
void |
connect_typed_push_supplier(PushSupplier push_supplier) |
void |
disconnect_push_consumer() |
int[] |
get_all_filters() |
Filter |
get_filter(int filter) |
Property[] |
get_qos() |
Object |
get_typed_consumer() |
SupplierAdmin |
MyAdmin() |
ProxyType |
MyType() |
EventType[] |
obtain_subscription_types(ObtainInfoMode mode) |
void |
offer_change(EventType[] added,
EventType[] removed) |
void |
push(Any data) |
void |
remove_all_filters() |
void |
remove_filter(int filter) |
void |
set_qos(Property[] qos) |
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 ProxyType MyType()
MyType
in interface ProxyConsumerOperations
public void set_qos(Property[] qos) throws UnsupportedQoS
set_qos
in interface QoSAdminOperations
UnsupportedQoS
public void disconnect_push_consumer()
disconnect_push_consumer
in interface PushConsumerOperations
public void validate_event_qos(Property[] required_qos, NamedPropertyRangeSeqHolder available_qos) throws UnsupportedQoS
validate_event_qos
in interface ProxyConsumerOperations
UnsupportedQoS
public void offer_change(EventType[] added, EventType[] removed) throws InvalidEventType
offer_change
in interface NotifyPublishOperations
InvalidEventType
public void push(Any data) throws Disconnected
push
in interface PushConsumerOperations
Disconnected
public EventType[] obtain_subscription_types(ObtainInfoMode mode)
obtain_subscription_types
in interface ProxyConsumerOperations
public int add_filter(Filter new_filter)
add_filter
in interface FilterAdminOperations
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 Object get_typed_consumer()
get_typed_consumer
in interface TypedPushConsumerOperations
public int[] get_all_filters()
get_all_filters
in interface FilterAdminOperations
public SupplierAdmin MyAdmin()
MyAdmin
in interface ProxyConsumerOperations
public Filter get_filter(int filter) throws FilterNotFound
get_filter
in interface FilterAdminOperations
FilterNotFound
public void validate_qos(Property[] required_qos, NamedPropertyRangeSeqHolder available_qos) throws UnsupportedQoS
validate_qos
in interface QoSAdminOperations
UnsupportedQoS
public Property[] get_qos()
get_qos
in interface QoSAdminOperations
public void connect_typed_push_supplier(PushSupplier push_supplier) throws AlreadyConnected
connect_typed_push_supplier
in interface TypedProxyPushConsumerOperations
AlreadyConnected
Copyright © 2016 JacORB. All rights reserved.