Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/util/SynchronousListener.hpp>
Inherits Object.
A tag interface indicating that a listener implementation has to receive the event notifications synchronously on the corresponding service's thread.
This interface should be considered as a very advanced feature, as a listener implementation that is marked as a SynchronousListener must exercise extreme caution during event processing since any delay with return or unhandled exception will cause a delay or complete shutdown of the corresponding service.
Public Types |
|
| typedef spec::Handle | Handle |
| SynchronousListener Handle definition. | |
| typedef spec::View | View |
| SynchronousListener View definition. | |
| typedef spec::Holder | Holder |
| SynchronousListener Holder definition. | |
The documentation for this class was generated from the following file: