Uses of Interface
org.multiverse.api.Lock
-
Packages that use Lock Package Description org.multiverse.api org.multiverse.stms.gamma.transactionalobjects -
-
Uses of Lock in org.multiverse.api
Methods in org.multiverse.api that return Lock Modifier and Type Method Description Lock
TxnObject. getLock()
Gets theLock
that belongs to this TxnObject. -
Uses of Lock in org.multiverse.stms.gamma.transactionalobjects
Classes in org.multiverse.stms.gamma.transactionalobjects that implement Lock Modifier and Type Class Description class
AbstractGammaObject
class
BaseGammaTxnRef
class
GammaTxnBoolean
ATxnBoolean
for theGammaStm
.class
GammaTxnDouble
class
GammaTxnInteger
class
GammaTxnLong
class
GammaTxnRef<E>
Methods in org.multiverse.stms.gamma.transactionalobjects that return Lock Modifier and Type Method Description Lock
AbstractGammaObject. getLock()
Lock
GammaObject. getLock()
-