public class _StructuredProxyPushConsumerStub extends ObjectImpl implements StructuredProxyPushConsumer
| Constructor and Description |
|---|
_StructuredProxyPushConsumerStub() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
_ids() |
int |
add_filter(Filter new_filter) |
void |
connect_structured_push_supplier(StructuredPushSupplier push_supplier) |
void |
disconnect_structured_push_consumer() |
int[] |
get_all_filters() |
Filter |
get_filter(int filter) |
Property[] |
get_qos() |
SupplierAdmin |
MyAdmin() |
ProxyType |
MyType() |
EventType[] |
obtain_subscription_types(ObtainInfoMode mode) |
void |
offer_change(EventType[] added,
EventType[] removed) |
void |
push_structured_event(StructuredEvent notification) |
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_delegate, _get_domain_managers, _get_interface_def, _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, toStringpublic static final Class _opsClass
public String[] _ids()
_ids in class ObjectImplpublic void connect_structured_push_supplier(StructuredPushSupplier push_supplier) throws AlreadyConnected
connect_structured_push_supplier in interface StructuredProxyPushConsumerOperationsAlreadyConnectedpublic ProxyType MyType()
MyType in interface ProxyConsumerOperationspublic void set_qos(Property[] qos) throws UnsupportedQoS
set_qos in interface QoSAdminOperationsUnsupportedQoSpublic void validate_event_qos(Property[] required_qos, NamedPropertyRangeSeqHolder available_qos) throws UnsupportedQoS
validate_event_qos in interface ProxyConsumerOperationsUnsupportedQoSpublic void push_structured_event(StructuredEvent notification) throws Disconnected
push_structured_event in interface StructuredPushConsumerOperationsDisconnectedpublic void offer_change(EventType[] added, EventType[] removed) throws InvalidEventType
offer_change in interface NotifyPublishOperationsInvalidEventTypepublic EventType[] obtain_subscription_types(ObtainInfoMode mode)
obtain_subscription_types in interface ProxyConsumerOperationspublic int add_filter(Filter new_filter)
add_filter in interface FilterAdminOperationspublic void disconnect_structured_push_consumer()
disconnect_structured_push_consumer in interface StructuredPushConsumerOperationspublic void remove_filter(int filter)
throws FilterNotFound
remove_filter in interface FilterAdminOperationsFilterNotFoundpublic void remove_all_filters()
remove_all_filters in interface FilterAdminOperationspublic int[] get_all_filters()
get_all_filters in interface FilterAdminOperationspublic SupplierAdmin MyAdmin()
MyAdmin in interface ProxyConsumerOperationspublic Filter get_filter(int filter) throws FilterNotFound
get_filter in interface FilterAdminOperationsFilterNotFoundpublic void validate_qos(Property[] required_qos, NamedPropertyRangeSeqHolder available_qos) throws UnsupportedQoS
validate_qos in interface QoSAdminOperationsUnsupportedQoSpublic Property[] get_qos()
get_qos in interface QoSAdminOperationsCopyright © 2015 JacORB. All rights reserved.