wisdom.core.application
クラス AbstractBatchCommand

java.lang.Object
  拡張wisdom.core.CoreObject
      拡張wisdom.core.command.BatchCommand
          拡張wisdom.core.application.AbstractBatchCommand
すべての実装インタフェース:
IBatchCommand

public abstract class AbstractBatchCommand
extends BatchCommand

IBatchCommandの抽象実装クラス。
バッチタイプのアプリケーションはこのクラスを継承して作成します。 抽象メソッド_execute()を実装し、IBatchCommandインターフェースを実装したクラスを作成します。

バージョン:
1
作成者:
Takao Kouda

コンストラクタの概要
AbstractBatchCommand()
           
 
クラス wisdom.core.command.BatchCommand から継承したメソッド
execute, getName, setMessageGenerator
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AbstractBatchCommand

public AbstractBatchCommand()