A B C D E F G H I J K L M N O P Q R S T U V W

S

savepoint - クラス jp.terasoluna.fw.batch.springsupport.transaction.TransactionalJobStatus の変数
セーブポイント。
SCHDULE_ERROR - クラス jp.terasoluna.fw.batch.commonj.init.ChildJobStarter の static 変数
ワークマネージャへの作業依頼失敗。
SCHDULE_ERROR - クラス jp.terasoluna.fw.batch.commonj.init.JobStarterImpl の static 変数
ワークマネージャへの作業依頼失敗。
SCHDULE_SUCCESS - クラス jp.terasoluna.fw.batch.commonj.init.ChildJobStarter の static 変数
ワークマネージャへの作業依頼成功。
SCHDULE_SUCCESS - クラス jp.terasoluna.fw.batch.commonj.init.JobStarterImpl の static 変数
ワークマネージャへの作業依頼成功。
sendTime - クラス jp.terasoluna.fw.batch.jobmessage.JobMessageInfo の変数
メッセージ送信日時。
SequentialChildJobManager - jp.terasoluna.fw.batch.partition の クラス
分割ジョブにおいて、子ジョブを多重度1で逐次実行するためのジョブマネージ ャ。
SequentialChildJobManager() - クラス jp.terasoluna.fw.batch.partition.SequentialChildJobManager のコンストラクタ
 
