com.hazelcast.client
Class ClientPortableHook

java.lang.Object
  extended by com.hazelcast.client.ClientPortableHook
All Implemented Interfaces:
PortableHook

public class ClientPortableHook
extends Object
implements PortableHook

Author:
mdogan 4/30/13

Field Summary
static int AUTH
           
static int DISTRIBUTED_OBJECT_INFO
           
static int DISTRIBUTED_OBJECTS_INFO
           
static int GENERIC_ERROR
           
static int GET_DISTRIBUTED_OBJECT_INFO
           
static int ID
           
static int PRINCIPAL
           
 
Constructor Summary
ClientPortableHook()
           
 
Method Summary
 PortableFactory createFactory()
           
 Collection<ClassDefinition> getBuiltinDefinitions()
           
 int getFactoryId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final int ID

GENERIC_ERROR

public static final int GENERIC_ERROR
See Also:
Constant Field Values

AUTH

public static final int AUTH
See Also:
Constant Field Values

PRINCIPAL

public static final int PRINCIPAL
See Also:
Constant Field Values

GET_DISTRIBUTED_OBJECT_INFO

public static final int GET_DISTRIBUTED_OBJECT_INFO
See Also:
Constant Field Values

DISTRIBUTED_OBJECTS_INFO

public static final int DISTRIBUTED_OBJECTS_INFO
See Also:
Constant Field Values

DISTRIBUTED_OBJECT_INFO

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

ClientPortableHook

public ClientPortableHook()
Method Detail

getFactoryId

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

createFactory

public PortableFactory createFactory()
Specified by:
createFactory in interface PortableHook

getBuiltinDefinitions

public Collection<ClassDefinition> getBuiltinDefinitions()
Specified by:
getBuiltinDefinitions in interface PortableHook


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