|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcm.bound.admin.command.CommandResult
$Rev: 43 $
$Date: 2005-02-12 01:33:58 +0900 (Sat, 12 Feb 2005) $
$Author: C.M $
コンストラクタの概要 | |
CommandResult(int ret)
CommandResult(ret, null, null) に同じ。 |
|
CommandResult(int ret,
java.lang.String desc)
CommandResult(ret, desc, null) に同じ。 |
|
CommandResult(int ret,
java.lang.String desc,
java.lang.Exception e)
指定した ret, desc, e でCommandResultを作成する。 |
メソッドの概要 | |
java.lang.String |
getDescription()
管理コマンドの実行結果の文字列 |
java.lang.Exception |
getException()
管理コマンドの実行時に発生した例外 |
int |
getReturnCode()
管理コマンドの実行結果のリターンコード |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public CommandResult(int ret)
ret
- 管理コマンドの実行結果のリターンコードpublic CommandResult(int ret, java.lang.String desc)
ret
- 管理コマンドの実行結果のリターンコードdesc
- 管理コマンドの実行結果の文字列public CommandResult(int ret, java.lang.String desc, java.lang.Exception e)
ret
- 管理コマンドの実行結果のリターンコードdesc
- 管理コマンドの実行結果の文字列e
- 管理コマンドの実行時に発生した例外メソッドの詳細 |
public int getReturnCode()
public java.lang.String getDescription()
public java.lang.Exception getException()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |