======================================= Notification Service TODO ======================================= - Integrate tests/examples in the checkstyle task. * Make configurable - pullBatchSize * Filtering of events at various points * Remove use of latency - SequenceProxyPullSupplierImpl - Any/Sequence/Structured Puller use pullThreadLatency. Could use try_pull ? QoS Support - PacingInterval * notify.xml - Cleanup - Add configurable log format and target * Remove use of static Logger references ======================================= Operations Not Implemented ======================================= The following throw a org.omg.CORBA.NO_IMPLEMENT() exception. ConsumerAdmin * priority_filter * lifetime_filter * set_qos * validate_qos EventChannel * set_admin * set_qos * validate_qos FilterFactory * create_mapping_filter Filter * destroy MappingFilter * constraint_grammar * value_type * default_value * add_mapping_contraints * modify_mapping_contraints * get_mapping_contraints * get_all_mapping_contraints * remove_all_mapping_contraints * destroy * match * match_structured * match_typed ProxyPullConsumer * obtain_subscription_types * validate_event_qos * validate_qos ProxyPullSupplier * obtain_offered_types * validate_event_qos * validate_qos ProxyPushConsumer * obtain_subscription_types * validate_event_qos * validate_qos ProxyPushSupplier * obtain_offered_types * validate_event_qos * validate_qos SequenceProxyPullConsumer * obtain_subscription_types * validate_event_qos * validate_qos * set_qos SequenceProxyPullSupplier * obtain_offered_types * validate_event_qos * validate_qos SequenceProxyPushConsumer * obtain_subscription_types * validate_event_qos * validate_qos SequenceProxyPushSupplier * obtain_offered_types * validate_event_qos * validate_qos StructuredProxyPullConsumer * obtain_subscription_types * validate_event_qos * validate_qos StructuredProxyPullSupplier * obtain_offered_types * validate_event_qos * validate_qos StructuredProxyPushConsumer * obtain_subscription_types * validate_event_qos * validate_qos StructuredProxyPushSupplier * obtain_offered_types * validate_event_qos * validate_qos SupplierAdmin * set_qos * validate_qos