controls for file systems.
setting for the location of where the local cache is kept.
setting for how long files should be kept and using in the cache.
allow use of persistent, cached files when the file system is not accessible. FileSystem implementations will throw FileNotFound exception when remote resources are not available, and FileSystemOfflineExceptions are not thrown.
return the connection timeout in milliseconds.
setting for the location of where the local cache is kept.
get the setting for how long files should be kept and using in the cache, e.g. Persistence.SESSION means during the session.
return the read timeout in milliseconds.
return the number of seconds that an unused temporary file will be left on the system before it may be deleted. This presumes that the code can determine if a temporary file is in use, which is not really the case.
check the security manager to see if all permissions are allowed, True indicates is not an applet running in a sandbox. copy of DasAppliction.hasAllPermission
true indicate file system is offline and cached files should be used.
reset the connect timeout. Setting to 0 or a negative number will reset it to the default of 5000ms.
If true, then force the filesystems to be offline. If false, then use each filesystem's status. FileSystem.reset() should be called after this.
reset the time read timeout. Setting to 0 or a negative number will reset it to the default of 60000ms.
true means don't attempt to gain access to applet-restricted functions.