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

E80355-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 NamedCache::addMapListener() method. When the NamedCache is deactivated, it will call the entryDeleted() method. The other event handlers are not used.

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, 2017, Oracle and/or its affiliates. All rights reserved.