モジュール org.nkjmlab.sorm4j

クラス H2TcpServerProcess

java.lang.Object
org.nkjmlab.sorm4j.util.h2.server.H2ServerProcess
org.nkjmlab.sorm4j.util.h2.server.H2TcpServerProcess

public class H2TcpServerProcess extends H2ServerProcess
  • コンストラクタの詳細

  • メソッドの詳細

    • awaitShutdown

      public boolean awaitShutdown()
      戻り値:
      関連項目:
    • awaitShutdown

      public boolean awaitShutdown(long timeout, TimeUnit unit)
      Shutdown H2 TCP server process and await server start with timeout.
      パラメータ:
      timeout -
      unit -
      戻り値:
      true if the H2 TCP server is not active.