WebSphere Application Server, Version 6.0.x   
             オペレーティング・システム: AIX , HP-UX, Linux, Solaris, Windows

             目次と検索結果のパーソナライズ化

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
... 
}



関連タスク
コマンド・キャッシングの構成
参照トピック    

ご利用条件 | フィードバック

最終更新: Jan 22, 2008 12:07:38 AM EST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/rdyn_cacheablecommandclass.html