F G J L P R S U W

F

File - Class in j2ee.permanent.storage
This class provides methods to connect to a given location (provided by a .properties-file) at the DFS file system at CERN through applications deployed to the J2EE Public Service as a WAR-file
File(String) - Constructor for class j2ee.permanent.storage.File
Standard constructor for the class.
fileName - Variable in class j2ee.permanent.storage.File
 

G

getLocationInfo() - Method in class j2ee.permanent.storage.File
This method retrieves the dfs.properties file and populates the member variables that provide the location/login information for the DFS Webdav Connection

J

j2ee.permanent.storage - package j2ee.permanent.storage
 

L

location - Variable in class j2ee.permanent.storage.File
 

P

parse() - Method in class j2ee.permanent.storage.File
This methods removes (if present) a '/' from the end of the filename.
parseLocation(String) - Method in class j2ee.permanent.storage.File
This method checks if a '/' is present at the start and at the end of the location given in the dfs.properties or through the method call, and removes them if they are there
password - Variable in class j2ee.permanent.storage.File
 

R

retrieve() - Method in class j2ee.permanent.storage.File
This method retrieves a file from the DFS file system location and places it in the default temporary directory at the J2EEPS container
retrieve(String, String, String) - Method in class j2ee.permanent.storage.File
This method is an alternative method where the user don't have to include a dfs.properties-file in his/her's WAR-file.
retrieveFile() - Method in class j2ee.permanent.storage.File
This method creates an HttpsURL to the location at DFS and connects a WebdavResource to this url.

S

save() - Method in class j2ee.permanent.storage.File
Method that saves the given file and its content to the DFS system.
save(String, String, String) - Method in class j2ee.permanent.storage.File
This method can be used if the user does not want to provide a dfs.properties file.
saveFile() - Method in class j2ee.permanent.storage.File
This method creates a HttpsURL to the DFS lcoation and then tries to establish a WebdavResource by using the url.

U

username - Variable in class j2ee.permanent.storage.File
 

W

wdr - Variable in class j2ee.permanent.storage.File
 

F G J L P R S U W