public class InvalidateSessionAttributesEntryProcessor extends AbstractWebDataEntryProcessor<Object>
destroyed
session, removing them
from the clustered map.Constructor and Description |
---|
InvalidateSessionAttributesEntryProcessor() |
InvalidateSessionAttributesEntryProcessor(String sessionId) |
Modifier and Type | Method and Description |
---|---|
int |
getId()
Returns type identifier for this class.
|
Object |
process(Map.Entry<String,Object> entry)
Process the entry without worrying about concurrency.
|
void |
readData(com.hazelcast.nio.ObjectDataInput in)
Reads fields from the input stream
|
void |
writeData(com.hazelcast.nio.ObjectDataOutput out)
Writes object fields to output stream
|
getFactoryId
public InvalidateSessionAttributesEntryProcessor()
public InvalidateSessionAttributesEntryProcessor(String sessionId)
public int getId()
IdentifiedDataSerializable
public Object process(Map.Entry<String,Object> entry)
com.hazelcast.map.EntryProcessor
entry
- entry to be processedpublic void readData(com.hazelcast.nio.ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
readData
in class AbstractWebDataEntryProcessor<Object>
in
- inputIOException
public void writeData(com.hazelcast.nio.ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
writeData
in class AbstractWebDataEntryProcessor<Object>
out
- outputIOException
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.