Class LauncherLogFormatter.LauncherLogContext

java.lang.Object
nablarch.fw.launcher.logging.LauncherLogFormatter.LauncherLogContext
Enclosing class:
LauncherLogFormatter

protected static class LauncherLogFormatter.LauncherLogContext extends Object
バッチ実行ログコンテキスト
  • Constructor Details

    • LauncherLogContext

      protected LauncherLogContext()
  • Method Details

    • getCommandLine

      protected CommandLine getCommandLine()
      コマンドラインを取得する。
      Returns:
      コマンドラインオブジェクト
    • setCommandLine

      protected void setCommandLine(CommandLine commandLine)
      コマンドラインを設定する。
      Parameters:
      commandLine - コマンドラインオブジェクト
    • getExitCode

      protected int getExitCode()
      終了コードを取得する。
      Returns:
      終了コード
    • setExitCode

      protected void setExitCode(int exitCode)
      終了コードを設定する。
      Parameters:
      exitCode - 終了コード
    • getExecuteTime

      protected long getExecuteTime()
      処理時間を取得する。
      Returns:
      処理時間
    • setExecuteTime

      protected void setExecuteTime(long executeTime)
      処理時間を設定する。
      Parameters:
      executeTime - 処理時間