Uses of Class
openr66.context.filesystem.R66File

Packages that use R66File
openr66.context Classes implementing Session, Result and ErrorCode 
openr66.context.filesystem Classes implementing Filesystem 
openr66.database.data Classes implementing Database Data model 
 

Uses of R66File in openr66.context
 

Fields in openr66.context declared as R66File
 R66File R66Result.file
          The file if any
 

Methods in openr66.context that return R66File
 R66File R66Session.getFile()
           
 

Uses of R66File in openr66.context.filesystem
 

Methods in openr66.context.filesystem that return R66File
 R66File R66Dir.newFile(String path, boolean append)
           
 R66File R66Dir.setFileNoCheck(String path)
          Create a new file according to the path without checking BusinessPath, so as external File.
 R66File R66Dir.setUniqueFile(long prefix, String filename)
          Same as setUnique() except that File will be prefixed by id and postfixed by filename
 

Methods in openr66.context.filesystem with parameters of type R66File
static String R66Dir.getFinalUniqueFilename(R66File file)
           
 

Uses of R66File in openr66.database.data
 

Methods in openr66.database.data with parameters of type R66File
 void DbTaskRunner.finalizeTransfer(LocalChannelReference localChannelReference, R66File file, R66Result finalValue, boolean status)
          Once the transfer is over, finalize the Runner by running the error or post operation according to the status.
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.