CacheableCommandImpl クラス

コマンドは、クラス CacheableCommandImpl の拡張によって実装されます。 このクラスは、CacheableCommand インターフェースを実装するクラスです。

CacheableCommandImpl クラスは、 例えば、 戻り値の設定など、CacheableCommand インターフェースのいくつかのメソッドの実装を提供する抽象クラスです。 このクラスは、例えば、コマンドの実行方法など、 アプリケーションが実装する必要がある追加メソッドを宣言します。

CacheableCommand インターフェースの実装クラスのコードの構造は、 以下のとおりです。

... 
import com.ibm.websphere.command.*;
public class MyCommandImpl extends CacheableCommandImpl 
implements MyCommand {       
// Set instance variables here      ...
// Implement methods in the MyCommand interface      ...
// Implement abstract methods in the CacheableCommandImpl class
... 
}

トピックのタイプを示すアイコン 参照トピック



タイム・スタンプ・アイコン 最終更新: last_date
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rdyn_cacheablecommandclass
ファイル名:rdyn_cacheablecommandclass.html