Package nablarch.fw.launcher.logging
Class LauncherLogFormatter.LauncherLogContext
java.lang.Object
nablarch.fw.launcher.logging.LauncherLogFormatter.LauncherLogContext
- Enclosing class:
 - LauncherLogFormatter
 
バッチ実行ログコンテキスト
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected CommandLineコマンドラインを取得する。protected long処理時間を取得する。protected int終了コードを取得する。protected voidsetCommandLine(CommandLine commandLine) コマンドラインを設定する。protected voidsetExecuteTime(long executeTime) 処理時間を設定する。protected voidsetExitCode(int exitCode) 終了コードを設定する。 
- 
Constructor Details
- 
LauncherLogContext
protected LauncherLogContext() 
 - 
 - 
Method Details
- 
getCommandLine
コマンドラインを取得する。- Returns:
 - コマンドラインオブジェクト
 
 - 
setCommandLine
コマンドラインを設定する。- 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- 処理時間
 
 -