Uses of Class
at.ac.tuwien.dslab.rmi.common.impl.RepositoryNotExistsException

Packages that use RepositoryNotExistsException
at.ac.tuwien.dslab.rmi.common.interfaces   
 

Uses of RepositoryNotExistsException in at.ac.tuwien.dslab.rmi.common.interfaces
 

Methods in at.ac.tuwien.dslab.rmi.common.interfaces that throw RepositoryNotExistsException
 void IFileManager.addRepositoryListener(java.lang.String repoName, IUser user, IRepositoryListener listener)
          Add a repository listener to the repository to get notifications when certain events on the server occur.
 IDocument[] IFileManager.checkout(java.lang.String repoName, IUser user)
          Checks out all documents from the repository.
 long IFileManager.commitDocument(java.lang.String repoName, IUser user, IDocument doc)
          Commits an existing document to the repository.
 void IFileManager.importDocument(java.lang.String repoName, IUser user, IDocument doc)
          Imports a new document to the repository.
 void IFileManager.removeDocument(java.lang.String repoName, IUser user, java.lang.String documentName)
          Removes a document from the repository and ALSO deletes it locally.
 void IFileManager.removeRepository(java.lang.String name, IUser owner)
          Removes the repository and all the documents it contains, if the given user matches the owner of the repository.
 void IFileManager.removeRespositoryListener(java.lang.String repoName, IRepositoryListener listener)
          Removes a repository listener to stop listening to notifications.
 IDocument[] IFileManager.updateAllDocuments(java.lang.String repoName, IUser user)
          Updates all documents from the repository.
 IDocument IFileManager.updateDocument(java.lang.String repoName, IUser user, java.lang.String filename, long version)
          Updates a local document with the most recent (or a specific) version from the repository.