JavaTM Platform
Standard Ed. 6

クラス
javax.management.InvalidAttributeValueException の使用

InvalidAttributeValueException を使用しているパッケージ
javax.management Java Management Extensions のコアクラスを提供します。 
javax.management.modelmbean ModelMBean クラスの定義を提供します。 
javax.management.remote.rmi RMI コネクタは、RMI を使ってクライアント要求をリモート MBean サーバーへ転送する、JMX リモート API用のコネクタです。 
 

javax.management での InvalidAttributeValueException の使用
 

InvalidAttributeValueException をスローする javax.management のメソッド
 void StandardMBean.setAttribute(Attribute attribute)
           
 void DynamicMBean.setAttribute(Attribute attribute)
          Dynamic MBean の特定の属性の値を設定します。
 void MBeanServerConnection.setAttribute(ObjectName name, Attribute attribute)
          指定された MBean の特定の属性の値を設定します。
 void MBeanServer.setAttribute(ObjectName name, Attribute attribute)
           
 

javax.management.modelmbean での InvalidAttributeValueException の使用
 

InvalidAttributeValueException をスローする javax.management.modelmbean のメソッド
 void RequiredModelMBean.setAttribute(Attribute attribute)
          指定の ModelMBean の特定の属性の値を設定します。
 

javax.management.remote.rmi での InvalidAttributeValueException の使用
 

InvalidAttributeValueException をスローする javax.management.remote.rmi のメソッド
 void RMIConnection.setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject)
          MBeanServerConnection.setAttribute(ObjectName, Attribute) メソッドを処理します。
 void RMIConnectionImpl_Stub.setAttribute(ObjectName $param_ObjectName_1, MarshalledObject $param_MarshalledObject_2, Subject $param_Subject_3)
           
 void RMIConnectionImpl.setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject)
           
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。