|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.omg.CORBA.SystemException
org.omg.CORBA.ACTIVITY_REQUIRED
public final class ACTIVITY_REQUIRED
ACTIVITY_REQUIRED
½Ã½ºÅÛ ¿¹¿Ü´Â Activity ÄÁÅØ½ºÆ®¸¦ ÇÊ¿ä·Î ÇÏ´Â ¸Þ¼µå·Î ¹ß»ýÇÏ´Â °æ¿ì°¡ ÀÖ½À´Ï´Ù. À̰ÍÀº ºÒ·Á °£ Á¶ÀÛÀÇ ½ÇÇà¿¡ Activity ÄÁÅØ½ºÆ®ÀÌ ÇÊ¿äÇßÁö¸¸,
È£ÃâÃø thread¿¡ °ü·ÃÁöÀ» ¼ö ÀÖÁö ¾Ê¾Ò´ø °ÍÀ» ³ªÅ¸³À´Ï´Ù.
ÇÊµå °³¿ä |
---|
Ŭ·¡½º org.omg.CORBA. SystemException ·ÎºÎÅÍ »ó¼ÓµÈ Çʵå |
---|
completed,
minor |
»ý¼ºÀÚ °³¿ä | |
---|---|
ACTIVITY_REQUIRED ()
0 ·Î ¼³Á¤µÈ ¸¶ÀÌ³Ê ÄÚµå¿Í COMPLETED_NO ·Î ¼³Á¤µÈ CompletionStatusÀ» °¡Áö´Â ACTIVITY_REQUIRED ¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù. |
|
ACTIVITY_REQUIRED (int minorCode,
CompletionStatus completionStatus)
ÁöÁ¤µÈ ¸¶ÀÌ³Ê ÄÚµå¿Í ¿Ï·á »óŸ¦ °¡Áö´Â ACTIVITY_REQUIRED ¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù. |
|
ACTIVITY_REQUIRED (String detailMessage)
ÁöÁ¤µÈ ¸Þ¼¼Áö¸¦ °¡Áö´Â ACTIVITY_REQUIRED ¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù. |
|
ACTIVITY_REQUIRED (String detailMessage,
int minorCode,
CompletionStatus completionStatus)
ÁöÁ¤µÈ ¸Þ¼¼Áö, ¸¶ÀÌ³Ê ÄÚµå ¹× ¿Ï·á »óŸ¦ °¡Áö´Â ACTIVITY_REQUIRED ¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù. |
¸Þ¼µå °³¿ä |
---|
Ŭ·¡½º org.omg.CORBA. SystemException ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
toString |
Ŭ·¡½º java.lang. Throwable ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace |
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
»ý¼ºÀÚ »ó¼¼ |
---|
public ACTIVITY_REQUIRED()
ACTIVITY_REQUIRED
¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù.
public ACTIVITY_REQUIRED(String detailMessage)
ACTIVITY_REQUIRED
¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù.
detailMessage
- »ó¼¼ ¸Þ¼¼Áö°¡ Æ÷ÇԵǰí Àִ ij¸¯ÅÍ ¶óÀÎpublic ACTIVITY_REQUIRED(int minorCode, CompletionStatus completionStatus)
ACTIVITY_REQUIRED
¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù.
minorCode
- ¸¶ÀÌ³Ê ÄÚµåcompletionStatus
- ¿Ï·á »óÅÂpublic ACTIVITY_REQUIRED(String detailMessage, int minorCode, CompletionStatus completionStatus)
ACTIVITY_REQUIRED
¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù.
detailMessage
- »ó¼¼ ¸Þ¼¼Áö°¡ Æ÷ÇԵǰí Àִ ij¸¯ÅÍ ¶óÀÎminorCode
- ¸¶ÀÌ³Ê ÄÚµåcompletionStatus
- ¿Ï·á »óÅÂ
|
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 µµ ÂüÁ¶ÇϽʽÿÀ.