com.hazelcast.concurrent.lock.client
public class LockPortableHook extends Object implements PortableHook
| Modifier and Type | Field and Description | 
|---|---|
| static int | CONDITION_AWAIT | 
| static int | CONDITION_BEFORE_AWAIT | 
| static int | CONDITION_SIGNAL | 
| static int | FACTORY_ID | 
| static int | GET_LOCK_COUNT | 
| static int | GET_REMAINING_LEASE | 
| static int | IS_LOCKED | 
| static int | LOCK | 
| static int | UNLOCK | 
| Constructor and Description | 
|---|
| LockPortableHook() | 
| Modifier and Type | Method and Description | 
|---|---|
| PortableFactory | createFactory() | 
| Collection<ClassDefinition> | getBuiltinDefinitions() | 
| int | getFactoryId() | 
public static final int FACTORY_ID
public static final int LOCK
public static final int UNLOCK
public static final int IS_LOCKED
public static final int GET_LOCK_COUNT
public static final int GET_REMAINING_LEASE
public static final int CONDITION_BEFORE_AWAIT
public static final int CONDITION_AWAIT
public static final int CONDITION_SIGNAL
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.