Skip navigation links

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

E47890-01


com.tangosol.util
Interface ValueManipulator

All Known Implementing Classes:
CompositeUpdater, PropertyManipulator

public interface ValueManipulator

ValueManipulator represents a composition of ValueExtractor and ValueUpdater implementations.

Since:
Coherence 3.1
Author:
gg 2005.10.31

Method Summary
 ValueExtractor getExtractor()
          Retrieve the underlying ValueExtractor reference.
 ValueUpdater getUpdater()
          Retrieve the underlying ValueUpdater reference.

 

Method Detail

getExtractor

ValueExtractor getExtractor()
Retrieve the underlying ValueExtractor reference.
Returns:
the ValueExtractor

getUpdater

ValueUpdater getUpdater()
Retrieve the underlying ValueUpdater reference.
Returns:
the ValueUpdater

Skip navigation links

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

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.