Package | Description |
---|---|
eu.unicore.uftp.dpc | |
eu.unicore.uftp.server |
Modifier and Type | Method and Description |
---|---|
static FileAccess |
Utils.getFileAccess(org.apache.log4j.Logger logger) |
Constructor and Description |
---|
Session(DPCServer.Connection connection,
UFTPTransferRequest job,
FileAccess fileAccess,
int maxParCons) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileAccess
default version of
FileAccess interface. |
class |
SetUIDFileAccess
This implementation of FileAccess uses native code to switch to the required user ID
before creating or reading a file.
Thread safety: since the user id of the process is mofified, all public methods of this
class MUST be synchronized
|
Modifier and Type | Method and Description |
---|---|
FileAccess |
ServerThread.getFileAccess() |
Constructor and Description |
---|
UserFileAccess(FileAccess fa,
String userID,
String groupID) |
Copyright © 2010–2016 UNICORE. All rights reserved.