Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


oracle.eclipselink.coherence.integrated.internal.cache
Class ElementCollectionUpdateProcessor

java.lang.Object
  extended by com.tangosol.util.Base
      extended by com.tangosol.util.processor.AbstractProcessor
          extended by oracle.eclipselink.coherence.integrated.internal.cache.ElementCollectionUpdateProcessor

All Implemented Interfaces:
com.tangosol.io.pof.PortableObject, com.tangosol.util.InvocableMap.EntryProcessor, java.io.Serializable

public class ElementCollectionUpdateProcessor
extends com.tangosol.util.processor.AbstractProcessor
implements com.tangosol.io.pof.PortableObject
See Also:
Serialized Form

Nested Class Summary

 

Nested classes/interfaces inherited from class com.tangosol.util.Base
com.tangosol.util.Base.LoggingWriter, com.tangosol.util.Base.StackFrame

 

Field Summary
protected  AttributeAccessor attributeAccessor
           
protected  java.lang.Object attributeValue
           
protected  com.tangosol.util.extractor.AbstractExtractor extractor
           
protected  java.lang.Object versionValue
           

 

Fields inherited from class com.tangosol.util.Base
LOG_ALWAYS, LOG_DEBUG, LOG_ERR, LOG_INFO, LOG_MAX, LOG_MIN, LOG_QUIET, LOG_WARN, POWER_0, POWER_G, POWER_K, POWER_M, POWER_T, UNIT_D, UNIT_H, UNIT_M, UNIT_MS, UNIT_NS, UNIT_S, UNIT_US

 

Constructor Summary
ElementCollectionUpdateProcessor()
           
ElementCollectionUpdateProcessor(java.lang.Object attributeValue, AttributeAccessor attributeAccessor, java.lang.Object versionValue, com.tangosol.util.extractor.AbstractExtractor extractor)
           

 

Method Summary
 java.lang.Object process(com.tangosol.util.InvocableMap.Entry entry)
           
 java.util.Map processAll(java.util.Set setEntries)
           
 void readExternal(com.tangosol.io.pof.PofReader in)
           
 void writeExternal(com.tangosol.io.pof.PofWriter out)
           

 

Methods inherited from class com.tangosol.util.Base
azzert, azzert, azzert, azzertFailed, breakLines, breakLines, decimalValue, dup, dup, ensureClassLoader, ensureRuntimeException, ensureRuntimeException, equals, equalsDeep, err, err, err, err, err, escape, formatDateTime, getCallerStackFrame, getCommonMonitor, getCommonMonitor, getContextClassLoader, getContextClassLoader, getErr, getLastSafeTimeMillis, getLog, getMaxDecDigits, getMaxHexDigits, getOriginalException, getOut, getRandom, getRandomBinary, getRandomString, getSafeTimeMillis, getStackFrame, getStackFrames, getStackTrace, getStackTrace, getUpTimeMillis, hashCode, hexValue, indentString, indentString, isDecimal, isHex, isLogEcho, isOctal, log, log, log, log, log, makeInteger, makeLong, makeThread, octalValue, out, out, out, out, out, pad, parseBandwidth, parseBandwidth, parseDelimitedString, parseHex, parseHex, parseMemorySize, parseMemorySize, parseTime, parseTime, parseTimeNanos, parseTimeNanos, printStackTrace, randomize, randomize, randomize, read, read, read, read, read, read, read, redirectAll, replace, setErr, setLog, setLogEcho, setOut, toBandwidthString, toBandwidthString, toCharEscape, toCrc, toCrc, toCrc, toDecString, toDelimitedString, toDelimitedString, toDelimitedString, toDelimitedString, toHex, toHex, toHexDump, toHexEscape, toHexEscape, toHexEscape, toHexString, toMemorySizeString, toMemorySizeString, toQuotedCharEscape, toQuotedStringEscape, toSqlString, toString, toString, toStringEscape, toUnicodeEscape, trace, trace, trace, trace, trace, trace, trace, trace, trace

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

attributeValue

protected java.lang.Object attributeValue

attributeAccessor

protected AttributeAccessor attributeAccessor

versionValue

protected java.lang.Object versionValue

extractor

protected com.tangosol.util.extractor.AbstractExtractor extractor

Constructor Detail

ElementCollectionUpdateProcessor

public ElementCollectionUpdateProcessor()

ElementCollectionUpdateProcessor

public ElementCollectionUpdateProcessor(java.lang.Object attributeValue,
                                        AttributeAccessor attributeAccessor,
                                        java.lang.Object versionValue,
                                        com.tangosol.util.extractor.AbstractExtractor extractor)

Method Detail

process

public java.lang.Object process(com.tangosol.util.InvocableMap.Entry entry)
Specified by:
process in interface com.tangosol.util.InvocableMap.EntryProcessor

processAll

public java.util.Map processAll(java.util.Set setEntries)
Specified by:
processAll in interface com.tangosol.util.InvocableMap.EntryProcessor
Overrides:
processAll in class com.tangosol.util.processor.AbstractProcessor

readExternal

public void readExternal(com.tangosol.io.pof.PofReader in)
                  throws java.io.IOException
Specified by:
readExternal in interface com.tangosol.io.pof.PortableObject
Throws:
java.io.IOException

writeExternal

public void writeExternal(com.tangosol.io.pof.PofWriter out)
                   throws java.io.IOException
Specified by:
writeExternal in interface com.tangosol.io.pof.PortableObject
Throws:
java.io.IOException

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.