Package org.teamapps.ux.component.field
Klasse MultiWriteLockableValue<VALUE>
java.lang.Object
org.teamapps.ux.component.field.MultiWriteLockableValue<VALUE>
Used to write-lock a value for client-writes, as long as not all server value changes have been applied to the client.
This code is not thread-safe since all access to ux components is sequential due to exclusive access to sessions (see
CurrentSessionContext).-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanisLocked()read()writeAndLock(VALUE value) voidwriteIfNotLocked(VALUE value)
-
Konstruktordetails
-
MultiWriteLockableValue
-
-
Methodendetails
-
writeAndLock
-
writeIfNotLocked
-
isLocked
public boolean isLocked() -
read
-