public class ProxyConsumerPOATie extends ProxyConsumerPOA
Constructor and Description |
---|
ProxyConsumerPOATie(ProxyConsumerOperations delegate) |
ProxyConsumerPOATie(ProxyConsumerOperations delegate,
POA poa) |
Modifier and Type | Method and Description |
---|---|
POA |
_default_POA() |
ProxyConsumerOperations |
_delegate() |
void |
_delegate(ProxyConsumerOperations delegate) |
ProxyConsumer |
_this() |
ProxyConsumer |
_this(ORB orb) |
int |
add_filter(Filter new_filter) |
int[] |
get_all_filters() |
Filter |
get_filter(int filter) |
Property[] |
get_qos() |
SupplierAdmin |
MyAdmin() |
ProxyType |
MyType() |
EventType[] |
obtain_subscription_types(ObtainInfoMode mode) |
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) |
_all_interfaces, _invoke
_get_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public ProxyConsumerPOATie(ProxyConsumerOperations delegate)
public ProxyConsumerPOATie(ProxyConsumerOperations delegate, POA poa)
public ProxyConsumer _this()
_this
in class ProxyConsumerPOA
public ProxyConsumer _this(ORB orb)
_this
in class ProxyConsumerPOA
public ProxyConsumerOperations _delegate()
public void _delegate(ProxyConsumerOperations delegate)
public POA _default_POA()
_default_POA
in class Servant
public ProxyType MyType()
public void set_qos(Property[] qos) throws UnsupportedQoS
UnsupportedQoS
public void validate_event_qos(Property[] required_qos, NamedPropertyRangeSeqHolder available_qos) throws UnsupportedQoS
UnsupportedQoS
public EventType[] obtain_subscription_types(ObtainInfoMode mode)
public int add_filter(Filter new_filter)
public void remove_filter(int filter) throws FilterNotFound
FilterNotFound
public void remove_all_filters()
public int[] get_all_filters()
public SupplierAdmin MyAdmin()
public Filter get_filter(int filter) throws FilterNotFound
FilterNotFound
public Property[] get_qos()
public void validate_qos(Property[] required_qos, NamedPropertyRangeSeqHolder available_qos) throws UnsupportedQoS
UnsupportedQoS
Copyright © 2016 JacORB. All rights reserved.