org.objectweb.dsrg.sofa.repository
Class RepositoryLocker

java.lang.Object
  extended by org.objectweb.dsrg.sofa.repository.RepositoryLocker

public class RepositoryLocker
extends java.lang.Object

Class that locks all unlocked entities in the repository. Use to make the repository "stable".


Constructor Summary
RepositoryLocker()
           
 
Method Summary
static void main(java.lang.String[] args)
          Standart entry point of the locker.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryLocker

public RepositoryLocker()
Method Detail

main

public static void main(java.lang.String[] args)
Standart entry point of the locker.

Parameters:
args - No command line arguments expected.