A C D E F G I L R S T U

R

removeDocument(String, IUser, String) - Method in interface at.ac.tuwien.dslab.rmi.common.interfaces.IFileManager
Removes a document from the repository.
removeDocument(String) - Method in interface at.ac.tuwien.dslab.rmi.common.interfaces.IRepository
Removes a document from the repository.
removeRepository(String, IUser) - Method in interface at.ac.tuwien.dslab.rmi.common.interfaces.IFileManager
Removes the repository and all the documents it contains, if the given user matches the owner of the repository.
removeRespositoryListener(String, IRepositoryListener) - Method in interface at.ac.tuwien.dslab.rmi.common.interfaces.IFileManager
Removes a repository listener to stop listening to notifications.
RepositoryExistsException - Exception in at.ac.tuwien.dslab.rmi.common.impl
The RepositoryExistsException is thrown when an existing repository is created (which means the repository was previously created).
RepositoryExistsException(String) - Constructor for exception at.ac.tuwien.dslab.rmi.common.impl.RepositoryExistsException
Creates a new RepositoryExistsException.
RepositoryNamingException - Exception in at.ac.tuwien.dslab.rmi.common.impl
The RepositoryNamingExistsException is thrown when the repository name does not stick to the naming convention (for user 'dsgfmXXX' the repository name has to start with 'dsgfmXXX_').
RepositoryNamingException(String) - Constructor for exception at.ac.tuwien.dslab.rmi.common.impl.RepositoryNamingException
Creates a new RepositoryNamingException.
RepositoryNotExistsException - Exception in at.ac.tuwien.dslab.rmi.common.impl
The RepositoryNotExistsException is thrown when an operation is invoked on a non-existing repository.
RepositoryNotExistsException(String) - Constructor for exception at.ac.tuwien.dslab.rmi.common.impl.RepositoryNotExistsException
Creates a new RepositoryNotExistsException.
RMI_HOSTNAME - Static variable in interface at.ac.tuwien.dslab.rmi.common.interfaces.IPropertyKeys
RMI hostname
RMI_OBJECT - Static variable in interface at.ac.tuwien.dslab.rmi.common.interfaces.IPropertyKeys
The name of the RMI object
RMI_PORT - Static variable in interface at.ac.tuwien.dslab.rmi.common.interfaces.IPropertyKeys
The RMI registry port

A C D E F G I L R S T U