JavaTM 2 Platform
Standard Ed. 5.0

Ŭ·¡½º
javax.management.AttributeNotFoundException »ç¿ë

AttributeNotFoundException¸¦ »ç¿ëÇÏ°í ÀÖ´Â ÆÐÅ°Áö
javax.management Java Management Extensions ÄÚ¾î Ŭ·¡½º¸¦ Á¦°øÇÕ´Ï´Ù.  
javax.management.modelmbean ModelMBean Ŭ·¡½ºÀÇ Á¤ÀǸ¦ Á¦°øÇÕ´Ï´Ù.  
javax.management.remote.rmi RMI Ä¿³ØÅÍ´Â RMI¸¦ »ç¿ëÇØ Å¬¶óÀ̾ðÆ® ¿ä±¸¸¦ ¸®¸ðÆ® MBean ¼­¹ö¿¡ Àü¼Û ÇÏ´Â JMX ¸®¸ðÆ® API ¿ë¹«ÀÇ Ä¿³ØÅÍÀÔ´Ï´Ù.  
 

javax.management ¿¡¼­ÀÇ AttributeNotFoundException »ç¿ë
 

AttributeNotFoundException¸¦ Throw ÇÏ´Â javax.management ¸Þ¼­µå
 Object MBeanServerConnection. getAttribute (ObjectName  name, String  attribute)
          ÁöÁ¤µÈ MBean ƯÁ¤ÀÇ ¼Ó¼ºÀÇ °ªÀ» ÃëµæÇÕ´Ï´Ù.
 Object MBeanServer. getAttribute (ObjectName  name, String  attribute)
          ÁöÁ¤µÈ MBean ƯÁ¤ÀÇ ¼Ó¼ºÀÇ °ªÀ» ÃëµæÇÕ´Ï´Ù.
 Object StandardMBean. getAttribute (String  attribute)
           
 Object DynamicMBean. getAttribute (String  attribute)
          Dynamic MBean ƯÁ¤ÀÇ ¼Ó¼ºÀÇ °ªÀ» ÃëµæÇÕ´Ï´Ù.
 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)
          ÁöÁ¤µÈ MBean ƯÁ¤ÀÇ ¼Ó¼ºÀÇ °ªÀ» ¼³Á¤ÇÕ´Ï´Ù.
 

javax.management.modelmbean ¿¡¼­ÀÇ AttributeNotFoundException »ç¿ë
 

AttributeNotFoundException¸¦ Throw ÇÏ´Â javax.management.modelmbean ¸Þ¼­µå
 Object RequiredModelMBean. getAttribute (String  attrName)
          ÀÌ ModelMBean¿¡ Á¤ÀÇµÈ Æ¯Á¤ÀÇ ¼Ó¼ºÀÇ °ªÀ» ¸®ÅÏÇÕ´Ï´Ù.
 void RequiredModelMBean. setAttribute (Attribute  attribute)
          ÁöÁ¤ÀÇ ModelMBean ƯÁ¤ÀÇ ¼Ó¼ºÀÇ °ªÀ» ¼³Á¤ÇÕ´Ï´Ù.
 

javax.management.remote.rmi ¿¡¼­ÀÇ AttributeNotFoundException »ç¿ë
 

AttributeNotFoundException¸¦ Throw ÇÏ´Â javax.management.remote.rmi ¸Þ¼­µå
 Object RMIConnectionImpl_Stub. getAttribute (ObjectName  $param_ObjectName_1, String  $param_String_2, Subject  $param_Subject_3)
           
 Object RMIConnectionImpl. getAttribute (ObjectName  name, String  attribute, Subject  delegationSubject)
           
 Object RMIConnection. getAttribute (ObjectName  name, String  attribute, Subject  delegationSubject)
          MBeanServerConnection.getAttribute(ObjectName, String) ¸Þ¼­µå¸¦ ó¸®ÇÕ´Ï´Ù.
 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)
           
 void RMIConnection. setAttribute (ObjectName  name, MarshalledObject  attribute, Subject  delegationSubject)
          MBeanServerConnection.setAttribute(ObjectName, Attribute) ¸Þ¼­µå¸¦ ó¸®ÇÕ´Ï´Ù.
 


JavaTM 2 Platform
Standard Ed. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.