Uses of Interface
nablarch.fw.handler.RetryHandler.RetryContextFactory
Package
Description
処理方式に依存しないフレームワーク標準ハンドラを収めたパッケージ。
nablarch.fw.handler.RetryHandlerの処理に使用するクラスを収めたパッケージ。
-
Uses of RetryHandler.RetryContextFactory in nablarch.fw.handler
Modifier and TypeMethodDescriptionvoid
RetryHandler.setRetryContextFactory
(RetryHandler.RetryContextFactory retryContextFactory) リトライコンテキストを生成するRetryHandler.RetryContextFactory
オブジェクトを設定する。 -
Uses of RetryHandler.RetryContextFactory in nablarch.fw.handler.retry
Modifier and TypeClassDescriptionclass
CountingRetryContext
を生成するクラス。class
RetryHandler.RetryContextFactory
の実装をサポートするクラス。class
TimeRetryContext
を生成するクラス。