Uses of Class
nablarch.fw.launcher.CommandLine
Package
Description
業務処理を実装する際に利用できる、アクションハンドラの共通基底クラス
(テンプレート)を格納するパッケージ。
アプリケーションが動作するJavaプロセスの起動とフレームワークの初期化を行う
ランチャーに関連するモジュールを収めたパッケージ。
nablarch.fw.launcher.Mainから出力するためのログメッセージをフォーマットする機能を提供する。
応答なし電文を受送信するアクションを提供する。
-
Uses of CommandLine in nablarch.fw.action
Modifier and TypeMethodDescriptionprotected void
BatchActionBase.initialize
(CommandLine command, ExecutionContext context) 実行管理ハンドラ(nablarch.fw.handler.ExecutionHandler<TData,
)の本処理開始前に一度だけ実行される。TResult, TSelf extends nablarch.fw.handler.ExecutionHandler> final void
BatchActionBase.preExecution
(CommandLine commandLine, ExecutionContext context) -
Uses of CommandLine in nablarch.fw.launcher
Modifier and TypeFieldDescriptionprotected final CommandLine
GenericLauncher.commandLine
コマンドライン引数Modifier and TypeMethodDescriptionCommandLine.setParamMap
(Map<String, String> opts) コマンドラインオプションのMapを設定する。CommandLine.setRequestPath
(String requestPath) Modifier and TypeMethodDescriptionstatic int
Main.execute
(CommandLine commandLine) バッチを実行する。Main.handle
(CommandLine commandLine, ExecutionContext context) 入力データに対する処理を実行する。void
ProcessLifecycle.setCommandLine
(CommandLine commandLine) コマンドライン引数を設定する。protected Main
Main.setupExecutionContext
(CommandLine commandLine, ExecutionContext context) バッチコントローラ起動前準備を行う。
実行コンテキストを生成し、以下の処理を行う。 コンポーネント設定ファイルに定義したハンドラキューの設定DataReader
の設定DataReaderFactory
の設定 ディスパッチハンドラの設定 セッションスコープにプロセスの実行権限ユーザIDと、起動オプションのマップを設定 -
Uses of CommandLine in nablarch.fw.launcher.logging
Modifier and TypeMethodDescriptionprotected CommandLine
LauncherLogFormatter.LauncherLogContext.getCommandLine()
コマンドラインを取得する。Modifier and TypeMethodDescriptionLauncherJsonLogFormatter.getStartLogMsg
(CommandLine commandLine) 開始ログを生成する。LauncherLogFormatter.getStartLogMsg
(CommandLine commandLine) 開始ログを生成する。static String
LauncherLogUtil.getStartLogMsg
(CommandLine commandLine) 起動ログメッセージを生成し、返却する。protected void
LauncherLogFormatter.LauncherLogContext.setCommandLine
(CommandLine commandLine) コマンドラインを設定する。 -
Uses of CommandLine in nablarch.fw.messaging.action
Modifier and TypeMethodDescriptionprotected void
AsyncMessageSendAction.initialize
(CommandLine command, ExecutionContext context) 初期処理を行う。