|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
java.lang.Objectjavax.management.MBeanFeatureInfo
javax.management.MBeanConstructorInfo
javax.management.openmbean.OpenMBeanConstructorInfoSupport
public class OpenMBeanConstructorInfoSupport
Open MBean »ý¼ºÀÚ¸¦ ±â¼úÇÕ´Ï´Ù.
ÇÊµå °³¿ä |
---|
Ŭ·¡½º javax.management. MBeanFeatureInfo ·ÎºÎÅÍ »ó¼ÓµÈ Çʵå |
---|
description,
name |
»ý¼ºÀÚ °³¿ä | |
---|---|
OpenMBeanConstructorInfoSupport (String name,
String description,
OpenMBeanParameterInfo [] signature)
ÁöÁ¤µÈ name, description ¹× signature¸¦ °¡Áö´Â °ø°³ MBean Ŭ·¡½ºÀÇ »ý¼ºÀÚ¸¦ ±â¼úÇÏ´Â OpenMBeanConstructorInfoSupport ÀνºÅϽº¸¦ ±¸ÃàÇÕ´Ï´Ù. |
¸Þ¼µå °³¿ä | |
---|---|
boolean |
equals (Object obj)
ÁöÁ¤µÈ obj ÆÄ¶ó¹ÌÅÍ¿Í ÀÌ OpenMBeanConstructorInfoSupport ÀνºÅϽº°¡ µ¿ÀÏÇÑÁö ¾î¶²Áö¸¦ ºñ±³ÇÕ´Ï´Ù. |
int |
hashCode ()
ÀÌ OpenMBeanConstructorInfoSupport ÀνºÅϽºÀÇ ÇØ½Ã Äڵ尪À» ¸®ÅÏÇÕ´Ï´Ù. |
String |
toString ()
ÀÌ OpenMBeanConstructorInfoSupport ÀνºÅϽºÀÇ Ä³¸¯ÅÍ ¶óÀΠǥÇöÀ» ¸®ÅÏÇÕ´Ï´Ù. |
Ŭ·¡½º javax.management. MBeanConstructorInfo ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
clone,
getSignature |
Ŭ·¡½º javax.management. MBeanFeatureInfo ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
getDescription,
getName |
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
ÀÎÅÍÆäÀ̽º javax.management.openmbean. OpenMBeanConstructorInfo ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
getDescription,
getName,
getSignature |
»ý¼ºÀÚ »ó¼¼ |
---|
public OpenMBeanConstructorInfoSupport(String name, String description, OpenMBeanParameterInfo [] signature)
signature ¹è¿ ÆÄ¶ó¹ÌÅÍ´Â signature¸¦ »ç¿ëÇØ ÂüÁ¶µÇ´Â ±× ÈÄÀÇ ¹è¿ÀÇ º¯°æÀÌ ÀÌ ÀνºÅϽº¿¡ ¿µÇâÀ» ¹ÌÄ¡Áö ¾Ê°Ô, ³»ºÎ¿¡¼ º¹»çµË´Ï´Ù.
name
- null ¶Ç´Â °ø¹®ÀÚ¿ ÀÌ¿Üdescription
- null ¶Ç´Â °ø¹®ÀÚ¿ ÀÌ¿Üsignature
- ±â¼úÇÏ´Â ÆÄ¶ó¹ÌÅͰ¡ Á¸ÀçÇÏÁö ¾Ê´Â °æ¿ì´Â null ¶Ç´Â °ø¹®ÀÚ¿ÀÌ¶óµµ ÁÁ´Ù
IllegalArgumentException
- name ¶Ç´Â description°¡ null ¶Ç´Â °ø¹®ÀÚ¿ÀÇ °æ¿ì
ArrayStoreException
- signature°¡ MBeanParameterInfo
¼ºê Ŭ·¡½ºÀÇ ÀνºÅϽº·ÎºÎÅÍ ¿Ï¼ºµÇ´Â ¹è¿ÀÌ ¾Æ´Ñ °æ¿ì¸Þ¼µåÀÇ »ó¼¼ |
---|
public boolean equals(Object obj)
OpenMBeanConstructorInfoSupport
ÀνºÅϽº°¡ µ¿ÀÏÇÑÁö ¾î¶²Áö¸¦ ºñ±³ÇÕ´Ï´Ù.
´ÙÀ½ÀÇ ¸ðµç Á¶°ÇÀÌ Ã¤¿öÁö°í ÀÖ´Â °æ¿ì¿¡ ÇÑÇØ, true¸¦ ¸®ÅÏÇÕ´Ï´Ù.
OpenMBeanConstructorInfo
ÀÎÅÍÆäÀ̽º¸¦ ±¸ÇöÇϰí ÀÖ´ÙOpenMBeanConstructorInfo
ÀÎÅÍÆäÀ̽º°¡ ´Ù¸¥ ±¸ÇöÀÎ obj ÆÄ¶ó¹ÌÅÍ¿¡ ´ëÇØ¼ Á¤»óÀûÀ¸·Î ±â´ÉÇÕ´Ï´Ù.
OpenMBeanConstructorInfo
³»ÀÇ equals
MBeanConstructorInfo
³»ÀÇ equals
obj
- ÀÌ OpenMBeanConstructorInfoSupport
ÀνºÅϽº¿Í µ¿ÀÏÇÑÁö ¾î¶²Áö¸¦ ºñ±³ÇÏ´Â °´Ã¼
OpenMBeanConstructorInfoSupport
ÀνºÅϽº¿Í µ¿ÀÏÇÑ °æ¿ì´Â true
Object.hashCode()
,
Hashtable
public int hashCode()
OpenMBeanConstructorInfoSupport
ÀνºÅϽºÀÇ ÇØ½Ã Äڵ尪À» ¸®ÅÏÇÕ´Ï´Ù.
OpenMBeanConstructorInfoSupport
ÀνºÅϽºÀÇ ÇØ½Ã ÄÚµå´Â equals
ºñ±³·Î »ç¿ëµÈ ¸ðµç Á¤º¸ ¿ä¼Ò (À̸§°ú ½Ã±×´ÏÃÄ. ½Ã±×´ÏÃÄ hashCode´Â java.util.Arrays.asList(this.getSignature). hashCode()
È£Ãâ¿¡ ÀÇÇØ °è»êµÈ´Ù)ÀÇ ÇØ½Ã ÄÚµåÀÇ ÇÕ°èÀÔ´Ï´Ù.
À̰Ϳ¡ ÀÇÇØ
Object.hashCode()
¸Þ¼µåÀÇ ÀÏ¹Ý ±Ô¾à¿¡ ÀÇÇØ ¿ä±¸µÇ´Â ÀÓÀÇÀÇ 2°³ÀÇ OpenMBeanConstructorInfoSupport
ÀνºÅϽº t1
¿Í
t2
·Î
t1.equals(t2)
À̸é t1.hashCode() ==t2.hashCode()
°¡ µÇ´Â °ÍÀÌ º¸ÁõµË´Ï´Ù.
OpenMBeanConstructorInfo
ÀÎÅÍÆäÀ̽º¸¦ ±¸ÇöÇÏ´Â ´Ù¸¥ Ŭ·¡½º ÀνºÅϽº°¡equals(java.lang.Object)
·Î Á¤Àǵǰí ÀÖµµ·Ï, ÀÌ OpenMBeanConstructorInfoSupport
ÀνºÅϽº¿Í µ¿ÀÏÇØÁö´Â °æ¿ìµµ ÀÖ½À´Ï´Ù. ±×·¯³ª, °è»ê¹æ¹ýÀÌ Â÷À̰¡ ³ª±â ¶§¹®¿¡
ÇØ½Ã Äڵ嵵 Â÷À̰¡ ³¯ °¡´É¼ºÀÌ ÀÖ½À´Ï´Ù.
OpenMBeanConstructorInfoSupport
ÀνºÅϽº´Â ºÒº¯À¸·Î ÀÌ ÀνºÅϽºÀÇ ÇØ½Ã ÄÚµå´Â hashCode
ÃÖÃÊÀÇ È£Ãâ½Ã¿¡ 1ȸ
¸¸ °è»êµË´Ï´Ù. ±× ÈÄÀÇ È£Ãâ¿¡´Â °°Àº °ªÀÌ ¸®Åϵ˴ϴÙ
.
OpenMBeanConstructorInfo
³»ÀÇ hashCode
MBeanConstructorInfo
³»ÀÇ hashCode
OpenMBeanConstructorInfoSupport
ÀνºÅϽºÀÇ ÇØ½Ã Äڵ尪
Object.equals(java.lang.Object)
,
Hashtable
public String toString()
OpenMBeanConstructorInfoSupport
ÀνºÅϽºÀÇ Ä³¸¯ÅÍ ¶óÀΠǥÇöÀ» ¸®ÅÏÇÕ´Ï´Ù.
ÀÌ Ä³¸¯ÅÍ ¶óÀΠǥÇöÀº ÀÌ Å¬·¡½ºÀÇ À̸§ (javax.management.openmbean.OpenMBeanConstructorInfoSupport
)°ú ±â¼úµÈ »ý¼ºÀÚ À̸§ ¹× ½Ã±×´ÏÃÄ·Î ±¸¼ºµË´Ï´Ù.
OpenMBeanConstructorInfoSupport
ÀνºÅϽº´Â ºÒº¯À¸·Î ÀÌ ÀνºÅϽºÀÇ Ä³¸¯ÅÍ ¶óÀΠǥÇöÀº, toString
ÃÖÃÊÀÇ È£Ãâ½Ã¿¡ 1ȸ
¸¸ °è»êµË´Ï´Ù. ±× ÈÄÀÇ È£Ãâ¿¡´Â °°Àº °ªÀÌ ¸®Åϵ˴ϴÙ
.
OpenMBeanConstructorInfo
³»ÀÇ toString
Object
³»ÀÇ toString
OpenMBeanConstructorInfoSupport
ÀνºÅϽºÀÇ Ä³¸¯ÅÍ ¶óÀΠǥÇö
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.