Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Base class for entry processors that may only be executed within the cluster.

Namespace: Tangosol.Util.Processor
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
[ObsoleteAttribute("since Coherence 12.2.1.3")]
public abstract class AbstractClusterProcessor : AbstractProcessor, 
	IPortableObject

Remarks

As of 12.2.1.3 this class is deprecated in favor of AbstractProcessor which now includes a default Process method implementation.

Inheritance Hierarchy

See Also