serialVersionUID - 例外 jp.terasoluna.fw.batch.core.BatchUpdateException の static 変数
Serializable用バージョンID
serialVersionUID - 例外 jp.terasoluna.fw.batch.core.BLogicException の static 変数
Serializable用バージョンID
serialVersionUID - 例外 jp.terasoluna.fw.batch.core.CollectorException の static 変数
Serializable用バージョンID。
serialVersionUID - 例外 jp.terasoluna.fw.batch.core.InitializeException の static 変数
Serializable用バージョンID。
serialVersionUID - 例外 jp.terasoluna.fw.batch.core.JobException の static 変数
Serializable用バージョンID。
serialVersionUID - 例外 jp.terasoluna.fw.batch.core.QueueingException の static 変数
Serializable用バージョンID
serialVersionUID - 例外 jp.terasoluna.fw.batch.core.SupportLogicException の static 変数
Serializable用バージョンID
serialVersionUID - クラス jp.terasoluna.fw.batch.init.JobControlInfo の static 変数
Serializable用バージョンID
serialVersionUID - クラス jp.terasoluna.fw.batch.init.JobRequestInfo の static 変数
Serializable用バージョンID
serialVersionUID - クラス jp.terasoluna.fw.batch.jobmessage.JobMessageInfo の static 変数
Serializable用バージョンID。
serialVersionUID - クラス jp.terasoluna.fw.batch.messages.BLogicMessage の static 変数
シリアルバージョンID
serialVersionUID - クラス jp.terasoluna.fw.batch.messages.BLogicMessages の static 変数
シリアルバージョンID
serialVersionUID - クラス jp.terasoluna.fw.batch.openapi.JobContext の static 変数
Serializable用バージョンID。
serialVersionUID - クラス jp.terasoluna.fw.batch.restart.StandardJobRestartInfo の static 変数
Serializable用バージョンID
serialVersionUID - クラス jp.terasoluna.fw.batch.springsupport.init.AsyncJobContext の static 変数
Serializable用バージョンID。
serialVersionUID - 例外 jp.terasoluna.fw.batch.validation.ValidateException の static 変数
Serializable用バージョンID
server - クラス jp.terasoluna.fw.batch.monitor.MBeanRegister の変数
MBean を操作するためのインスタンス。
SET_JOB_END - クラス jp.terasoluna.fw.batch.init.JobControlTableHandlerImpl の static 変数
「jobControl-sqlMap.xml」に定義されたジョブ処理結果更新用SQLキー。
SET_JOB_START - クラス jp.terasoluna.fw.batch.init.JobControlTableHandlerImpl の static 変数
「jobControl-sqlMap.xml」に定義されたジョブ開始処理用SQLキー。
setAsync(boolean) - クラス jp.terasoluna.fw.batch.springsupport.init.JobExecutor のメソッド
非同期起動有無フラグを設定する。
setBatchUpdateProcessor(BatchUpdateProcessor) - クラス jp.terasoluna.fw.batch.core.JobWorker のメソッド
バッチ更新用クラスのインスタンスを設定する。
setBatchUpdateResultHandler(BatchUpdateResultHandler) - クラス jp.terasoluna.fw.batch.core.JobWorker のメソッド
バッチ更新の処理結果ハンドラを設定する。
setBlogic(BLogic<Object, JobContext>) - クラス jp.terasoluna.fw.batch.core.StandardBLogicExecutor のメソッド
ビジネスロジックを設定する。
setBLogicErroresLogLevel(String) - クラス jp.terasoluna.fw.batch.standard.StandardBLogicResultHandler のメソッド
ビジネスロジック内で生成されたエラーメッセージの出力ログレベルを設定する。
setBlogicExecutor(BLogicExecutor) - クラス jp.terasoluna.fw.batch.controlbreak.ControlBreakBLogicExecutor のメソッド
ビジネスロジック実行クラスのインスタンスを設定する。
setBlogicExecutor(BLogicExecutor) - クラス jp.terasoluna.fw.batch.core.JobWorker のメソッド
ビジネスロジック実行用クラスのインスタンスを設定する。
setBLogicMessagesLogLevel(String) - クラス jp.terasoluna.fw.batch.standard.StandardBLogicResultHandler のメソッド
ビジネスロジック内で生成されたメッセージの出力ログレベルを設定する。
setBlogicResultHandler(BLogicResultHandler) - クラス jp.terasoluna.fw.batch.controlbreak.ControlBreakProcessor のメソッド
BLogic結果ハンドラを設定する。
setBlogicResultHandler(BLogicResultHandler) - クラス jp.terasoluna.fw.batch.core.StandardBLogicExecutor のメソッド
ジョブ結果ハンドラを設定する。
setBreakKey(List<String>) - クラス jp.terasoluna.fw.batch.controlbreak.ControlBreakDefItem のメソッド
ブレイクキーを設定する。
setChunkControlBreakDefItem(ControlBreakDefItem) - クラス jp.terasoluna.fw.batch.controlbreak.ControlBreakDef のメソッド
チェック別コントロールブレイクキーリストを設定する。
setChunkSize(int) - クラス jp.terasoluna.fw.batch.controlbreak.ControlBreakChunkerFactory のメソッド
チャンクサイズを設定する。
setChunkSize(int) - クラス jp.terasoluna.fw.batch.standard.ChunkerFactory のメソッド
チャンクサイズを設定する。
setCollectedDataHandlerFactory(CollectedDataHandlerFactory) - クラス jp.terasoluna.fw.batch.core.AbstractCollector のメソッド
収集データ処理ハンドラを設定する。
setCollectedDataHandlerFactory(CollectedDataHandlerFactory) - クラス jp.terasoluna.fw.batch.validation.ValidationExecutorFactory のメソッド
対象データ用チャンク作成用クラスを設定する。
setCollector(Collector<JobContext>) - クラス jp.terasoluna.fw.batch.core.JobManager のメソッド
コレクタを設定する。
setCollectorResultHandler(CollectorResultHandler) - クラス jp.terasoluna.fw.batch.core.JobManager のメソッド
対象データ取得結果のハンドラを設定する。
setControlBreakDef(ControlBreakDef) - クラス jp.terasoluna.fw.batch.controlbreak.ControlBreakChunkerFactory のメソッド
コントロールブレイクの定義情報を設定する。
setControlBreakDef(ControlBreakDef) - クラス jp.terasoluna.fw.batch.controlbreak.ControlBreakProcessor のメソッド
コントロールブレイクキー定義情報を設定する。
setControlBreakDefItemList(List<ControlBreakDefItem>) - クラス jp.terasoluna.fw.batch.controlbreak.ControlBreakDef のメソッド
単一コントロールブレイクキーリストを取得する。
setControlBreakHandler(ControlBreakHandler<JobContext>) - クラス jp.terasoluna.fw.batch.controlbreak.ControlBreakDefItem のメソッド
コントロールブレイクハンドラを設定する。
setControlBreakProcessor(ControlBreakProcessor) - クラス jp.terasoluna.fw.batch.controlbreak.ControlBreakBLogicExecutor のメソッド
ブレイク処理クラスを設定する。
setControlBreakProcessor(ControlBreakProcessor) - クラス jp.terasoluna.fw.batch.controlbreak.ControlBreakWorker のメソッド
コントロールブレイク処理用クラスを取得する。
setDataArray(String[]) - クラス jp.terasoluna.fw.batch.standard.StringArrayPropertyCollector のメソッド
取得対象の配列を設定する。
setDataList(List<Object>) - クラス jp.terasoluna.fw.batch.standard.ListPropertyCollector のメソッド
取得対象のリストを設定する。
setDefaultJobExceptionHandler(JobExceptionHandler) - クラス jp.terasoluna.fw.batch.commonj.WorkManagerExecutorService のメソッド
デフォルト例外ハンドラの設定。
setDefaultJobExceptionHandler(JobExceptionHandler) - クラス jp.terasoluna.fw.batch.controlbreak.ControlBreakProcessor のメソッド
デフォルト例外ハンドラを設定する。
setDefaultJobExceptionHandler(JobExceptionHandler) - クラス jp.terasoluna.fw.batch.core.JobManager のメソッド
デフォルト例外ハンドラを設定する。
setDefaultJobExceptionHandler(JobExceptionHandler) - クラス jp.terasoluna.fw.batch.core.JobWorker のメソッド
デフォルト例外ハンドラを設定する。
setDefaultJobExceptionHandler(JobExceptionHandler) - クラス jp.terasoluna.fw.batch.core.StandardBLogicExecutor のメソッド
デフォルト例外ハンドラを設定する。
setDefaultJobExceptionHandler(JobExceptionHandler) - クラス jp.terasoluna.fw.batch.springsupport.standard.FixedThreadPoolWorkerExecutorService のメソッド
デフォルト例外ハンドラを設定する。
setDefaultJobExceptionHandler(JobExceptionHandler) - クラス jp.terasoluna.fw.batch.standard.StandardSupportProcessor のメソッド
デフォルト例外ハンドラを設定する。
setDefaultJobExitCode(JobStatus) - クラス jp.terasoluna.fw.batch.springsupport.init.JobExecutor のメソッド
ジョブ終了コードを設定する。
setEndChunk(boolean) - クラス jp.terasoluna.fw.batch.controlbreak.ControlBreakChunk のメソッド
最終チャンクフラグを設定する。
setEndFileDir(String) - クラス jp.terasoluna.fw.batch.init.EndFileChecker のメソッド
終了ファイルディレクトリを設定する。
setErrorContinueFlg(boolean) - クラス jp.terasoluna.fw.batch.validation.StandardValidationResultHandler のメソッド
エラー継続フラグを設定する。
setErrors(BLogicMessages) - クラス jp.terasoluna.fw.batch.openapi.BLogicResult のメソッド
ビジネスロジック内で生成された、エラー用BLogicMessagesを設定する。
setExceptionHandlerMap(LinkedHashMap<JobException, JobExceptionHandler>) - クラス jp.terasoluna.fw.batch.commonj.WorkManagerExecutorService のメソッド
例外ハンドラを格納したマップの設定。
setExceptionHandlerMap(Map<JobException, JobExceptionHandler>) - クラス jp.terasoluna.fw.batch.controlbreak.ControlBreakProcessor のメソッド
例外ハンドラマップを設定する。
setExceptionHandlerMap(LinkedHashMap<JobException, JobExceptionHandler>) - クラス jp.terasoluna.fw.batch.core.JobManager のメソッド
例外ハンドラ定義を設定する。
setExceptionHandlerMap(LinkedHashMap<JobException, JobExceptionHandler>) - クラス jp.terasoluna.fw.batch.core.JobWorker のメソッド
例外ハンドラ定義を設定する。
setExceptionHandlerMap(LinkedHashMap<JobException, JobExceptionHandler>) - クラス jp.terasoluna.fw.batch.core.StandardBLogicExecutor のメソッド
例外ハンドラを格納したMapを設定する。
setExceptionHandlerMap(LinkedHashMap<JobException, JobExceptionHandler>) - クラス jp.terasoluna.fw.batch.springsupport.standard.FixedThreadPoolWorkerExecutorService のメソッド
例外ハンドラを格納したMapを設定する。
setExceptionHandlerMap(LinkedHashMap<JobException, JobExceptionHandler>) - クラス jp.terasoluna.fw.batch.standard.StandardSupportProcessor のメソッド
例外ハンドラマップを設定する。
setFileQueryDao(FileQueryDAO) - クラス jp.terasoluna.fw.batch.standard.StandardFileCollector のメソッド
ファイルアクセス用DAOを設定する。
setFinishTime(Date) - クラス jp.terasoluna.fw.batch.jobmessage.JobMessageInfo のメソッド
ジョブ終了時間の設定。
setInputFileName(String) - クラス jp.terasoluna.fw.batch.standard.StandardFileCollector のメソッド
入力ファイル名を設定する。
setIntervalSeconds(long) - クラス jp.terasoluna.fw.batch.init.JobRequestInfoCollector のメソッド
監視周期を設定する。
setJobBeanPath(String) - クラス jp.terasoluna.fw.batch.init.JobRequestInfoCollector のメソッド
実行ジョブ定義ファイルパス。
setJobConcatParameters(String) - クラス jp.terasoluna.fw.batch.jobmessage.JobMessageInfo のメソッド
連結ジョブパラメータの設定。
setJobContext(JobContext) - クラス jp.terasoluna.fw.batch.commonj.init.ChildJobExecutor のメソッド
ジョブコンテキストの設定。
setJobContext(JobContext) - クラス jp.terasoluna.fw.batch.core.Chunk のメソッド
ジョブコンテクストを設定する。
setJobContext(JobContext) - インタフェース jp.terasoluna.fw.batch.core.WorkUnit のメソッド
ジョブコンテクストを設定する。
setJobContext(JobContext) - クラス jp.terasoluna.fw.batch.init.AbstractJobControlInfo のメソッド
ジョブコンテキストを設定する。
setJobContext(JobContext) - クラス jp.terasoluna.fw.batch.partition.PartitionRowObject のメソッド
ジョブコンテクストを設定する。
setJobContext(byte[]) - インタフェース jp.terasoluna.fw.batch.restart.JobRestartInfo のメソッド
ジョブコンテキストを設定。
setJobContext(byte[]) - クラス jp.terasoluna.fw.batch.restart.StandardJobRestartInfo のメソッド
ジョブコンテキストを設定。
setJobControlTableHandler(JobControlTableHandler) - クラス jp.terasoluna.fw.batch.init.JobRequestInfoCollector のメソッド
ジョブ管理テーブルハンドラクラスのインスタンスを設定する。
setJobControlTableHandler(JobControlTableHandler) - クラス jp.terasoluna.fw.batch.springsupport.init.AsyncJobPostLogic のメソッド
ジョブ管理テーブルハンドラを設定する。
setJobDiscriptorPath(String) - クラス jp.terasoluna.fw.batch.init.JobControlInfo のメソッド
ジョブBean定義ファイルのPATHを設定。
setJobDiscriptorPath(String) - クラス jp.terasoluna.fw.batch.init.JobRequestInfo のメソッド
ジョブBean設定ファイルの相対パスの設定。
setJobExitCode(Integer) - クラス jp.terasoluna.fw.batch.core.JobStatus のメソッド
終了コードを設定する。
setJobExitCode(String) - クラス jp.terasoluna.fw.batch.init.AbstractJobControlInfo のメソッド
ジョブ終了コードを設定。
setJobExitCode(String) - クラス jp.terasoluna.fw.batch.init.JobControlInfo のメソッド
ジョブ終了コードを設定。
setJobId(String) - クラス jp.terasoluna.fw.batch.core.JobStatus のメソッド
ジョブIDを設定する。
setJobId(String) - クラス jp.terasoluna.fw.batch.init.JobControlInfo のメソッド
ジョブIDを設定。
setJobId(String) - クラス jp.terasoluna.fw.batch.init.JobRequestInfo のメソッド
ジョブIDの設定。
setJobId(String) - クラス jp.terasoluna.fw.batch.openapi.JobContext のメソッド
ジョブIDを設定する。
setJobId(String) - インタフェース jp.terasoluna.fw.batch.restart.JobRestartInfo のメソッド
ジョブIDを設定。
setJobId(String) - クラス jp.terasoluna.fw.batch.restart.StandardJobRestartInfo のメソッド
ジョブIDを設定。
setJobInfo(JobRequestInfo) - クラス jp.terasoluna.fw.batch.commonj.init.JobExecutor のメソッド
ジョブ依頼情報の設定。
setJobManager(JobManager) - クラス jp.terasoluna.fw.batch.restart.JobContextRestorer のメソッド
ジョブマネージャを設定する。
setJobParameters(String) - クラス jp.terasoluna.fw.batch.init.JobControlInfo のメソッド
ジョブ起動パラメータを設定。
setJobParameters(String[]) - クラス jp.terasoluna.fw.batch.init.JobRequestInfo のメソッド
ジョブコンテキスト格納用パラメータ設定。
setJobParameters(String) - クラス jp.terasoluna.fw.batch.jobmessage.JobMessageInfo のメソッド
ジョブパラメータの設定。
setJobParametersSplitStr(String) - クラス jp.terasoluna.fw.batch.init.AbstractJobControlInfo のメソッド
ジョブパラメータの区切り文字。
setJobParametersSplitStr(String) - クラス jp.terasoluna.fw.batch.springsupport.init.JobExecutor のメソッド
ジョブパラメータの区切り文字を設定する。
setJobRequestNo(String) - クラス jp.terasoluna.fw.batch.core.JobStatus のメソッド
ジョブリクエスト番号を設定する。
setJobRequestNo(String) - クラス jp.terasoluna.fw.batch.init.JobControlInfo のメソッド
ジョブリクエスト番号を設定。
setJobRequestNo(String) - クラス jp.terasoluna.fw.batch.openapi.JobContext のメソッド
ジョブ依頼番号を設定する。
setJobRestartInfoFactory(JobRestartInfoFactory) - クラス jp.terasoluna.fw.batch.restart.JobRestartTableHandler のメソッド
ジョブリスタート情報格納用実装クラスのファクトリを設定する。
setJobRestartTableHandler(JobRestartTableHandler) - クラス jp.terasoluna.fw.batch.restart.JobContextRestorer のメソッド
ジョブリスタートテーブルハンドラを設定する。
setJobRestartTableHandler(JobRestartTableHandler) - クラス jp.terasoluna.fw.batch.restart.RestartPointCloser のメソッド
ジョブリスタートテーブルハンドラを設定する。
setJobRestartTableHandler(JobRestartTableHandler) - クラス jp.terasoluna.fw.batch.restart.RestartPointUpdater のメソッド
ジョブリスタートテーブルハンドラを設定する。
setJobRestartTableHandler(JobRestartTableHandler) - クラス jp.terasoluna.fw.batch.restart.RestartPostProcessor のメソッド
ジョブリスタートテーブルハンドラのインスタンスを設定する。
setJobRestartTableHandler(JobRestartTableHandler) - クラス jp.terasoluna.fw.batch.restart.RestartPreProcessor のメソッド
リスタートテーブルハンドラのインスタンスを設定する。
setJobResultInfoHandler(JobResultInfoHandler) - クラス jp.terasoluna.fw.batch.commonj.listener.JobExecutorListener のメソッド
ジョブ実行結果ハンドラの設定。
setJobState(JobStatus.STATE) - クラス jp.terasoluna.fw.batch.core.JobStatus のメソッド
ジョブの状態を設定する。
setJobState(String) - クラス jp.terasoluna.fw.batch.init.AbstractJobControlInfo のメソッド
ジョブ起動状況を設定。
setJobState(String) - クラス jp.terasoluna.fw.batch.init.JobControlInfo のメソッド
ジョブ起動状況を設定。
setJobWorker(JobWorker) - クラス jp.terasoluna.fw.batch.restart.RestartPointCloser のメソッド
ジョブワーカを設定する。
setJobWorker(JobWorker) - クラス jp.terasoluna.fw.batch.restart.RestartPointUpdater のメソッド
ジョブワーカを設定する。
setJobWorker(Workable<Chunk>) - クラス jp.terasoluna.fw.batch.springsupport.transaction.TransactionalWorker のメソッド
ジョブワーカーを設定する。
setLastData(Object) - クラス jp.terasoluna.fw.batch.controlbreak.ControlBreakChunk のメソッド
最終データのコントロールブレイク情報の再設定
setManageableJobSize(int) - クラス jp.terasoluna.fw.batch.monitor.MBeanRegister のメソッド
MBeanServerへの登録上限値を設定する。
setMbeanRegister(MBeanRegister) - クラス jp.terasoluna.fw.batch.monitor.MonitorableJobStatus のメソッド
監視用MBean登録用インスタンスを設定する。
setMbeanRegister(MBeanRegister) - クラス jp.terasoluna.fw.batch.monitor.MonitorableTransactionalJobStatus のメソッド
監視用MBean登録用インスタンスを設定する。
setMessageAccessor(MessageAccessor) - クラス jp.terasoluna.fw.batch.standard.StandardBLogicResultHandler のメソッド
メッセージ取得クラスのインスタンスを設定する。
setMessageAccessor(MessageAccessor) - クラス jp.terasoluna.fw.batch.validation.StandardValidationResultHandler のメソッド
メッセージ取得クラスのインスタンスを設定する。
setMessages(BLogicMessages) - クラス jp.terasoluna.fw.batch.openapi.BLogicResult のメソッド
ビジネスロジック内で生成された、メッセージ用BLogicMessagesを設定する。
setMessageState(String) - クラス jp.terasoluna.fw.batch.jobmessage.JobMessageInfo のメソッド
メッセージ送受信状況の設定。
setMethodMap(FastHashMap) - クラス jp.terasoluna.fw.batch.controlbreak.ControlBreakChunk のメソッド
 
