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

E47891-01

AbstractClusterProcessor Class Reference

#include <coherence/util/processor/AbstractClusterProcessor.hpp>

Inherits AbstractProcessor, and PortableObject.

List of all members.


Detailed Description

Base class for entry processors that may only be executed within the cluster.

Author:
wl 2013.07.02

Public Types

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

Public Member Functions

virtual Object::Holder process (InvocableMap::Entry::Handle hEntry) const
 Process a Map::Entry object.

Parameters:
hEntry the Entry to process
Returns:
the result of the processing, if any

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

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