Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/util/MapListenerSupport.hpp>
Inherits Object, and MapListenerSupport::SynchronousListener.
A wrapper class that turns the specified MapListener into a synchronous listener.
Public Types |
||||
| typedef spec::Handle | Handle | |||
| WrapperSynchronousListener Handle definition. | ||||
| typedef spec::View | View | |||
| WrapperSynchronousListener View definition. | ||||
| typedef spec::Holder | Holder | |||
| WrapperSynchronousListener Holder definition. | ||||
Public Member Functions |
||||
| virtual void | entryInserted (MapEvent::View vEvent) | |||
Invoked when a map entry has been inserted.
|
||||
| virtual void | entryUpdated (MapEvent::View vEvent) | |||
Invoked when a map entry has been updated.
|
||||
| virtual void | entryDeleted (MapEvent::View vEvent) | |||
Invoked when a map entry has been removed.
|
||||
| virtual size32_t | hashCode () const | |||
| Return a hash code value for the Object.
This method is supported for the benefit of hash-based containers. The general contract of
The default implementation is identity based.
|
||||
| virtual bool | equals (Object::View v) const | |||
Protected Member Functions |
||||
| WrapperSynchronousListener (MapListener::Handle hListener) | ||||
| Create a new WrapperSynchronousListener. | ||||
Protected Attributes |
||||
| MemberHandle < MapListener > |
m_hListener | |||
| Wrapped MapListener. | ||||
| WrapperSynchronousListener | ( | MapListener::Handle | hListener | ) | [protected] |
Create a new WrapperSynchronousListener.
| hListener | the listener to be wrapped |
The documentation for this class was generated from the following file: