dimawo.middleware.fileSystem.fileDB
Class RemoteFilesDB
java.lang.Object
dimawo.middleware.fileSystem.fileDB.RemoteFilesDB
public class RemoteFilesDB
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
files
protected Map<String,FileLocation> files
RemoteFilesDB
public RemoteFilesDB()
replaceEntry
public void replaceEntry(FileLocation loc)
throws FileDBException
- Throws:
FileDBException
addFile
public void addFile(String fileUID,
FileLocation location)
throws FileDBException
- Throws:
FileDBException
updateFile
public void updateFile(String fileUID,
FileLocation loc)
addRemoteFileLocation
public FileLocation addRemoteFileLocation(String fileUID,
DAId daId)
removeRemoteFileLocation
public void removeRemoteFileLocation(String fileUID,
DAId daId)
throws FileNotFoundException
- Throws:
FileNotFoundException
removeLocation
public void removeLocation(String fileUID)
removeFromFilesLocations
public LinkedList<String> removeFromFilesLocations(DAId daId)
getLocation
public FileLocation getLocation(String fileUID)
Copyright © 2011 DiMaWo Team. All Rights Reserved.