public class ProxySupplierPOATie extends ProxySupplierPOA
| Constructor and Description |
|---|
ProxySupplierPOATie(ProxySupplierOperations delegate) |
ProxySupplierPOATie(ProxySupplierOperations delegate,
POA poa) |
| Modifier and Type | Method and Description |
|---|---|
POA |
_default_POA() |
ProxySupplierOperations |
_delegate() |
void |
_delegate(ProxySupplierOperations delegate) |
ProxySupplier |
_this() |
ProxySupplier |
_this(ORB orb) |
int |
add_filter(Filter new_filter) |
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) |
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_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic ProxySupplierPOATie(ProxySupplierOperations delegate)
public ProxySupplierPOATie(ProxySupplierOperations delegate, POA poa)
public ProxySupplier _this()
_this in class ProxySupplierPOApublic ProxySupplier _this(ORB orb)
_this in class ProxySupplierPOApublic ProxySupplierOperations _delegate()
public void _delegate(ProxySupplierOperations delegate)
public POA _default_POA()
_default_POA in class Servantpublic ProxyType MyType()
public void set_qos(Property[] qos) throws UnsupportedQoS
UnsupportedQoSpublic void validate_event_qos(Property[] required_qos, NamedPropertyRangeSeqHolder available_qos) throws UnsupportedQoS
UnsupportedQoSpublic MappingFilter priority_filter()
public MappingFilter lifetime_filter()
public void lifetime_filter(MappingFilter a)
public int add_filter(Filter new_filter)
public void remove_filter(int filter)
throws FilterNotFound
FilterNotFoundpublic void remove_all_filters()
public int[] get_all_filters()
public EventType[] obtain_offered_types(ObtainInfoMode mode)
public ConsumerAdmin MyAdmin()
public void priority_filter(MappingFilter a)
public Filter get_filter(int filter) throws FilterNotFound
FilterNotFoundpublic Property[] get_qos()
public void validate_qos(Property[] required_qos, NamedPropertyRangeSeqHolder available_qos) throws UnsupportedQoS
UnsupportedQoSCopyright © 2015 JacORB. All rights reserved.