|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GammaTxnRefFactory
A TxnRefFactory tailored for the GammaStm.
| Method Summary | ||
|---|---|---|
GammaTxnBoolean |
newTxnBoolean(boolean value)
Creates a committed TxnBoolean. |
|
GammaTxnDouble |
newTxnDouble(double value)
Creates a committed TxnDouble. |
|
GammaTxnInteger |
newTxnInteger(int value)
Creates a committed TxnInteger. |
|
GammaTxnLong |
newTxnLong(long value)
Creates a committed TxnLong. |
|
|
newTxnRef(E value)
Creates a committed TxnRef. |
|
| Method Detail |
|---|
<E> GammaTxnRef<E> newTxnRef(E value)
TxnRefFactory
newTxnRef in interface TxnRefFactoryvalue - the initial value.
GammaTxnInteger newTxnInteger(int value)
TxnRefFactory
newTxnInteger in interface TxnRefFactoryvalue - the initial value.
GammaTxnBoolean newTxnBoolean(boolean value)
TxnRefFactory
newTxnBoolean in interface TxnRefFactoryvalue - the initial value.
GammaTxnDouble newTxnDouble(double value)
TxnRefFactory
newTxnDouble in interface TxnRefFactoryvalue - the initial value.
GammaTxnLong newTxnLong(long value)
TxnRefFactory
newTxnLong in interface TxnRefFactoryvalue - the initial value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||