public class WebDataSerializerHook extends Object implements DataSerializerHook
Modifier and Type | Field and Description |
---|---|
static int |
F_ID
The constant F_ID.
|
static int |
GET_ATTRIBUTE
The constant GET_ATTRIBUTE.
|
static int |
GET_ATTRIBUTE_NAMES
The constant GET_ATTRIBUTE_NAMES.
|
static int |
GET_SESSION_STATE
The constant GET_SESSION_STATE.
|
static int |
SESSION_DELETE
The constant SESSION_DELETE.
|
static int |
SESSION_STATE
The constant SESSION_STATE.
|
static int |
SESSION_UPDATE
The constant SESSION_UPDATE.
|
F_ID_OFFSET_HIBERNATE, F_ID_OFFSET_WEBMODULE
Constructor and Description |
---|
WebDataSerializerHook() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
createFactory() |
int |
getFactoryId() |
public static final int F_ID
public static final int SESSION_UPDATE
public static final int SESSION_DELETE
public static final int GET_ATTRIBUTE
public static final int GET_ATTRIBUTE_NAMES
public static final int GET_SESSION_STATE
public static final int SESSION_STATE
public DataSerializableFactory createFactory()
createFactory
in interface DataSerializerHook
public int getFactoryId()
getFactoryId
in interface DataSerializerHook
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.