|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TxnRefFactory
A Factory for creating references.
| Method Summary | ||
|---|---|---|
TxnBoolean |
newTxnBoolean(boolean value)
Creates a committed TxnBoolean. |
|
TxnDouble |
newTxnDouble(double value)
Creates a committed TxnDouble. |
|
TxnInteger |
newTxnInteger(int value)
Creates a committed TxnInteger. |
|
TxnLong |
newTxnLong(long value)
Creates a committed TxnLong. |
|
|
newTxnRef(E value)
Creates a committed TxnRef. |
|
| Method Detail |
|---|
<E> TxnRef<E> newTxnRef(E value)
value - the initial value.
TxnInteger newTxnInteger(int value)
value - the initial value.
TxnBoolean newTxnBoolean(boolean value)
value - the initial value.
TxnDouble newTxnDouble(double value)
value - the initial value.
TxnLong newTxnLong(long value)
value - the initial value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||