setMultiplicity(int) - クラス jp.terasoluna.fw.batch.commonj.usequeue.WorkManagerTaskWorkQueueFactory のメソッド
多重実行数を設定する。
setMultiplicity(int) - クラス jp.terasoluna.fw.batch.springsupport.standard.ThreadSizeFactoryBean のメソッド
多重度を設定する。
setMultiplicity(int) - クラス jp.terasoluna.fw.batch.standard.StandardWorkQueueFactory のメソッド
多重実行数を設定する。
setName(String) - クラス jp.terasoluna.fw.batch.core.JobManager のメソッド
ジョブマネジャー名を設定する。
setName(String) - クラス jp.terasoluna.fw.batch.standard.QueueProcessor のメソッド
名称を設定する。
setNext(Object) - クラス jp.terasoluna.fw.batch.controlbreak.ControlBreakChunk のメソッド
次データを設定する。
setParameter(String[]) - クラス jp.terasoluna.fw.batch.openapi.JobContext のメソッド
起動時の引数をジョブコンテキストに設定する。
setParameter(String[]) - クラス jp.terasoluna.fw.batch.springsupport.init.AsyncJobContext のメソッド
起動時の引数をジョブコンテキストの設定する。
setParentManager(boolean) - クラス jp.terasoluna.fw.batch.restart.RestartPostProcessor のメソッド
Rootマネジャー有無を設定する。
setParentManager(boolean) - クラス jp.terasoluna.fw.batch.restart.RestartPreProcessor のメソッド
Rootマネジャー有無を設定する。
setPartitionKey(String) - クラス jp.terasoluna.fw.batch.core.JobStatus のメソッド
分割キーを設定する。
setPartitionKey(String) - クラス jp.terasoluna.fw.batch.jobmessage.JobMessageInfo のメソッド
パーティションキーを設定する。
setPartitionKey(String) - クラス jp.terasoluna.fw.batch.openapi.JobContext のメソッド
パーティションキーを設定する。
setPartitionKey(String) - インタフェース jp.terasoluna.fw.batch.restart.JobRestartInfo のメソッド
パーティションキーを設定。
setPartitionKey(String) - クラス jp.terasoluna.fw.batch.restart.StandardJobRestartInfo のメソッド
パーティションキーを設定。
setPartitionNo(int) - クラス jp.terasoluna.fw.batch.core.JobStatus のメソッド
分割番号を設定する。
setPartitionNo(int) - クラス jp.terasoluna.fw.batch.jobmessage.JobMessageInfo のメソッド
パーティションNOを設定する。
setPartitionNo(int) - クラス jp.terasoluna.fw.batch.openapi.JobContext のメソッド
パーティション番号を設定する。
setPartitionNo(int) - インタフェース jp.terasoluna.fw.batch.restart.JobRestartInfo のメソッド
パーティション番号を設定。
setPartitionNo(int) - クラス jp.terasoluna.fw.batch.restart.StandardJobRestartInfo のメソッド
パーティション番号を設定。
setPostJobProcessor(SupportProcessor) - クラス jp.terasoluna.fw.batch.springsupport.init.JobExecutor のメソッド
ジョブ起動前処理を設定する。
setPostProcessor(SupportProcessor) - クラス jp.terasoluna.fw.batch.core.JobManager のメソッド
ジョブ後処理を行うサポートプロセッサを設定する。
setPostProcessor(SupportProcessor) - クラス jp.terasoluna.fw.batch.restart.RestartPostProcessor のメソッド
ジョブ後処理を設定する。
setPostProcessor(SupportProcessor) - クラス jp.terasoluna.fw.batch.standard.QueueProcessor のメソッド
後処理プロセッサを設定する。
setPreJobProcessor(SupportProcessor) - クラス jp.terasoluna.fw.batch.springsupport.init.JobExecutor のメソッド
ジョブ起動後処理を設定する。
setPreProcessor(SupportProcessor) - クラス jp.terasoluna.fw.batch.core.JobManager のメソッド
ジョブ前処理を行うサポートプロセッサを設定する。
setPreProcessor(SupportProcessor) - クラス jp.terasoluna.fw.batch.restart.RestartPreProcessor のメソッド
実行するジョブ前処理を設定する。
setPreProcessor(SupportProcessor) - クラス jp.terasoluna.fw.batch.standard.QueueProcessor のメソッド
前処理プロセッサを設定する。
setQueryDAO(SqlMapClientDaoSupport) - クラス jp.terasoluna.fw.batch.ibatissupport.IBatisDbCollectorImpl のメソッド
SqlMapClientデータアクセスObjectを設定する。
setQueryDAO(QueryDAO) - クラス jp.terasoluna.fw.batch.init.JobControlTableHandlerImpl のメソッド
SELECT用DAOを設定する。
setQueryDAO(QueryDAO) - クラス jp.terasoluna.fw.batch.restart.JobRestartTableHandler のメソッド
SELECT用DAOのセッター。
setQueueCheckTimeout(int) - クラス jp.terasoluna.fw.batch.standard.StandardWorkQueue のメソッド
タイムアウト設定する。
setQueueLength(int) - クラス jp.terasoluna.fw.batch.commonj.usequeue.WorkManagerTaskWorkQueueFactory のメソッド
キューの長さを設定する。
setQueueLength(int) - クラス jp.terasoluna.fw.batch.standard.StandardWorkQueueFactory のメソッド
キューの長さを設定する。
setQueueProcessor(QueueProcessor) - クラス jp.terasoluna.fw.batch.commonj.usequeue.WorkManagerTaskWorkQueueFactory のメソッド
キュー処理プロセッサを設定する。
setQueueProcessor(QueueProcessor) - クラス jp.terasoluna.fw.batch.standard.StandardWorkQueueFactory のメソッド
キュー処理プロセッサを設定する。
setReadNextLine(boolean) - クラス jp.terasoluna.fw.batch.standard.StandardFileCollector のメソッド
ファイル行Iteratorの処理判定用フラグを設定する。
setReceiveTime(Date) - クラス jp.terasoluna.fw.batch.jobmessage.JobMessageInfo のメソッド
メッセージ受信日時の設定。
setRefreshCount(int) - クラス jp.terasoluna.fw.batch.init.JobRequestInfoCollector のメソッド
リフレッシュカウントを設定する。
setRegisterTime(Date) - クラス jp.terasoluna.fw.batch.init.JobControlInfo のメソッド
ジョブ依頼情報の登録日時を設定。
setRegisterTime(Date) - クラス jp.terasoluna.fw.batch.restart.StandardJobRestartInfo のメソッド
リスタート情報登録時刻を設定。
setRequestNo(String) - インタフェース jp.terasoluna.fw.batch.restart.JobRestartInfo のメソッド
リクエスト情報を設定。
setRequestNo(String) - クラス jp.terasoluna.fw.batch.restart.StandardJobRestartInfo のメソッド
リクエスト情報を設定。
setRestartable(boolean) - クラス jp.terasoluna.fw.batch.core.JobStatus のメソッド
ジョブがリスタート可能なジョブであるかどうかを設定する。
setRestartable(boolean) - クラス jp.terasoluna.fw.batch.openapi.JobContext のメソッド
実行中のジョブがリスタート可能なジョブかどうかを設定する。
setRestarted(boolean) - クラス jp.terasoluna.fw.batch.openapi.JobContext のメソッド
リスタート実行フラグを設定する。
setRestartPoint(int) - クラス jp.terasoluna.fw.batch.core.JobStatus のメソッド
リスタートポイントを設定する。
setRestartPoint(int) - クラス jp.terasoluna.fw.batch.openapi.JobContext のメソッド
リスタートポイントを設定する。
setRestartPoint(int) - インタフェース jp.terasoluna.fw.batch.restart.JobRestartInfo のメソッド
リスタートポイントを設定。
setRestartPoint(int) - クラス jp.terasoluna.fw.batch.restart.StandardJobRestartInfo のメソッド
リスタートポイントを設定。
setRestartWorker(Workable<WorkUnit>) - クラス jp.terasoluna.fw.batch.restart.RestartQueueProcessor のメソッド
リスタート用ワーカーを設定する。
setResultClass(Object) - クラス jp.terasoluna.fw.batch.standard.StandardFileCollector のメソッド
結果クラスを設定する。
setSendTime(Date) - クラス jp.terasoluna.fw.batch.jobmessage.JobMessageInfo のメソッド
メッセージ送信日時の設定。
setSql(String) - クラス jp.terasoluna.fw.batch.ibatissupport.IBatisDbCollectorImpl のメソッド
対象データ取得用SQL文キーを設定する。
setSqlKey(String) - クラス jp.terasoluna.fw.batch.restart.RestartPointCloser のメソッド
リスタートポイントクリア用SQLキーを設定する。
setSqlKey(String) - クラス jp.terasoluna.fw.batch.restart.RestartPostProcessor のメソッド
リスタートポイントクリア用SQLキーを設定する。
setStartType(JobContext.START_TYPE) - クラス jp.terasoluna.fw.batch.openapi.JobContext のメソッド
起動種別を設定する。
setState(String) - インタフェース jp.terasoluna.fw.batch.restart.JobRestartInfo のメソッド
起動状況を設定。
setState(String) - クラス jp.terasoluna.fw.batch.restart.StandardJobRestartInfo のメソッド
起動状況を設定。
setSupportLogicList(List<SupportLogic<JobContext>>) - クラス jp.terasoluna.fw.batch.restart.RestartPointCloser のメソッド
サポートロジックのリストを設定する。
setSupportLogicList(List<SupportLogic<JobContext>>) - クラス jp.terasoluna.fw.batch.restart.RestartPostProcessor のメソッド
サポートロジックのリストを設定する。
setSupportLogicList(List<SupportLogic<JobContext>>) - クラス jp.terasoluna.fw.batch.standard.StandardSupportProcessor のメソッド
サポートロジックのリストを設定する。
setSupportLogicResultHandler(SupportLogicResultHandler) - クラス jp.terasoluna.fw.batch.standard.StandardSupportProcessor のメソッド
サポートロジックの処理結果ハンドラを設定する。
setSupportProcessor(SupportProcessor) - クラス jp.terasoluna.fw.batch.springsupport.transaction.TransactionalSupportProcessor のメソッド
サポートプロセッサを設定する。
setSupportProcessorName(String) - クラス jp.terasoluna.fw.batch.standard.StandardSupportProcessor のメソッド
処理名を設定する。
setTransactionManager(PlatformTransactionManager) - クラス jp.terasoluna.fw.batch.commonj.transaction.JobResultInfoHandlerImpl のメソッド
トランザクションマネージャ。
setTransactionManager(PlatformTransactionManager) - クラス jp.terasoluna.fw.batch.springsupport.transaction.TransactionalJobStatus のメソッド
トランザクションマネージャを設定する。
setTransChunkControlBreakDefItemList(List<ControlBreakDefItem>) - クラス jp.terasoluna.fw.batch.controlbreak.ControlBreakDef のメソッド
トランコントロールブレイクキーリストを取得する。
setUpdateDAO(UpdateDAO) - クラス jp.terasoluna.fw.batch.commonj.transaction.JobResultInfoHandlerImpl のメソッド
UPDATE用DAO。
setUpdateDAO(UpdateDAO) - クラス jp.terasoluna.fw.batch.init.JobControlTableHandlerImpl のメソッド
更新用DAOを設定する。
setUpdateDAO(UpdateDAO) - クラス jp.terasoluna.fw.batch.restart.JobRestartTableHandler のメソッド
更新用DAOのセッター。
setUpdateDAO(UpdateDAO) - クラス jp.terasoluna.fw.batch.standard.StandardBatchUpdateProcessor のメソッド
バッチ更新に用いる更新用DAOを設定する。
setUpdateTime(Date) - クラス jp.terasoluna.fw.batch.init.JobControlInfo のメソッド
ジョブ依頼情報の更新日時を設定。
setUpdateTime(Date) - クラス jp.terasoluna.fw.batch.restart.StandardJobRestartInfo のメソッド
リスタート情報更新時刻を設定。
setUseSavepoint(boolean) - クラス jp.terasoluna.fw.batch.springsupport.transaction.TransactionalJobStatus のメソッド
セーブポイントを使うかどうかを設定する。
setValidationResultHandler(ValidationResultHandler) - クラス jp.terasoluna.fw.batch.validation.ValidationExecutorFactory のメソッド
バリデータ結果ハンドラを設定する。
setValidator(Validator) - クラス jp.terasoluna.fw.batch.validation.ValidationExecutorFactory のメソッド
バリデータを設定する。
setWorker(Workable<WorkUnit>) - クラス jp.terasoluna.fw.batch.restart.RestartQueueProcessor のメソッド
ワーカーを設定する。
setWorker(Workable<WorkUnit>) - クラス jp.terasoluna.fw.batch.standard.QueueProcessor のメソッド
ワーカーを設定する。
setWorkerExecutorService(WorkerExecutorService) - クラス jp.terasoluna.fw.batch.commonj.usequeue.WorkManagerTaskWorkQueueFactory のメソッド
ワーカー実行サービスを設定する。
setWorkerExecutorService(WorkerExecutorService) - クラス jp.terasoluna.fw.batch.standard.StandardWorkQueueFactory のメソッド
ワーカー実行サービスを設定する。
setWorkListener(WorkMapListener) - クラス jp.terasoluna.fw.batch.commonj.init.ChildJobStarter のメソッド
ワークリスナーの設定。
setWorkListener(WorkMapListener) - クラス jp.terasoluna.fw.batch.commonj.init.JobStarterImpl のメソッド
ワークリスナーの設定。
setWorkManager(WorkManager) - クラス jp.terasoluna.fw.batch.commonj.init.ChildJobStarter のメソッド
ワークマネージャーの設定。
setWorkManager(WorkManager) - クラス jp.terasoluna.fw.batch.commonj.init.JobStarterImpl のメソッド
ワークマネージャーの設定。
setWorkManager(WorkManager) - クラス jp.terasoluna.fw.batch.commonj.usequeue.WorkManagerTaskWorkQueue のメソッド
ワークマネージャを設定する。
setWorkManager(WorkManager) - クラス jp.terasoluna.fw.batch.commonj.WorkManagerExecutorService のメソッド
ワークマネージャの設定。
setWorkMapListener(WorkMapListener) - クラス jp.terasoluna.fw.batch.commonj.WorkManagerExecutorService のメソッド
ワークリスナーの設定。
setWorkQueueFactory(WorkQueueFactory) - クラス jp.terasoluna.fw.batch.core.JobManager のメソッド
作業キューのファクトリを設定する。
setWorkTimeout(long) - クラス jp.terasoluna.fw.batch.commonj.usequeue.WorkManagerTaskWorkQueue のメソッド
ジョブを開始するまでのタイムアウト(ミリ秒)の設定。
setWorkTimeout(long) - クラス jp.terasoluna.fw.batch.commonj.usequeue.WorkManagerTaskWorkQueueFactory のメソッド
ジョブを開始するまでのタイムアウト(ミリ秒)の設定。
shutdownGraceful() - クラス jp.terasoluna.fw.batch.core.JobStatus のメソッド
中断終了中を設定する。
shutdownGraceful() - インタフェース jp.terasoluna.fw.batch.monitor.MonitorableJobStatusMBean のメソッド
ジョブ(子ジョブ)を強制終了する。
shutdownImmediate() - クラス jp.terasoluna.fw.batch.core.JobStatus のメソッド
強制終了中を設定する。
shutdownImmediate() - インタフェース jp.terasoluna.fw.batch.monitor.MonitorableJobStatusMBean のメソッド
ジョブ(子ジョブ)を中断終了する。
size() - クラス jp.terasoluna.fw.batch.core.Chunk のメソッド
チャンクサイズのサイズを取得する。
sql - クラス jp.terasoluna.fw.batch.ibatissupport.IBatisDbCollectorImpl の変数
対象データ取得用SQL文キー。
sqlKey - クラス jp.terasoluna.fw.batch.restart.RestartPointCloser の変数
リスタートポイントクリア用SQLキー。
sqlKey - クラス jp.terasoluna.fw.batch.restart.RestartPostProcessor の変数
リスタートポイントクリア用SQLキー。
StandardBatchUpdateProcessor - jp.terasoluna.fw.batch.standard の クラス
バッチ更新処理を行う標準実装クラス。
StandardBatchUpdateProcessor() - クラス jp.terasoluna.fw.batch.standard.StandardBatchUpdateProcessor のコンストラクタ
 
