|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.management.relation.RoleUnresolved
public class RoleUnresolved
未解決のロール (問題の発生により、関係から取得できなかったロール) を表現します。ロール名、値 (ロールの設定時に問題が発生した場合)、および問題を定義する整数型 (RoleStatus に定義された定数) を提供します。
コンストラクタの概要 | |
---|---|
RoleUnresolved(String theRoleName,
List theRoleValue,
int thePbType)
コンストラクタです。 |
メソッドの概要 | |
---|---|
Object |
clone()
このオブジェクトを複製します。 |
int |
getProblemType()
問題型を取得します。 |
String |
getRoleName()
ロール名を取得します。 |
List |
getRoleValue()
ロール値を取得します。 |
void |
setProblemType(int thePbType)
問題型を設定します。 |
void |
setRoleName(String theRoleName)
ロール名を設定します。 |
void |
setRoleValue(List theRoleValue)
ロール値を設定します。 |
String |
toString()
このオブジェクトを説明する文字列を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public RoleUnresolved(String theRoleName, List theRoleValue, int thePbType) throws IllegalArgumentException
theRoleName
- ロール名theRoleValue
- ロールの値 (ロールの設定時に問題が発生した場合)thePbType
- 問題の型 (既知の問題型に従って、static ファイナルメンバとしてリストされる)
IllegalArgumentException
- パラメータが null の場合、または問題型が不正な場合メソッドの詳細 |
---|
public String getRoleName()
setRoleName(java.lang.String)
public List getRoleValue()
setRoleValue(java.util.List)
public int getProblemType()
setProblemType(int)
public void setRoleName(String theRoleName) throws IllegalArgumentException
theRoleName
- 新しいロール名
IllegalArgumentException
- パラメータが null の場合getRoleName()
public void setRoleValue(List theRoleValue)
theRoleValue
- ロール内に設定されていない参照対象の MBean の ObjectName オブジェクトのリストgetRoleValue()
public void setProblemType(int thePbType) throws IllegalArgumentException
thePbType
- 問題に対応する整数型。現在のクラスの static ファイナルメンバとして記述される
IllegalArgumentException
- 問題型が不正な場合getProblemType()
public Object clone()
Object
内の clone
Cloneable
public String toString()
Object
内の toString
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。