ChainedExtractorExtractFromEntry Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Extract the value from the passed entry.
            
 
    Namespace: 
   Tangosol.Util.Extractor
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic override Object ExtractFromEntry(
	ICacheEntry entry
)
Parameters
- entry
 - Type: Tangosol.Net.CacheICacheEntry
            An Entry object to extract a desired value from
             
Return Value
Type: 
ObjectThe extracted value
Remarks
            The underlying extractors are applied sequentially, so a result
            of a previous extractor serves as a target object for a next one.
            A value of 
 prevents any further extractions and
            is returned immediately.
            
See Also