StandardBatchUpdateProcessor.SqlHolderListComparator - jp.terasoluna.fw.batch.standard の クラス
sqlHolderListのソート用Comparatorクラス。
StandardBatchUpdateProcessor.SqlHolderListComparator() - クラス jp.terasoluna.fw.batch.standard.StandardBatchUpdateProcessor.SqlHolderListComparator のコンストラクタ
 
StandardBatchUpdateResultHandler - jp.terasoluna.fw.batch.standard の クラス
BatchUpdateResultHandler インタフェースの標準実装クラス。
StandardBatchUpdateResultHandler() - クラス jp.terasoluna.fw.batch.standard.StandardBatchUpdateResultHandler のコンストラクタ
 
StandardBLogicExecutor - jp.terasoluna.fw.batch.core の クラス
ビジネスロジック実行クラスの標準実装。
StandardBLogicExecutor() - クラス jp.terasoluna.fw.batch.core.StandardBLogicExecutor のコンストラクタ
 
StandardBLogicResultHandler - jp.terasoluna.fw.batch.standard の クラス
BLogicResultHandler インタフェースの標準実装クラス。
StandardBLogicResultHandler() - クラス jp.terasoluna.fw.batch.standard.StandardBLogicResultHandler のコンストラクタ
 
StandardBLogicResultHandler.LOG_TYPE - jp.terasoluna.fw.batch.standard の 列挙型
ログレベル。
StandardBLogicResultHandler.LOG_TYPE() - 列挙 jp.terasoluna.fw.batch.standard.StandardBLogicResultHandler.LOG_TYPE のコンストラクタ
 
