com.hazelcast.concurrent.lock.client
Class LockPortableHook
java.lang.Object
com.hazelcast.concurrent.lock.client.LockPortableHook
- All Implemented Interfaces:
- PortableHook
public class LockPortableHook
- extends Object
- implements PortableHook
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FACTORY_ID
public static final int FACTORY_ID
LOCK
public static final int LOCK
- See Also:
- Constant Field Values
UNLOCK
public static final int UNLOCK
- See Also:
- Constant Field Values
IS_LOCKED
public static final int IS_LOCKED
- See Also:
- Constant Field Values
GET_LOCK_COUNT
public static final int GET_LOCK_COUNT
- See Also:
- Constant Field Values
GET_REMAINING_LEASE
public static final int GET_REMAINING_LEASE
- See Also:
- Constant Field Values
CONDITION_BEFORE_AWAIT
public static final int CONDITION_BEFORE_AWAIT
- See Also:
- Constant Field Values
CONDITION_AWAIT
public static final int CONDITION_AWAIT
- See Also:
- Constant Field Values
CONDITION_SIGNAL
public static final int CONDITION_SIGNAL
- See Also:
- Constant Field Values
LockPortableHook
public LockPortableHook()
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.