Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-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()
          Retreive the underlying ValueExtractor reference.
 ValueUpdater getUpdater()
          Retreive the underlying ValueUpdater reference.

 

Method Detail

getExtractor

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

getUpdater

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

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


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