org.objectweb.dsrg.sofa.repository.core
Class SofaRemoteFileDeleter
java.lang.Object
org.objectweb.dsrg.sofa.repository.core.SofaRemoteFileDeleter
public class SofaRemoteFileDeleter
- extends java.lang.Object
SOFA specific class, which deletes data from
RepositoryServer
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deleteFile
public static void deleteFile(org.eclipse.emf.common.util.URI uri)
- This method adds the uri of the requested file to the queue of uris to be deleted.
- Parameters:
uri
-
beginDeleteTransaction
public static void beginDeleteTransaction(RepositoryConfiguration rc)
endDeleteTransaction
public static void endDeleteTransaction()
throws java.lang.Exception
- Throws:
java.lang.Exception
clearTransaction
public static void clearTransaction()
throws java.lang.Exception
- Throws:
java.lang.Exception