StandardCollectorResultHandler - jp.terasoluna.fw.batch.standard の クラス
CollectorResultHandler インタフェースの標準実装クラス。
StandardCollectorResultHandler() - クラス jp.terasoluna.fw.batch.standard.StandardCollectorResultHandler のコンストラクタ
 
StandardFileCollector - jp.terasoluna.fw.batch.standard の クラス
ファイルCollectorの標準実装クラス。
StandardFileCollector() - クラス jp.terasoluna.fw.batch.standard.StandardFileCollector のコンストラクタ
 
StandardJobExceptionHandler - jp.terasoluna.fw.batch.standard の クラス
JobExceptionHandler インタフェースの標準実装クラス。
StandardJobExceptionHandler() - クラス jp.terasoluna.fw.batch.standard.StandardJobExceptionHandler のコンストラクタ
 
StandardJobRestartInfo - jp.terasoluna.fw.batch.restart の クラス
ジョブリスタート情報格納用実装クラス。
StandardJobRestartInfo() - クラス jp.terasoluna.fw.batch.restart.StandardJobRestartInfo のコンストラクタ
 
StandardJobRestartInfoFactory - jp.terasoluna.fw.batch.restart の クラス
ジョブリスタート情報のインスタンス生成用クラス。
StandardJobRestartInfoFactory() - クラス jp.terasoluna.fw.batch.restart.StandardJobRestartInfoFactory のコンストラクタ
 
