org.objectweb.dsrg.sofa.repository.core
Class SofaRemoteFileDeleter

java.lang.Object
  extended by org.objectweb.dsrg.sofa.repository.core.SofaRemoteFileDeleter

public class SofaRemoteFileDeleter
extends java.lang.Object

SOFA specific class, which deletes data from RepositoryServer.


Method Summary
static void beginDeleteTransaction(RepositoryConfiguration rc)
           
static void clearTransaction()
           
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.
static void endDeleteTransaction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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