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

E69640-01

CachingMap::PrimingListener Class Reference

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

Inherits MultiplexingMapListener.

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) and generates a "priming" event when registered.

Since:
12.2.1

Public Types

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

Protected Member Functions

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

Protected Attributes

WeakHandle< CachingMapm_whMap
 The map associated with this listener.

Constructor & Destructor Documentation

PrimingListener ( CachingMap::Handle  hMap  )  [protected]

Construct a PrimingListener.

Parameters:
hMap the map associated with this listener


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