JavaTM 2 Platform
Standard Ed. 5.0

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

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

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

AttributeList À» µ¹·ÁÁÖ´Â javax.management ¸Þ¼­µå
 AttributeList MBeanServerConnection. getAttributes (ObjectName  name, String [] attributes)
          ÁöÁ¤µÈ MBean º¹¼öÀÇ ¼Ó¼ºÀÇ °ªÀ» À¯È¿È­ÇÕ´Ï´Ù.
 AttributeList MBeanServer. getAttributes (ObjectName  name, String [] attributes)
          ÁöÁ¤µÈ MBean º¹¼öÀÇ ¼Ó¼ºÀÇ °ªÀ» ÃëµæÇÕ´Ï´Ù.
 AttributeList StandardMBean. getAttributes (String [] attributes)
           
 AttributeList DynamicMBean. getAttributes (String [] attributes)
          Dynamic MBean º¹¼öÀÇ ¼Ó¼ºÀÇ °ªÀ» ÃëµæÇÕ´Ï´Ù.
 AttributeList StandardMBean. setAttributes (AttributeList  attributes)
           
 AttributeList DynamicMBean. setAttributes (AttributeList  attributes)
          Dynamic MBean º¹¼öÀÇ ¼Ó¼ºÀÇ °ªÀ» ¼³Á¤ÇÕ´Ï´Ù.
 AttributeList MBeanServerConnection. setAttributes (ObjectName  name, AttributeList  attributes)
          ÁöÁ¤µÈ MBean º¹¼öÀÇ ¼Ó¼ºÀÇ °ªÀ» ¼³Á¤ÇÕ´Ï´Ù.
 AttributeList MBeanServer. setAttributes (ObjectName  name, AttributeList  attributes)
          ÁöÁ¤µÈ MBean º¹¼öÀÇ ¼Ó¼ºÀÇ °ªÀ» ¼³Á¤ÇÕ´Ï´Ù.
 

AttributeList ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â javax.management ¸Þ¼­µå
 boolean AttributeList. addAll (AttributeList  list)
          ÁöÁ¤µÈ AttributeList ³»ÀÇ ¸ðµç ¿ä¼Ò¸¦, ÁöÁ¤µÈ AttributeList ¹Ýº¹ÀÚ¿¡ ÀÇÇØ ¸®ÅÏµÈ Â÷·Ê·Î ¸®½ºÆ®ÀÇ ¸»¹Ì¿¡ ºÎ°¡ÇÕ´Ï´Ù.
 boolean AttributeList. addAll (int index, AttributeList  list)
          ÁöÁ¤µÈ AttributeList ³»ÀÇ ¸ðµç ¿ä¼Ò¸¦, ÁöÁ¤µÈ AttributeList ¹Ýº¹ÀÚ¿¡ ÀÇÇØ ¸®ÅÏµÈ Â÷·Ê·Î ÀÌ ¸®½ºÆ®³»ÀÇ ÁöÁ¤µÈ À§Ä¡¿¡ »ðÀÔÇÕ´Ï´Ù.
 AttributeList StandardMBean. setAttributes (AttributeList  attributes)
           
 AttributeList DynamicMBean. setAttributes (AttributeList  attributes)
          Dynamic MBean º¹¼öÀÇ ¼Ó¼ºÀÇ °ªÀ» ¼³Á¤ÇÕ´Ï´Ù.
 AttributeList MBeanServerConnection. setAttributes (ObjectName  name, AttributeList  attributes)
          ÁöÁ¤µÈ MBean º¹¼öÀÇ ¼Ó¼ºÀÇ °ªÀ» ¼³Á¤ÇÕ´Ï´Ù.
 AttributeList MBeanServer. setAttributes (ObjectName  name, AttributeList  attributes)
          ÁöÁ¤µÈ MBean º¹¼öÀÇ ¼Ó¼ºÀÇ °ªÀ» ¼³Á¤ÇÕ´Ï´Ù.
 

AttributeList ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â javax.management constructor¡¡ ¡¡
AttributeList (AttributeList  list)
          ÁöÁ¤µÈ AttributeList ¿ä¼Ò¸¦, AttributeList ¹Ýº¹ÀÚ¿¡ ÀÇÇØ ¸®ÅÏµÈ ¼øÀ¸·Î Æ÷ÇÔÇÏ´Â AttributeList¸¦ ±¸ÃàÇÕ´Ï´Ù.
 

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

AttributeList À» µ¹·ÁÁÖ´Â javax.management.modelmbean ¸Þ¼­µå
 AttributeList RequiredModelMBean. getAttributes (String [] attrNames)
          ModelMBean ³»ÀÇ º¹¼öÀÇ ¼Ó¼ºÀÇ °ªÀ» ¸®ÅÏÇÕ´Ï´Ù.
 AttributeList RequiredModelMBean. setAttributes (AttributeList  attributes)
          ÀÌ ModelMBean ¼Ó¼ºÀÇ ¹è¿­ÀÇ °ªÀ» ¼³Á¤ÇÕ´Ï´Ù.
 

AttributeList ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â javax.management.modelmbean ¸Þ¼­µå
 AttributeList RequiredModelMBean. setAttributes (AttributeList  attributes)
          ÀÌ ModelMBean ¼Ó¼ºÀÇ ¹è¿­ÀÇ °ªÀ» ¼³Á¤ÇÕ´Ï´Ù.
 

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

AttributeList À» µ¹·ÁÁÖ´Â javax.management.remote.rmi ¸Þ¼­µå
 AttributeList RMIConnectionImpl_Stub. getAttributes (ObjectName  $param_ObjectName_1, String [] $param_arrayOf_String_2, Subject  $param_Subject_3)
           
 AttributeList RMIConnectionImpl. getAttributes (ObjectName  name, String [] attributes, Subject  delegationSubject)
           
 AttributeList RMIConnection. getAttributes (ObjectName  name, String [] attributes, Subject  delegationSubject)
          MBeanServerConnection.getAttributes(ObjectName, String[]) ¸Þ¼­µå¸¦ ó¸®ÇÕ´Ï´Ù.
 AttributeList RMIConnectionImpl_Stub. setAttributes (ObjectName  $param_ObjectName_1, MarshalledObject  $param_MarshalledObject_2, Subject  $param_Subject_3)
           
 AttributeList RMIConnectionImpl. setAttributes (ObjectName  name, MarshalledObject  attributes, Subject  delegationSubject)
           
 AttributeList RMIConnection. setAttributes (ObjectName  name, MarshalledObject  attributes, Subject  delegationSubject)
          MBeanServerConnection.setAttributes(ObjectName, AttributeList) ¸Þ¼­µå¸¦ ó¸®ÇÕ´Ï´Ù.
 


JavaTM 2 Platform
Standard Ed. 5.0

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