com.hazelcast.transaction.client
Class ClientTxnPortableHook
java.lang.Object
com.hazelcast.transaction.client.ClientTxnPortableHook
- All Implemented Interfaces:
- PortableHook
public class ClientTxnPortableHook
- extends Object
- implements PortableHook
Factory class for client transaction related classes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
F_ID
public static final int F_ID
CREATE
public static final int CREATE
- See Also:
- Constant Field Values
COMMIT
public static final int COMMIT
- See Also:
- Constant Field Values
ROLLBACK
public static final int ROLLBACK
- See Also:
- Constant Field Values
PREPARE
public static final int PREPARE
- See Also:
- Constant Field Values
RECOVER_ALL
public static final int RECOVER_ALL
- See Also:
- Constant Field Values
RECOVER
public static final int RECOVER
- See Also:
- Constant Field Values
ClientTxnPortableHook
public ClientTxnPortableHook()
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.