Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
14c (14.1.1.0.0)

F23533-01

NamedCacheDeactivationListener Class Reference

#include <coherence/internal/net/NamedCacheDeactivationListener.hpp>

Inherits MapListenerSupport::SynchronousListener.

Inherited by CachingMap::DeactivationListener [virtual].

List of all members.


Detailed Description

Pseudo MapListener that can be used to listen for a deactivation event from a NamedCache.

Instances of this interface can be added to a NamedCache with the single parameter addMapListener()method. The reason for calling each method is defined below:

  1. entryDeleted - a cache has been destroyed
  2. entryUpdated - a cache has been truncated.
  3. entryInserted - Unused.

Author:
jh 2013.06.27

Public Types

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

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