Exemplo n.º 1
0
 public synchronized void terminateAllSessions() {
   // only need to do this on repositories that have been used; i.e., not including
   // just-initialized repositories
   if (repository != null) repository.terminateAllSessions();
 }