|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectstec.sfc.Win32.FileLockMode
public final class FileLockMode
The lock modes used by RandomAccessFile.lock()
| Field Summary | |
|---|---|
static int |
EXCLUSIVE_LOCK
Request an exclusive lock. |
static int |
FAIL_IMMEDIATELY
Fail immediately if unable to acquire requested lock. |
| Constructor Summary | |
|---|---|
FileLockMode()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int FAIL_IMMEDIATELY
Set to LOCKFILE_FAIL_IMMEDIATELY.
public static final int EXCLUSIVE_LOCK
If not specified a shared lock is requested.
Set to LOCKFILE_EXCLUSIVE_LOCK.
| Constructor Detail |
|---|
public FileLockMode()
|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2001-2005 Servertec. All rights reserved.