Package | Description |
---|---|
org.waarp.openr66.context |
Classes implementing Session, Result and ErrorCode
|
org.waarp.openr66.context.filesystem |
Classes implementing Filesystem
|
org.waarp.openr66.database.data |
Classes implementing Database Data model
|
org.waarp.openr66.protocol.utils |
Classes implementing Utilities
|
Modifier and Type | Method and Description |
---|---|
R66File |
R66Result.getFile() |
R66File |
R66Session.getFile() |
Modifier and Type | Method and Description |
---|---|
void |
R66Result.setFile(R66File file) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static String |
R66Dir.getFinalUniqueFilename(R66File file) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static R66File |
FileUtils.getFile(WaarpLogger logger,
R66Session session,
String filenameSrc,
boolean isPreStart,
boolean isSender,
boolean isThrough,
R66File file)
Change or create the R66File associated with the context
|
Modifier and Type | Method and Description |
---|---|
static R66File |
FileUtils.getFile(WaarpLogger logger,
R66Session session,
String filenameSrc,
boolean isPreStart,
boolean isSender,
boolean isThrough,
R66File file)
Change or create the R66File associated with the context
|
Copyright © 2009–2020 Waarp. All rights reserved.