JavaScript is disabled on your browser.
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
D
F
G
L
P
U
_
D
de.bsvrz.sys.funclib.filelock
- package de.bsvrz.sys.funclib.filelock
F
FileLock
- Class in
de.bsvrz.sys.funclib.filelock
Diese Klasse stellt einen Mechanismus zur Verfügung, mit dem geprüft werden kann, ob sich eine Datei im Zugriff einer anderen Applikation befindet, die ebenfalls diesen Mechansimus verwendet.
FileLock(File)
- Constructor for class de.bsvrz.sys.funclib.filelock.
FileLock
Legt ein Objekt an, die übergebene Datei wird nicht gegen den Zugriff gesichert.
G
getCompileTime()
- Static method in class de.bsvrz.sys.funclib.filelock.
PackageRuntimeInfo
getDependsOnCompiled()
- Static method in class de.bsvrz.sys.funclib.filelock.
PackageRuntimeInfo
getDependsOnLib()
- Static method in class de.bsvrz.sys.funclib.filelock.
PackageRuntimeInfo
getDependsOnSource()
- Static method in class de.bsvrz.sys.funclib.filelock.
PackageRuntimeInfo
getJvmVersion()
- Static method in class de.bsvrz.sys.funclib.filelock.
PackageRuntimeInfo
getLicence()
- Static method in class de.bsvrz.sys.funclib.filelock.
PackageRuntimeInfo
getRelease()
- Static method in class de.bsvrz.sys.funclib.filelock.
PackageRuntimeInfo
getRevision()
- Static method in class de.bsvrz.sys.funclib.filelock.
PackageRuntimeInfo
getVersion()
- Static method in class de.bsvrz.sys.funclib.filelock.
PackageRuntimeInfo
L
lock()
- Method in class de.bsvrz.sys.funclib.filelock.
FileLock
Zeigt an, dass die im Konstruktor übergebene Datei im Zugriff einer Applikation ist.
P
PackageRuntimeInfo
- Class in
de.bsvrz.sys.funclib.filelock
PackageRuntimeInfo()
- Constructor for class de.bsvrz.sys.funclib.filelock.
PackageRuntimeInfo
U
unlock()
- Method in class de.bsvrz.sys.funclib.filelock.
FileLock
Gibt die Datei, die im Konstruktor übergeben wurde wieder frei.
_
_lockFile
- Variable in class de.bsvrz.sys.funclib.filelock.
FileLock
_lockFileEnding
- Static variable in class de.bsvrz.sys.funclib.filelock.
FileLock
Endung, die an die Datei gehängt wird, die anzeigt, dass sich die zu schützende Datei im Zugriff befindet.
_protectedFile
- Variable in class de.bsvrz.sys.funclib.filelock.
FileLock
Datei, die über den lock-Mechanismus geschützt werden soll.
D
F
G
L
P
U
_
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes