|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.util.TypesafeEnum
com.microsoft.tfs.core.persistence.LockMode
public class LockMode
Defines the lock modes used for serialization and deserialization with
PersistenceStore
.
Field Summary | |
---|---|
static LockMode |
NO_WAIT
Attempt to acquire the lock but return immediately if it could not be acquired. |
static LockMode |
NONE
Do not perform any locking. |
static LockMode |
WAIT_FOREVER
Wait forever to acquire the lock (or until the thread is interrupted). |
Method Summary |
---|
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum |
---|
compareTo, equals, getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final LockMode NONE
public static final LockMode WAIT_FOREVER
public static final LockMode NO_WAIT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |