|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface RelationServiceMBean
関係サービスには、関係型と関係の作成および削除、整合性の処理、ならびにクエリー機構の提供の機能があります。
メソッドの概要 | |
---|---|
void |
addRelation(ObjectName theRelObjectName)
ユーザによって作成され、MBean Server に登録される MBean を、関係として関係サービスに追加します。 |
void |
addRelationType(RelationType theRelTypeObj)
指定されたオブジェクトを関係型として追加します。 |
Integer |
checkRoleReading(String theRoleName,
String theRelTypeName)
指定された型の関係で、指定された Role の読み取りが可能かどうかをチェックします。 |
Integer |
checkRoleWriting(Role theRole,
String theRelTypeName,
Boolean theInitFlg)
指定された型の関係で、指定された Role の設定が可能かどうかをチェックします。 |
void |
createRelation(String theRelId,
String theRelTypeName,
RoleList theRoleList)
指定された関係型の単純な関係 (RelationSupport オブジェクト) を作成し、これを関係サービスに追加します。 |
void |
createRelationType(String theRelTypeName,
RoleInfo[] theRoleInfoArray)
RoleInfo オブジェクトから提供されたロール情報を使って、関係型 (RelationTypeSupport オブジェクト) を作成し、関係サービスへ追加します。 |
Map |
findAssociatedMBeans(ObjectName theMBeanName,
String theRelTypeName,
String theRoleName)
関係内の指定された MBean に関連付けられた MBean を取得します。 |
Map |
findReferencingRelations(ObjectName theMBeanName,
String theRelTypeName,
String theRoleName)
指定された MBean が参照される関係を取得します。 |
List |
findRelationsOfType(String theRelTypeName)
指定された型の関係の関係 ID を返します。 |
List |
getAllRelationIds()
関係サービスによって処理されるすべての関係のすべての関係 ID を返します。 |
List |
getAllRelationTypeNames()
既知のすべての関係型の名前を取得します。 |
RoleResult |
getAllRoles(String theRelId)
関係に含まれるすべてのロールを返します。 |
boolean |
getPurgeFlag()
関係内の参照対象の MBean の登録解除の通知をいつ受信したか、関係をただちに「パージ」 (有効でなくなった関係を検索) する必要があるかどうか、または purgeRelations メソッドが明示的に呼び出される場合にのみパージが実行されるかどうかを示すフラグを返します。 |
Map |
getReferencedMBeans(String theRelId)
関係のさまざまなロールで参照される MBean を取得します。 |
String |
getRelationTypeName(String theRelId)
指定された関係の関係型の名前を返します。 |
List |
getRole(String theRelId,
String theRoleName)
指定された関係に含まれる指定されたロール名のロール値を取得します。 |
Integer |
getRoleCardinality(String theRelId,
String theRoleName)
指定されたロール内で現在参照されている MBean の数を取得します。 |
RoleInfo |
getRoleInfo(String theRelTypeName,
String theRoleInfoName)
指定された関係型の指定されたロールの情報を取得します。 |
List |
getRoleInfos(String theRelTypeName)
指定された関係型のロール情報 (RoleInfo オブジェクト) のリストを取得します。 |
RoleResult |
getRoles(String theRelId,
String[] theRoleNameArray)
指定された関係に含まれる指定された名前のロールの値を取得します。 |
Boolean |
hasRelation(String theRelId)
関係サービス内に指定された関係 ID で識別される関係があるかどうかをチェックします。 |
void |
isActive()
関係サービスがアクティブかどうかをチェックします。 |
String |
isRelation(ObjectName theObjName)
MBean が関係として関係サービスに追加されている場合、指定された ObjectName に関連付けられる関係 ID を返します。 |
ObjectName |
isRelationMBean(String theRelId)
ユーザによって作成され、関係として関係サービスに追加された MBean が関係を表す場合、この MBean の ObjectName を返します。 |
void |
purgeRelations()
関係をパージします。 |
void |
removeRelation(String theRelId)
指定された関係型を関係サービスから削除します。 |
void |
removeRelationType(String theRelTypeName)
指定された関係型を関係サービスから削除します。 |
void |
sendRelationCreationNotification(String theRelId)
関係作成の通知 (RelationNotification) を送信します。 |
void |
sendRelationRemovalNotification(String theRelId,
List theUnregMBeanList)
関係削除の通知 (RelationNotification) を送信します。 |
void |
sendRoleUpdateNotification(String theRelId,
Role theNewRole,
List theOldRoleValue)
指定された関係内のロール更新の通知 (RelationNotification) を送信します。 |
void |
setPurgeFlag(boolean thePurgeFlg)
関係内の参照対象の MBean の登録解除の通知をいつ受信したか、関係をただちに「パージ」 (有効でなくなった関係を検索) する必要があるかどうか、または purgeRelations メソッドが明示的に呼び出される場合にのみパージが実行されるかどうかを示すフラグを設定します。 |
void |
setRole(String theRelId,
Role theRole)
指定された関係内の指定されたロールを設定します。 |
RoleResult |
setRoles(String theRelId,
RoleList theRoleList)
指定された関係内の指定されたロールを設定します。 |
void |
updateRoleMap(String theRelId,
Role theNewRole,
List theOldRoleValue)
指定された関係内の指定されたロールを更新するため、関係サービスロールマップの更新を処理します。 |
メソッドの詳細 |
---|
void isActive() throws RelationServiceNotRegisteredException
RelationServiceNotRegisteredException
- 関係サービスが未登録の場合boolean getPurgeFlag()
true の場合、ただちにパージを行う必要があります。
setPurgeFlag(boolean)
void setPurgeFlag(boolean thePurgeFlg)
true の場合、ただちにパージを行う必要があります。
thePurgeFlg
- フラグgetPurgeFlag()
void createRelationType(String theRelTypeName, RoleInfo[] theRoleInfoArray) throws IllegalArgumentException, InvalidRelationTypeException
theRelTypeName
- 関係型の名前theRoleInfoArray
- ロール情報の配列
IllegalArgumentException
- パラメータが null の場合
InvalidRelationTypeException
- 次の条件が成立する場合:- 同じ名前の関係型がすでに存在する場合
- 同じ名前が 2 つの異なったロール情報で使用されている場合
- ロール情報が提供されなかった場合
- ロール情報として null が提供された場合
void addRelationType(RelationType theRelTypeObj) throws IllegalArgumentException, InvalidRelationTypeException
theRelTypeObj
- 関係型オブジェクト (RelationType インタフェースを実装)
IllegalArgumentException
- パラメータが null の場合
InvalidRelationTypeException
- 同じ名前の関係型がすでに存在する場合List getAllRelationTypeNames()
List getRoleInfos(String theRelTypeName) throws IllegalArgumentException, RelationTypeNotFoundException
theRelTypeName
- 関係型の名前
IllegalArgumentException
- パラメータが null の場合
RelationTypeNotFoundException
- その名前の関係型が存在しない場合RoleInfo getRoleInfo(String theRelTypeName, String theRoleInfoName) throws IllegalArgumentException, RelationTypeNotFoundException, RoleInfoNotFoundException
theRelTypeName
- 関係型の名前theRoleInfoName
- ロール名
IllegalArgumentException
- パラメータが null の場合
RelationTypeNotFoundException
- 関係サービスにとって未知の関係型である場合
RoleInfoNotFoundException
- 関係型にロールが含まれていない場合void removeRelationType(String theRelTypeName) throws RelationServiceNotRegisteredException, IllegalArgumentException, RelationTypeNotFoundException
その型の関係オブジェクトが関係サービスから削除されます。
theRelTypeName
- 削除される関係型の名前
RelationServiceNotRegisteredException
- 関係サービスが MBean Server に登録されていない場合
IllegalArgumentException
- パラメータが null の場合
RelationTypeNotFoundException
- その名前の関係型が存在しない場合void createRelation(String theRelId, String theRelTypeName, RoleList theRoleList) throws RelationServiceNotRegisteredException, IllegalArgumentException, RoleNotFoundException, InvalidRelationIdException, RelationTypeNotFoundException, InvalidRoleValueException
ロールはパラメータに指定されたロールリストに従って初期化されます。この方法で初期化されないロールは、ObjectName の空の ArrayList に設定されます。
RELATION_BASIC_CREATION 型の RelationNotification が送信されます。
theRelId
- 関係サービス内の関係を一意に識別するために使用される関係識別子theRelTypeName
- 関係サービス内に作成する必要がある関係型の名前theRoleList
- 関係のロールを初期化するためのロールリスト (null も可)
RelationServiceNotRegisteredException
- 関係サービスが MBean Server に登録されていない場合
IllegalArgumentException
- パラメータが null の場合
RoleNotFoundException
- 関係型内に存在しないロールに値が提供された場合
InvalidRelationIdException
- 関係 ID がすでに使用されている場合
RelationTypeNotFoundException
- 関係サービスにとって未知の関係型である場合
InvalidRoleValueException
- 次の条件が成立する場合:- 同じ名前が 2 つの異なったロールで使用されている場合
- 指定された値に含まれる参照対象の MBean の数が予想最小値より小さい場合
- 指定された値に含まれる参照対象の MBean の数が予想最大値を超えている場合
- 値に含まれる参照対象の MBean のうち 1 つが、そのロールの MBean クラスのオブジェクトでない場合
- そのロールの MBean が存在しない場合
void addRelation(ObjectName theRelObjectName) throws IllegalArgumentException, RelationServiceNotRegisteredException, NoSuchMethodException, InvalidRelationIdException, InstanceNotFoundException, InvalidRelationServiceException, RelationTypeNotFoundException, RoleNotFoundException, InvalidRoleValueException
MBean を関係として追加するためには、次の条件が満たされている必要があります。
- MBean が Relation インタフェースを実装している
- MBean が RelationService ObjectName 用として現在の関係サービスの ObjectName を持っている
- MBean が現在の関係サービス内で一意かつ未使用の関係 ID を持っている
- MBean が関係型用として関係サービス内で作成された関係型を持っている
- MBean が関係型内で提供されたロール情報に適合するロールを持っている
theRelObjectName
- 追加される関係 MBean の ObjectName
IllegalArgumentException
- パラメータが null の場合
RelationServiceNotRegisteredException
- 関係サービスが MBean Server に登録されていない場合
NoSuchMethodException
- MBean が Relation インタフェースを実装していない場合
InvalidRelationIdException
- 次の条件が成立する場合:- MBean 内に関係識別子が存在しない
- 関係識別子が関係サービスですでに使用されている場合
InstanceNotFoundException
- 指定された ObjectName の MBean が登録されていない場合
InvalidRelationServiceException
- 次の条件が成立する場合:- MBean 内に関係サービス名が存在しない場合
- MBean 内の関係サービス名が現在の関係サービスの関係サービス名でない場合
RelationTypeNotFoundException
- 次の条件が成立する場合:- MBean 内に関係型名が存在しない場合
- MBean 内の関係型名が関係サービス内に作成された関係型に対応していない場合
InvalidRoleValueException
- 次の条件が成立する場合:- ロールに含まれる参照対象の MBean の数が予想最小値より小さい場合
- ロールに含まれる参照対象の MBean の数が予想最大値を超えている場合
- 値に含まれる参照対象の MBean のうち 1 つが、そのロールの MBean クラスのオブジェクトでない場合
- ロールに提供された MBean が存在しない場合
RoleNotFoundException
- 関係型内に存在しないロールに値が提供された場合ObjectName isRelationMBean(String theRelId) throws IllegalArgumentException, RelationNotFoundException
theRelId
- 関係を識別する関係 ID
IllegalArgumentException
- パラメータが null の場合
RelationNotFoundException
- この ID に関係が関連付けられていない場合String isRelation(ObjectName theObjName) throws IllegalArgumentException
theObjName
- 仮定された関係の ObjectName
IllegalArgumentException
- パラメータが null の場合Boolean hasRelation(String theRelId) throws IllegalArgumentException
theRelId
- 関係を識別する関係 ID
IllegalArgumentException
- パラメータが null の場合List getAllRelationIds()
Integer checkRoleReading(String theRoleName, String theRelTypeName) throws IllegalArgumentException, RelationTypeNotFoundException
theRoleName
- チェックされるロールの名前theRelTypeName
- 関係型の名前
- ロールの読み取りが可能な場合は 0
- RoleStatus.NO_ROLE_WITH_NAME に対応する整数型
- RoleStatus.ROLE_NOT_READABLE に対応する整数型
IllegalArgumentException
- パラメータが null の場合
RelationTypeNotFoundException
- 関係サービスにとって未知の関係型である場合Integer checkRoleWriting(Role theRole, String theRelTypeName, Boolean theInitFlg) throws IllegalArgumentException, RelationTypeNotFoundException
theRole
- チェックされるロールtheRelTypeName
- 関係型の名前theInitFlg
- ロールの初期化のためにチェックが行われたことを示すフラグ。書き込みアクセスの検証は行われない
- ロールの設定が可能な場合は 0
- RoleStatus.NO_ROLE_WITH_NAME に対応する整数型
- RoleStatus.ROLE_NOT_WRITABLE の整数型
- RoleStatus.LESS_THAN_MIN_ROLE_DEGREE の整数型
- RoleStatus.MORE_THAN_MAX_ROLE_DEGREE の整数型
- RoleStatus.REF_MBEAN_OF_INCORRECT_CLASS の整数型
- RoleStatus.REF_MBEAN_NOT_REGISTERED の整数型
IllegalArgumentException
- パラメータが null の場合
RelationTypeNotFoundException
- 未知の関係型の場合void sendRelationCreationNotification(String theRelId) throws IllegalArgumentException, RelationNotFoundException
- RelationNotification.RELATION_BASIC_CREATION。関係が関係サービスの内部オブジェクトである場合
- RelationNotification.RELATION_MBEAN_CREATION。関係が関係として追加された MBean である場合
ソースオブジェクトは関係サービス自体です。
関係サービスの createRelation() メソッドおよび addRelation() メソッドで呼び出されます。
theRelId
- 更新された関係の関係識別子
IllegalArgumentException
- パラメータが null の場合
RelationNotFoundException
- 指定された関係 ID の関係が存在しない場合void sendRoleUpdateNotification(String theRelId, Role theNewRole, List theOldRoleValue) throws IllegalArgumentException, RelationNotFoundException
- RelationNotification.RELATION_BASIC_UPDATE。関係が関係サービスの内部オブジェクトである場合
- RelationNotification.RELATION_MBEAN_UPDATE。関係が関係として追加された MBean である場合
ソースオブジェクトは関係サービス自体です。
関係 MBean の setRole() メソッド (指定されたロール用) および setRoles() メソッド (各ロール用) で呼び出されます。この実装は RelationSupport クラスで提供されます。
関係サービスの setRole() メソッド (指定されたロール用) および setRoles() メソッド (各ロール用) でも呼び出せます。
theRelId
- 更新された関係の関係識別子theNewRole
- 新しいロール (名前と新しい値)theOldRoleValue
- 古いロール値 (ObjectName オブジェクトの List)
IllegalArgumentException
- パラメータが null の場合
RelationNotFoundException
- 指定された関係 ID の関係が存在しない場合void sendRelationRemovalNotification(String theRelId, List theUnregMBeanList) throws IllegalArgumentException, RelationNotFoundException
- RelationNotification.RELATION_BASIC_REMOVAL。関係が関係サービスの内部オブジェクトである場合
- RelationNotification.RELATION_MBEAN_REMOVAL。関係が関係として追加された MBean である場合
ソースオブジェクトは関係サービス自体です。
関係サービスの removeRelation() メソッドで呼び出されます。
theRelId
- 更新された関係の関係識別子theUnregMBeanList
- 関係の削除の結果、登録解除される MBean の ObjectName のリスト (null も可)
IllegalArgumentException
- パラメータが null の場合
RelationNotFoundException
- 指定された関係 ID の関係が存在しない場合void updateRoleMap(String theRelId, Role theNewRole, List theOldRoleValue) throws IllegalArgumentException, RelationServiceNotRegisteredException, RelationNotFoundException
関係 MBean の setRole() メソッド (指定されたロール用) および setRoles() メソッド (各ロール用) で呼び出されます。この実装は RelationSupport クラスで提供されます。
関係サービスの setRole() メソッド (指定されたロール用) および setRoles() メソッド (各ロール用) でも呼び出せます。
関係サービスが MBean の登録解除時も整合性を確保し、クエリーを実行できるようにするには、ロールの更新時にこのメソッドを呼び出す必要があります。
theRelId
- 更新された関係の関係識別子theNewRole
- 新しいロール (名前と新しい値)theOldRoleValue
- 古いロール値 (ObjectName オブジェクトの List)
IllegalArgumentException
- パラメータが null の場合
RelationServiceNotRegisteredException
- 関係サービスが MBean Server に登録されていない場合
RelationNotFoundException
- 指定された ID に対応する関係が存在しない場合void removeRelation(String theRelId) throws RelationServiceNotRegisteredException, IllegalArgumentException, RelationNotFoundException
RelationNotification 通知が送信されます。その型は次のとおりです。
- RelationNotification.RELATION_BASIC_REMOVAL。関係サービス内専用の関係である場合
- RelationNotification.RELATION_MBEAN_REMOVAL。関係が MBean として登録されている場合
こうした関係で参照される MBean の場合、何も行われません。
theRelId
- 削除される関係の関係 ID
RelationServiceNotRegisteredException
- 関係サービスが MBean Server に登録されていない場合
IllegalArgumentException
- パラメータが null の場合
RelationNotFoundException
- 指定された関係 ID に対応する関係が存在しない場合void purgeRelations() throws RelationServiceNotRegisteredException
このメソッドは、purgeFlag 値に依存します。フラグが true に設定されている場合は、関係内の参照対象の MBean の登録解除を知らせる通知を受信したとき自動的に呼び出されます。フラグが false に設定されている場合は呼び出されません。
フラグが false に設定されている場合、関係の整合性を確保するためにこのメソッドを呼び出すかどうかはユーザが決定します。MBean の登録が解除されたあとただちにパージが行われない場合、ObjectName が再利用され、関係内の参照対象の別の MBean に割り当てられるときにこの purgeRelations() メソッドを手動で呼び出すと、問題が発生します。これは、新しい MBean が認識されず、ObjectName が登録解除された MBean に対応すると見なされるからです。
動作は、登録解除された MBean が参照されるロールのカーディナリティによって決定されます。
- ロール内の MBean 参照を 1 つ削除したとき参照の数が最小値より少なくなる場合は、関係を削除する必要がある
- MBean 参照を削除したあと残った参照の数がカーディナリティ範囲内である場合は、関係を保持し、handleMBeanUnregistration() コールバックを呼び出して更新する
RelationServiceNotRegisteredException
- 関係サービスが MBean Server に登録されていない場合Map findReferencingRelations(ObjectName theMBeanName, String theRelTypeName, String theRoleName) throws IllegalArgumentException
これは、CIM の「Reference」および「ReferenceName」オペレーションに対応します。
theMBeanName
- MBean の ObjectNametheRelTypeName
- null も可。指定した場合、検索ではその型の関係だけが考慮される。それ以外の場合、すべての関係型が考慮されるtheRoleName
- null も可。指定した場合、そのロール内の MBean が参照される関係だけが返される。それ以外の場合、すべてのロールが考慮される
IllegalArgumentException
- パラメータが null の場合Map findAssociatedMBeans(ObjectName theMBeanName, String theRelTypeName, String theRoleName) throws IllegalArgumentException
これは、CIM の Associator および AssociatorName オペレーションに対応します。
theMBeanName
- MBean の ObjectNametheRelTypeName
- null も可。指定した場合、検索ではその型の関係だけが考慮される。それ以外の場合、すべての関係型が考慮されるtheRoleName
- null も可。指定した場合、そのロール内の MBean が参照される関係だけが考慮される。それ以外の場合、すべてのロールが考慮される
IllegalArgumentException
- パラメータが null の場合List findRelationsOfType(String theRelTypeName) throws IllegalArgumentException, RelationTypeNotFoundException
theRelTypeName
- 関係型名
IllegalArgumentException
- パラメータが null の場合
RelationTypeNotFoundException
- その名前の関係型が存在しない場合List getRole(String theRelId, String theRoleName) throws RelationServiceNotRegisteredException, IllegalArgumentException, RelationNotFoundException, RoleNotFoundException
theRelId
- 関係 IDtheRoleName
- ロール名
RelationServiceNotRegisteredException
- 関係サービスが未登録の場合
IllegalArgumentException
- パラメータが null の場合
RelationNotFoundException
- 指定された ID に対応する関係が存在しない場合
RoleNotFoundException
- 次の条件が成立する場合:- 指定された名前のロールが存在しない場合
または
- ロールが読み取り不可な場合
setRole(java.lang.String, javax.management.relation.Role)
RoleResult getRoles(String theRelId, String[] theRoleNameArray) throws RelationServiceNotRegisteredException, IllegalArgumentException, RelationNotFoundException
theRelId
- 関係 IDtheRoleNameArray
- 取得されるロールの名前から成る配列
RelationServiceNotRegisteredException
- 関係サービスが MBean Server に登録されていない場合
IllegalArgumentException
- パラメータが null の場合
RelationNotFoundException
- 指定された ID に対応する関係が存在しない場合setRoles(java.lang.String, javax.management.relation.RoleList)
RoleResult getAllRoles(String theRelId) throws IllegalArgumentException, RelationNotFoundException, RelationServiceNotRegisteredException
theRelId
- 関係 ID
IllegalArgumentException
- パラメータが null の場合
RelationNotFoundException
- 指定された ID に対応する関係が存在しない場合
RelationServiceNotRegisteredException
- 関係サービスが MBean Server に登録されていない場合Integer getRoleCardinality(String theRelId, String theRoleName) throws IllegalArgumentException, RelationNotFoundException, RoleNotFoundException
theRelId
- 関係 IDtheRoleName
- ロール名
IllegalArgumentException
- パラメータが null の場合
RelationNotFoundException
- 指定された ID に対応する関係が存在しない場合
RoleNotFoundException
- 指定された名前のロールが存在しない場合void setRole(String theRelId, Role theRole) throws RelationServiceNotRegisteredException, IllegalArgumentException, RelationNotFoundException, RoleNotFoundException, InvalidRoleValueException, RelationTypeNotFoundException
関係の関係型に含まれている対応するロール定義に従って、ロールをチェックします。
関係サービスは、関係の整合性を確保するため、参照対象の MBean の登録解除を処理することにより、変更を追跡します。
theRelId
- 関係 IDtheRole
- 設定されるロール (名前と新しい値)
RelationServiceNotRegisteredException
- 関係サービスが MBean Server に登録されていない場合
IllegalArgumentException
- パラメータが null の場合
RelationNotFoundException
- 指定された ID に対応する関係が存在しない場合
RoleNotFoundException
- 次の条件が成立する場合:- 内部関係
かつ
- ロールが存在しないか、書き込み不可
InvalidRoleValueException
- ロールに対して提供された内部関係および値が無効な場合:- 指定された値に含まれる参照対象の MBean の数が予想最小値より小さい場合
または
- 指定された値に含まれる参照対象の MBean の数が予想最大値を超えている場合
または
- 値に含まれる参照対象の MBean のうち 1 つが、そのロールの MBean クラスのオブジェクトでない場合
または
- そのロールの MBean が存在しない場合
RelationTypeNotFoundException
- 未知の関係型の場合getRole(java.lang.String, java.lang.String)
RoleResult setRoles(String theRelId, RoleList theRoleList) throws RelationServiceNotRegisteredException, IllegalArgumentException, RelationNotFoundException
関係の関係型に含まれている対応するロール定義に従って、ロールをチェックします。
関係サービスは、関係の整合性を確保するため、参照対象の MBean の登録解除を処理することにより、変更を追跡します。
theRelId
- 関係 IDtheRoleList
- 設定されるロールのリスト
RelationServiceNotRegisteredException
- 関係サービスが MBean Server に登録されていない場合
IllegalArgumentException
- パラメータが null の場合
RelationNotFoundException
- 指定された ID に対応する関係が存在しない場合getRoles(java.lang.String, java.lang.String[])
Map getReferencedMBeans(String theRelId) throws IllegalArgumentException, RelationNotFoundException
theRelId
- 関係 ID
ObjectName → String (ロール名) から成る ArrayList
IllegalArgumentException
- パラメータが null の場合
RelationNotFoundException
- 指定された関係 ID に対応する関係が存在しない場合String getRelationTypeName(String theRelId) throws IllegalArgumentException, RelationNotFoundException
theRelId
- 関係 ID
IllegalArgumentException
- パラメータが null の場合
RelationNotFoundException
- 指定された関係 ID に対応する関係が存在しない場合
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。