public interface TypedProxyPullConsumerOperations extends ProxyConsumerOperations, PullConsumerOperations
| Modifier and Type | Method and Description |
|---|---|
void |
connect_typed_pull_supplier(TypedPullSupplier pull_supplier) |
void |
resume_connection() |
void |
suspend_connection() |
MyAdmin, MyType, obtain_subscription_types, validate_event_qosget_qos, set_qos, validate_qosadd_filter, get_all_filters, get_filter, remove_all_filters, remove_filteroffer_changedisconnect_pull_consumervoid connect_typed_pull_supplier(TypedPullSupplier pull_supplier) throws AlreadyConnected, TypeError
AlreadyConnectedTypeErrorvoid suspend_connection()
throws NotConnected,
ConnectionAlreadyInactive
void resume_connection()
throws ConnectionAlreadyActive,
NotConnected
ConnectionAlreadyActiveNotConnectedCopyright © 2015 JacORB. All rights reserved.