|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
java.lang.Objectjavax.management.relation.RoleUnresolved
public class RoleUnresolved
¹ÌÇØ°áÀÇ ·Ñ (¹®Á¦ÀÇ ¹ß»ý¿¡ÀÇÇØ °ü°è·ÎºÎÅÍ ÃëµæÇÒ ¼ö ¾ø¾ú´ø ·Ñ)À» Ç¥ÇöÇÕ´Ï´Ù. ·Ñ¸í, °ª (·ÑÀÇ ¼³Á¤½Ã¿¡ ¹®Á¦°¡ ¹ß»ýÇßÀ» °æ¿ì) ¹× ¹®Á¦¸¦ Á¤ÀÇÇÏ´Â Á¤¼öÇü (RoleStatus¿¡ Á¤ÀÇµÈ Á¤¼ö)À» Á¦°øÇÕ´Ï´Ù.
»ý¼ºÀÚ °³¿ä | |
---|---|
RoleUnresolved (String theRoleName,
List theRoleValue,
int thePbType)
»ý¼ºÀÚ ÀÔ´Ï´Ù. |
¸Þ¼µå °³¿ä | |
---|---|
Object |
clone ()
ÀÌ °´Ã¼¸¦ º¹Á¦ÇÕ´Ï´Ù. |
int |
getProblemType ()
¹®Á¦ÇüÀ» ÃëµæÇÕ´Ï´Ù. |
String |
getRoleName ()
·Ñ¸íÀ» ÃëµæÇÕ´Ï´Ù. |
List |
getRoleValue ()
·ÑÄ¡¸¦ ÃëµæÇÕ´Ï´Ù. |
void |
setProblemType (int thePbType)
¹®Á¦ÇüÀ» ¼³Á¤ÇÕ´Ï´Ù. |
void |
setRoleName (String theRoleName)
·Ñ¸íÀ» ¼³Á¤ÇÕ´Ï´Ù. |
void |
setRoleValue (List theRoleValue)
·ÑÄ¡¸¦ ¼³Á¤ÇÕ´Ï´Ù. |
String |
toString ()
ÀÌ °´Ã¼¸¦ ¼³¸íÇϴ ij¸¯ÅÍ ¶óÀÎÀ» ¸®ÅÏÇÕ´Ï´Ù. |
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
»ý¼ºÀÚ »ó¼¼ |
---|
public RoleUnresolved(String theRoleName, List theRoleValue, int thePbType) throws IllegalArgumentException
theRoleName
- ·Ñ¸ítheRoleValue
- ·ÑÀÇ °ª (·ÑÀÇ ¼³Á¤½Ã¿¡ ¹®Á¦°¡ ¹ß»ýÇßÀ» °æ¿ì)thePbType
- ¹®Á¦ÀÇ ÇüÅ (±âÁ¸ÀÇ ¹®Á¦Çü¿¡ µû¶ó, static ÆÄÀ̳Π¸â¹ö·Î¼ ¸®½ºÆ® µÈ´Ù)
IllegalArgumentException
- ÆÄ¶ó¹ÌÅͰ¡ nullÀÎ °æ¿ì, ¶Ç´Â ¹®Á¦ÇüÀÌ ºÎÁ¤ÇÑ °æ¿ì¸Þ¼µåÀÇ »ó¼¼ |
---|
public String getRoleName()
setRoleName(java.lang.String)
public List getRoleValue()
setRoleValue(java.util.List)
public int getProblemType()
setProblemType(int)
public void setRoleName(String theRoleName) throws IllegalArgumentException
theRoleName
- »õ·Î¿î ·Ñ¸í
IllegalArgumentException
- ÆÄ¶ó¹ÌÅͰ¡ nullÀÎ °æ¿ìgetRoleName()
public void setRoleValue(List theRoleValue)
theRoleValue
- ·Ñ³»·Î ¼³Á¤µÇ¾î ÀÖÁö ¾ÊÀº ÂüÁ¶ ´ë»óÀÇ MBean
ObjectName °´Ã¼ÀÇ ¸®½ºÆ®getRoleValue()
public void setProblemType(int thePbType) throws IllegalArgumentException
thePbType
- ¹®Á¦¿¡ ´ëÀÀÇÏ´Â Á¤¼öÇü. ÇöÀçÀÇ Å¬·¡½ºÀÇ static ÆÄÀ̳Π¸â¹ö·Î¼ ±â¼úµÈ´Ù
IllegalArgumentException
- ¹®Á¦ÇüÀÌ ºÎÁ¤ÇÑ °æ¿ìgetProblemType()
public Object clone()
Object
³»ÀÇ clone
Cloneable
public String toString()
Object
³»ÀÇ toString
|
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 µµ ÂüÁ¶ÇϽʽÿÀ.