|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
Àü ´ÙÀ½ | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ |
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 µµ ÂüÁ¶ÇϽʽÿÀ.