#include <coherence/internal/net/NamedCacheDeactivationListener.hpp>
Inherits MapListenerSupport::SynchronousListener.
Inherited by CachingMap::DeactivationListener [virtual].
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.
Public Types | |
| typedef spec::Handle | Handle |
| NamedCacheDeactivationListener Handle definition. | |
| typedef spec::View | View |
| NamedCacheDeactivationListener View definition. | |
| typedef spec::Holder | Holder |
| NamedCacheDeactivationListener Holder definition. | |