Package org.multiverse.stms.gamma
Class GammaStm.GammaTxnRefFactoryBuilderImpl
- java.lang.Object
-
- org.multiverse.stms.gamma.GammaStm.GammaTxnRefFactoryBuilderImpl
-
- All Implemented Interfaces:
TxnRefFactoryBuilder,GammaTxnRefFactoryBuilder
- Enclosing class:
- GammaStm
private final class GammaStm.GammaTxnRefFactoryBuilderImpl extends java.lang.Object implements GammaTxnRefFactoryBuilder
-
-
Constructor Summary
Constructors Modifier Constructor Description privateGammaTxnRefFactoryBuilderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GammaTxnRefFactorybuild()Builds a TxnRefFactory.
-
-
-
Method Detail
-
build
public GammaTxnRefFactory build()
Description copied from interface:TxnRefFactoryBuilderBuilds a TxnRefFactory.- Specified by:
buildin interfaceGammaTxnRefFactoryBuilder- Specified by:
buildin interfaceTxnRefFactoryBuilder- Returns:
- the build reference factory.
-
-