Esempio n. 1
0
 /**
  * Puts the repository in exclusive access mode. When in this mode, subsequent attempts to lock
  * the repository will return an exception immediately rather than wait for a required repository
  * lock to become available.
  */
 public void beginExclusiveAccess() {
   ((FarragoReposImpl) repos).beginExclusiveAccess();
 }