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

E26041-01

CachingMap::BackMapListener 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
 BackMapListener Handle definition.
typedef spec::View View
 BackMapListener View definition.
typedef spec::Holder Holder
 BackMapListener Holder definition.

Protected Member Functions

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

Protected Attributes

WeakHandle< CachingMapm_whMap
 The map associated with this listener.


Constructor & Destructor Documentation

BackMapListener ( CachingMap::Handle  hMap  )  [protected]

Construct a BackMapListener.

Parameters:
hMap the map associated with this listener


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