|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.terasoluna.fw.batch.core.JobStatus
jp.terasoluna.fw.batch.springsupport.transaction.TransactionalJobStatus
jp.terasoluna.fw.batch.monitor.MonitorableTransactionalJobStatus
public class MonitorableTransactionalJobStatus
監視用ジョブ処理状況クラス。
JMXによる監視対象となるクラス。
入れ子のクラスの概要 |
---|
クラス jp.terasoluna.fw.batch.core.JobStatus から継承された入れ子のクラス/インタフェース |
---|
JobStatus.STATE |
フィールドの概要 | |
---|---|
private MBeanRegister |
mbeanRegister
推奨されていません。 監視用MBean登録用インスタンス。 |
コンストラクタの概要 | |
---|---|
MonitorableTransactionalJobStatus()
推奨されていません。 |
メソッドの概要 | |
---|---|
JobStatus |
getChild(JobContext jobContext)
推奨されていません。 子ジョブ処理状況を取得する。 |
void |
setMbeanRegister(MBeanRegister mbeanRegister)
推奨されていません。 監視用MBean登録用インスタンスを設定する。 |
クラス jp.terasoluna.fw.batch.springsupport.transaction.TransactionalJobStatus から継承されたメソッド |
---|
beginTransaction, commit, getTransactionManager, releaseAndCreateSavepoint, rollback, rollbackToSavepoint, setTransactionManager, setUseSavepoint, useSavepoint |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース jp.terasoluna.fw.batch.monitor.MonitorableJobStatusMBean から継承されたメソッド |
---|
getCommitCount, getErrorContinueCount, getJobStartTime, getJobStateStr, getNormalContinueCount, getProcessingTime, shutdownGraceful, shutdownImmediate |
フィールドの詳細 |
---|
private MBeanRegister mbeanRegister
コンストラクタの詳細 |
---|
public MonitorableTransactionalJobStatus()
メソッドの詳細 |
---|
public JobStatus getChild(JobContext jobContext)
TransactionalJobStatus
内の getChild
jobContext
- ジョブコンテキスト
public void setMbeanRegister(MBeanRegister mbeanRegister)
mbeanRegister
- 監視用MBean登録用インスタンス
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |