public class TouchProcessor extends Object implements InvocableMap.EntryProcessor, ExternalizableLite, PortableObject
| Constructor and Description | 
|---|
TouchProcessor()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
process(InvocableMap.Entry entry)
Process a Map.Entry object. 
 | 
void | 
readExternal(DataInput in)
Restore the contents of this object by loading the object's state from
 the passed DataInput object. 
 | 
void | 
readExternal(PofReader pofReader)
Restore the contents of a user type instance by reading its state using
 the specified PofReader object. 
 | 
void | 
writeExternal(DataOutput out)
Save the contents of this object by storing the object's state into
 the passed DataOutput object. 
 | 
void | 
writeExternal(PofWriter pofWriter)
Save the contents of a POF user type instance by writing its state using
 the specified PofWriter object. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessAllpublic Object process(InvocableMap.Entry entry)
InvocableMap.EntryProcessor
 Note: if this method throws an exception, all modifications to the supplied
 entry or any other entries retrieved via the BackingMapContext.getBackingMapEntry(java.lang.Object)
 API will be rolled back leaving all underlying values unchanged.
process in interface InvocableMap.EntryProcessorentry - the Entry to processpublic void readExternal(DataInput in) throws IOException
ExternalizableLitereadExternal in interface ExternalizableLitein - the DataInput stream to read data from in order to restore
            the state of this objectIOException - if an I/O exception occursNotActiveException - if the object is not in its initial
            state, and therefore cannot be deserialized intopublic void writeExternal(DataOutput out) throws IOException
ExternalizableLitewriteExternal in interface ExternalizableLiteout - the DataOutput stream to write the state of this object toIOException - if an I/O exception occurspublic void readExternal(PofReader pofReader) throws IOException
PortableObjectreadExternal in interface PortableObjectpofReader - the PofReader from which to read the object's stateIOException - if an I/O error occurspublic void writeExternal(PofWriter pofWriter) throws IOException
PortableObjectwriteExternal in interface PortableObjectpofWriter - the PofWriter to which to write the object's stateIOException - if an I/O error occurs