com.hazelcast.executor.impl
Class ExecutorPortableHook

java.lang.Object
  extended by com.hazelcast.executor.impl.ExecutorPortableHook
All Implemented Interfaces:
PortableHook

public final class ExecutorPortableHook
extends Object
implements PortableHook


Field Summary
static int CANCELLATION_REQUEST
           
static int F_ID
           
static int IS_SHUTDOWN_REQUEST
           
static int PARTITION_CALLABLE_REQUEST
           
static int SHUTDOWN_REQUEST
           
static int TARGET_CALLABLE_REQUEST
           
 
Constructor Summary
ExecutorPortableHook()
           
 
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

F_ID

public static final int F_ID

IS_SHUTDOWN_REQUEST

public static final int IS_SHUTDOWN_REQUEST
See Also:
Constant Field Values

CANCELLATION_REQUEST

public static final int CANCELLATION_REQUEST
See Also:
Constant Field Values

TARGET_CALLABLE_REQUEST

public static final int TARGET_CALLABLE_REQUEST
See Also:
Constant Field Values

PARTITION_CALLABLE_REQUEST

public static final int PARTITION_CALLABLE_REQUEST
See Also:
Constant Field Values

SHUTDOWN_REQUEST

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

ExecutorPortableHook

public ExecutorPortableHook()
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 © 2015 Hazelcast, Inc.. All Rights Reserved.