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

E69640-01

CachingMap::DeactivationListener Class Reference

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

Inherits AbstractMapListener, and NamedCacheDeactivationListener.

List of all members.


Detailed Description

DeactivationListener for the back NamedCache.

The primary goal of that listener is invalidation of the front map when the back cache is destroyed or all storage nodes are stopped.

Public Types

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

Protected Member Functions

 DeactivationListener (CachingMap::Handle hMap)
 Construct a DeactivationListener.
virtual void entryDeleted (MapEvent::View vEvent)
 
virtual void entryUpdated (MapEvent::View vEvent)
 

Protected Attributes

WeakHandle< CachingMapm_whMap
 The map associated with this listener.


Constructor & Destructor Documentation

DeactivationListener ( CachingMap::Handle  hMap  )  [protected]

Construct a DeactivationListener.

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.