java.lang.Object
org.nkjmlab.sorm4j.util.h2.server.H2ServerProcess
- 直系の既知のサブクラス:
H2TcpServerProcess
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明booleanAwait to start the a H2 server process.booleanawaitStart(long timeout, TimeUnit unit) Starts H2 TCP server process and await server start with timeout.
-
コンストラクタの詳細
-
H2ServerProcess
-
-
メソッドの詳細
-
awaitStart
public boolean awaitStart()Await to start the a H2 server process.- 戻り値:
- 関連項目:
-
awaitStart
Starts H2 TCP server process and await server start with timeout.- パラメータ:
timeout-unit-- 戻り値:
- true if the H2 TCP server is active
-