com.hazelcast.web
Class WebDataSerializerHook

java.lang.Object
  extended by com.hazelcast.web.WebDataSerializerHook
All Implemented Interfaces:
DataSerializerHook

public class WebDataSerializerHook
extends Object
implements DataSerializerHook


Field Summary
static int F_ID
           
static int SESSION_ATTRIBUTE_ID
           
 
Fields inherited from interface com.hazelcast.nio.serialization.DataSerializerHook
F_ID_OFFSET_WEBMODULE
 
Constructor Summary
WebDataSerializerHook()
           
 
Method Summary
 DataSerializableFactory createFactory()
           
 int getFactoryId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

F_ID

public static final int F_ID

SESSION_ATTRIBUTE_ID

public static final int SESSION_ATTRIBUTE_ID
See Also:
Constant Field Values
Constructor Detail

WebDataSerializerHook

public WebDataSerializerHook()
Method Detail

getFactoryId

public int getFactoryId()
Specified by:
getFactoryId in interface DataSerializerHook

createFactory

public DataSerializableFactory createFactory()
Specified by:
createFactory in interface DataSerializerHook


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