public class ClientPortableHook extends Object implements PortableHook
| Modifier and Type | Field and Description |
|---|---|
static int |
ADD_PARTITION_LOST_LISTENER |
static int |
AUTH |
static int |
CLIENT_PING |
static int |
CREATE_PROXY |
static int |
DESTROY_PROXY |
static int |
DISTRIBUTED_OBJECT_INFO |
static int |
GENERIC_ERROR |
static int |
GET_DISTRIBUTED_OBJECT_INFO |
static int |
GET_MEMBER_LIST |
static int |
GET_PARTITIONS |
static int |
ID |
static int |
LISTENER |
static int |
MEMBERSHIP_LISTENER |
static int |
PRINCIPAL |
static int |
REGISTER_MEMBERSHIP_LISTENER |
static int |
REMOVE_ALL_LISTENERS |
static int |
REMOVE_LISTENER |
static int |
REMOVE_PARTITION_LOST_LISTENER |
| Constructor and Description |
|---|
ClientPortableHook() |
| Modifier and Type | Method and Description |
|---|---|
PortableFactory |
createFactory() |
Collection<ClassDefinition> |
getBuiltinDefinitions() |
int |
getFactoryId() |
public static final int ID
public static final int GENERIC_ERROR
public static final int AUTH
public static final int PRINCIPAL
public static final int GET_DISTRIBUTED_OBJECT_INFO
public static final int DISTRIBUTED_OBJECT_INFO
public static final int CREATE_PROXY
public static final int DESTROY_PROXY
public static final int LISTENER
public static final int MEMBERSHIP_LISTENER
public static final int CLIENT_PING
public static final int GET_PARTITIONS
public static final int REMOVE_LISTENER
public static final int REMOVE_ALL_LISTENERS
public static final int GET_MEMBER_LIST
public static final int REGISTER_MEMBERSHIP_LISTENER
public static final int ADD_PARTITION_LOST_LISTENER
public static final int REMOVE_PARTITION_LOST_LISTENER
public int getFactoryId()
getFactoryId in interface PortableHookpublic PortableFactory createFactory()
createFactory in interface PortableHookpublic Collection<ClassDefinition> getBuiltinDefinitions()
getBuiltinDefinitions in interface PortableHookCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.