StandardJobStatusSummarizer - jp.terasoluna.fw.batch.standard の クラス
処理状態のサマライザ実装クラス。
StandardJobStatusSummarizer() - クラス jp.terasoluna.fw.batch.standard.StandardJobStatusSummarizer のコンストラクタ
 
StandardSupportLogicResultHandler - jp.terasoluna.fw.batch.standard の クラス
SupportLogicResultHandler インタフェースの標準実装クラス。
StandardSupportLogicResultHandler() - クラス jp.terasoluna.fw.batch.standard.StandardSupportLogicResultHandler のコンストラクタ
 
StandardSupportProcessor - jp.terasoluna.fw.batch.standard の クラス
SupportProcessor インタフェースの標準実装クラス。
StandardSupportProcessor() - クラス jp.terasoluna.fw.batch.standard.StandardSupportProcessor のコンストラクタ
 
StandardValidationResultHandler - jp.terasoluna.fw.batch.validation の クラス
ValidationResultHandler インタフェースの標準実装クラス。
StandardValidationResultHandler() - クラス jp.terasoluna.fw.batch.validation.StandardValidationResultHandler のコンストラクタ
 
StandardWorkQueue - jp.terasoluna.fw.batch.standard の クラス
WorkQueue インタフェースの標準実装クラス。
StandardWorkQueue(int, JobStatus) - クラス jp.terasoluna.fw.batch.standard.StandardWorkQueue のコンストラクタ
コンストラクタ。
StandardWorkQueueFactory - jp.terasoluna.fw.batch.standard の クラス
WorkQueueFactory インタフェースの標準実装クラス。
StandardWorkQueueFactory() - クラス jp.terasoluna.fw.batch.standard.StandardWorkQueueFactory のコンストラクタ
 
