com.hazelcast.web
Class InvalidateEntryProcessor

java.lang.Object
  extended by com.hazelcast.map.AbstractEntryProcessor<String,Object>
      extended by com.hazelcast.web.InvalidateEntryProcessor
All Implemented Interfaces:
com.hazelcast.map.EntryProcessor<String,Object>, DataSerializable, Serializable

public class InvalidateEntryProcessor
extends com.hazelcast.map.AbstractEntryProcessor<String,Object>
implements DataSerializable

See Also:
Serialized Form

Constructor Summary
InvalidateEntryProcessor()
           
InvalidateEntryProcessor(String sessionId)
           
 
Method Summary
 Object process(Map.Entry<String,Object> entry)
           
 void readData(com.hazelcast.nio.ObjectDataInput in)
           
 void writeData(com.hazelcast.nio.ObjectDataOutput out)
           
 
Methods inherited from class com.hazelcast.map.AbstractEntryProcessor
getBackupProcessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvalidateEntryProcessor

public InvalidateEntryProcessor()

InvalidateEntryProcessor

public InvalidateEntryProcessor(String sessionId)
Method Detail

process

public Object process(Map.Entry<String,Object> entry)
Specified by:
process in interface com.hazelcast.map.EntryProcessor<String,Object>

writeData

public void writeData(com.hazelcast.nio.ObjectDataOutput out)
               throws IOException
Specified by:
writeData in interface DataSerializable
Throws:
IOException

readData

public void readData(com.hazelcast.nio.ObjectDataInput in)
              throws IOException
Specified by:
readData in interface DataSerializable
Throws:
IOException


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.