CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.util
Interface ValueManipulator

All Known Implementing Classes:
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

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation