WebSphere Application Server - Express, 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 21, 2008 11:31:28 PM EST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/rdyn_cacheablecommandclass.html