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

E80355-01

CachingMap::SimpleListener Class Reference

#include <coherence/net/cache/CachingMap.hpp>

Inherits MultiplexingMapListener, and MapListenerSupport::SynchronousListener.

List of all members.


Detailed Description

MapListener for back map responsible for keeping the front map coherent with the back map.

This listener is registered as a synchronous listener for lite events (carrying only a key).

Public Types

typedef spec::Handle Handle
 SimpleListener Handle definition.
typedef spec::View View
 SimpleListener View definition.
typedef spec::Holder Holder
 SimpleListener Holder definition.

Protected Member Functions

 SimpleListener (CachingMap::Handle hMap)
 Construct a SimpleListener.
virtual void onMapEvent (MapEvent::View vEvent)
 

Protected Attributes

WeakHandle< CachingMapm_whMap
 The map associated with this listener.


Constructor & Destructor Documentation

SimpleListener ( CachingMap::Handle  hMap  )  [protected]

Construct a SimpleListener.

Parameters:
hMap the map associated with this listener


The documentation for this class was generated from the following file:
Copyright © 2000, 2017, Oracle and/or its affiliates. All rights reserved.