public interface ProxyPullConsumerOperations extends ProxyConsumerOperations, PullConsumerOperations
Modifier and Type | Method and Description |
---|---|
void |
connect_any_pull_supplier(PullSupplier pull_supplier) |
void |
resume_connection() |
void |
suspend_connection() |
MyAdmin, MyType, obtain_subscription_types, validate_event_qos
get_qos, set_qos, validate_qos
add_filter, get_all_filters, get_filter, remove_all_filters, remove_filter
offer_change
disconnect_pull_consumer
void connect_any_pull_supplier(PullSupplier pull_supplier) throws AlreadyConnected, TypeError
AlreadyConnected
TypeError
void suspend_connection() throws NotConnected, ConnectionAlreadyInactive
void resume_connection() throws ConnectionAlreadyActive, NotConnected
ConnectionAlreadyActive
NotConnected
Copyright © 2016 JacORB. All rights reserved.