コード例 #1
0
ファイル: HsqlDBServer.java プロジェクト: ptitbob/RestApp
 public static boolean isOnline() {
   return instance.isServerOnline();
 }