Oracle Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.1.2)

E26041-01

SynchronousListener Class Reference

#include <coherence/util/SynchronousListener.hpp>

Inherits Object.

List of all members.


Detailed Description

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:
Copyright © 2000, 2013, Oracle and/or its affiliates. All rights reserved.