Пример #1
0
 /** @return true if the bbcomm process is running */
 private static boolean isBloombergProcessRunning() {
   if (ShellUtils.isProcessRunning(BBCOMM_PROCESS)) {
     logger.info("{} is started", BBCOMM_PROCESS);
     return true;
   }
   return false;
 }