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

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

インスタンス変数およびクラス変数

ModifyCheckingAccountCmdImpl クラスは、 CheckingAccount エンティティー Bean のリモート・インターフェースを含む、クラス内のメソッドによって使用される変数、 当座預金 (残高および金額) 上での操作を取り込むために使用される変数、 および補正コマンドを宣言します。

ModifyCheckingAccountCmd コマンドによって使用される変数

以下のコード例に、ModifyCheckingAccountCmdImpl クラス内の変数を示します。

public class ModifyCheckingAccountCmdImpl extends TargetableCommandImpl
implements ModifyCheckingAccountCmd
{
// Variables
public float balance;
public float amount;
public float oldBalance;
public CheckingAccount checkingAccount;
public ModifyCheckingAccountCompensatorCmd
modifyCheckingAccountCompensatorCmd;
...
}



関連タスク
コマンド・インターフェースの実装
参照トピック    

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

最終更新: Jan 21, 2008 5:05:53 PM EST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/rcmd_defineinstclass.html