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 ADD_SESSION_ID
           
static int DESTROY_SESSION_ID
           
static int F_ID
           
static int INVALIDATE_SESSION_ATTRIBUTES_ID
           
static int REFERENCE_SESSION_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

ADD_SESSION_ID

public static final int ADD_SESSION_ID
See Also:
Constant Field Values

DESTROY_SESSION_ID

public static final int DESTROY_SESSION_ID
See Also:
Constant Field Values

INVALIDATE_SESSION_ATTRIBUTES_ID

public static final int INVALIDATE_SESSION_ATTRIBUTES_ID
See Also:
Constant Field Values

REFERENCE_SESSION_ID

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

WebDataSerializerHook

public WebDataSerializerHook()
Method Detail

createFactory

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

getFactoryId

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


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