startType - クラス jp.terasoluna.fw.batch.openapi.JobContext の変数
ジョブ起動種別。
state - クラス jp.terasoluna.fw.batch.restart.StandardJobRestartInfo の変数
処理状況
STOP_DAEMON - クラス jp.terasoluna.fw.batch.init.AbstractJobControlInfo の static 変数
ジョブデーモン終了用ジョブIDの文字例。
StringArrayPropertyCollector - jp.terasoluna.fw.batch.standard の クラス
属性に設定された文字列配列から、取得処理を行うコレクタ。
StringArrayPropertyCollector() - クラス jp.terasoluna.fw.batch.standard.StringArrayPropertyCollector のコンストラクタ
 
submit(QueueProcessor, WorkQueue, JobStatus) - インタフェース jp.terasoluna.fw.batch.commonj.WorkerExecutorService のメソッド
Workerの実行を登録する。
submit(QueueProcessor, WorkQueue, JobStatus) - クラス jp.terasoluna.fw.batch.commonj.WorkManagerExecutorService のメソッド
Workerの実行を登録する。
submit(QueueProcessor, WorkQueue, JobStatus) - クラス jp.terasoluna.fw.batch.springsupport.standard.FixedThreadPoolWorkerExecutorService のメソッド
ワーカー実行を登録する。
submit(QueueProcessor, WorkQueue, JobStatus) - インタフェース jp.terasoluna.fw.batch.standard.WorkerExecutorService のメソッド
ワーカー実行を登録する。
successMessage - クラス jp.terasoluna.fw.batch.springsupport.init.AsyncJobPostLogic の変数
ログメッセージ(正常終了用)。
successMessage - クラス jp.terasoluna.fw.batch.springsupport.init.AsyncJobPreLogic の static 変数
ログメッセージ(正常起動用)。
summarize(JobStatus) - インタフェース jp.terasoluna.fw.batch.core.JobStatusSummarizer のメソッド
ジョブ処理状態の結果ハンドリング。
summarize(JobStatus) - クラス jp.terasoluna.fw.batch.standard.StandardJobStatusSummarizer のメソッド
ジョブ処理状態の結果サマライザ。
summarizeExitCode(JobStatus) - クラス jp.terasoluna.fw.batch.standard.StandardJobStatusSummarizer のメソッド
ジョブ処理状態の終了コードサマライザ。
SupportLogic<T extends JobContext> - jp.terasoluna.fw.batch.openapi の インタフェース
ジョブ前・後、親ジョブ前・後、先頭チャンク前、最終チャンク後処理用インタフェース。
SupportLogicException - jp.terasoluna.fw.batch.core の 例外
サポート処理例外クラス。
SupportLogicException() - 例外 jp.terasoluna.fw.batch.core.SupportLogicException のコンストラクタ
コンストラクタ。
SupportLogicException(Exception, BLogicResult, String) - 例外 jp.terasoluna.fw.batch.core.SupportLogicException のコンストラクタ
コンストラクタ。
supportLogicList - クラス jp.terasoluna.fw.batch.restart.RestartPointCloser の変数
サポートロジックのリスト。
supportLogicList - クラス jp.terasoluna.fw.batch.restart.RestartPostProcessor の変数
サポートロジックのリスト。
supportLogicList - クラス jp.terasoluna.fw.batch.standard.StandardSupportProcessor の変数
サポートロジックのリスト。
SupportLogicResultHandler - jp.terasoluna.fw.batch.core の インタフェース
サポート処理実行結果のハンドラインタフェース。
supportLogicResultHandler - クラス jp.terasoluna.fw.batch.standard.StandardSupportProcessor の変数
サポートロジックの処理結果ハンドラ。
SupportProcessor - jp.terasoluna.fw.batch.core の インタフェース
サポート処理プロセッサのインタフェース。
supportProcessor - クラス jp.terasoluna.fw.batch.springsupport.transaction.TransactionalSupportProcessor の変数
サポートプロセッサ。
supportProcessorName - 例外 jp.terasoluna.fw.batch.core.SupportLogicException の変数
処理名。
supportProcessorName - クラス jp.terasoluna.fw.batch.standard.StandardSupportProcessor の変数
処理名。
suspend() - クラス jp.terasoluna.fw.batch.core.JobStatus のメソッド
「中断/強制終了フラグ」が true の場合、処理状況を 「中断/強制終了」に設定する。

A B C D E F G H I J K L M N O P Q R S T U V W