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

E26041-01

EntryExtractor Class Reference

#include <coherence/util/extractor/EntryExtractor.hpp>

Inherits AbstractExtractor, and PortableObject.

List of all members.


Detailed Description

The EntryExtractor is a base abstract class for special purpose custom ValueExtractor implementations.

It allows them to extract a desired value using all available information on the corresponding QueryMap.Entry object and is intended to be used in advanced custom scenarios, when application code needs to look at both key and value at the same time or can make some very specific assumptions regarding to the implementation details of the underlying Entry object.

Author:
nsa 2008.08.07

Public Types

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

Public Member Functions

virtual void readExternal (PofReader::Handle hIn)
 
virtual void writeExternal (PofWriter::Handle hOut) const
 

Protected Member Functions

 EntryExtractor ()
 Default constructor (for backward compatibility).
 EntryExtractor (int32_t nTarget)
 Construct an EntryExtractor based on the entry extraction target.

Constructor & Destructor Documentation

EntryExtractor ( int32_t  nTarget  )  [protected]

Construct an EntryExtractor based on the entry extraction target.

Parameters:
nTarget one of the value or key values
Since:
Coherence 3.5


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