Package | Description |
---|---|
nablarch.fw.handler |
処理方式に依存しないフレームワーク標準ハンドラを収めたパッケージ。
|
nablarch.fw.handler.retry |
nablarch.fw.handler.RetryHandlerの処理に使用するクラスを収めたパッケージ。
|
Modifier and Type | Method and Description |
---|---|
RetryHandler.RetryContext |
RetryHandler.RetryContextFactory.createRetryContext()
リトライコンテキストを生成する。
|
Modifier and Type | Class and Description |
---|---|
class |
CountingRetryContext
リトライ回数によりリトライ処理を制御するクラス。
本クラスは、指定された回数分、リトライを行う。
|
class |
nablarch.fw.handler.retry.RetryContextSupport
RetryHandler.RetryContext の実装をサポートするクラス。 |
class |
TimeRetryContext
リトライ時間によりリトライ処理を制御するクラス。
本クラスは、指定された時間の間、リトライを行う。
|