パッケージ | 説明 |
---|---|
nablarch.fw.action |
業務処理を実装する際に利用できる、アクションハンドラの共通基底クラス
(テンプレート)を格納するパッケージ。
|
nablarch.fw.launcher |
アプリケーションが動作するJavaプロセスの起動とフレームワークの初期化を行う
ランチャーに関連するモジュールを収めたパッケージ。
|
nablarch.fw.launcher.logging |
nablarch.fw.launcher.Mainから出力するためのログメッセージをフォーマットする機能を提供する。
|
nablarch.fw.messaging.action |
応答なし電文を受送信するアクションを提供する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
BatchActionBase.initialize(CommandLine command,
ExecutionContext context)
実行管理ハンドラ(
nablarch.fw.handler.ExecutionHandler )の本処理開始前に一度だけ実行される。 |
void |
BatchActionBase.preExecution(CommandLine commandLine,
ExecutionContext context) |
修飾子とタイプ | フィールドと説明 |
---|---|
protected CommandLine |
GenericLauncher.commandLine
コマンドライン引数
|
修飾子とタイプ | メソッドと説明 |
---|---|
CommandLine |
CommandLine.setParamMap(Map opts)
コマンドラインオプションのMapを設定する。
|
CommandLine |
CommandLine.setRequestPath(String requestPath)
リクエストパスを設定する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
static int |
Main.execute(CommandLine commandLine)
バッチを実行する。
|
void |
ProcessLifecycle.setCommandLine(CommandLine commandLine)
コマンドライン引数を設定する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
LauncherLogFormatter.getStartLogMsg(CommandLine commandLine)
開始ログを生成する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
AsyncMessageSendAction.initialize(CommandLine command,
ExecutionContext context)
初期処理を行う。
|