|
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_COMPLETED
public final class ACTIVITY_COMPLETED
ACTIVITY_COMPLETED
½Ã½ºÅÛ ¿¹¿Ü´Â Activity ÄÁÅØ½ºÆ®¿¡ ¾×¼¼½º ÇÏ´Â ¸Þ¼µå·Î ¹ß»ýÇÏ´Â °æ¿ì°¡ ÀÖ½À´Ï´Ù. À̰ÍÀº Activity ÀÚü ¶Ç´Â Activity¸¦ Æ÷ÇÔÇÑ Æ®·£Àè¼Ç(transaction)ÀÇ Å¸ÀÓ ¾Æ¿ô¿¡ ÀÇÇØ ¸Þ¼µå¸¦ È£ÃâÇÑ Activity ÄÁÅØ½ºÆ®ÀÌ ¿Ï·áÇß´ÂÁö, Activity°¡ ÃÖÃÊ·Î ¿ä±¸µÈ ¹æ¹ý ÀÌ¿Ü ¹æ¹ýÀ¸·Î ¿Ï·áÇÑ °ÍÀ» ³ªÅ¸³À´Ï´Ù.
ÇÊµå °³¿ä |
---|
Ŭ·¡½º org.omg.CORBA. SystemException ·ÎºÎÅÍ »ó¼ÓµÈ Çʵå |
---|
completed,
minor |
»ý¼ºÀÚ °³¿ä | |
---|---|
ACTIVITY_COMPLETED ()
0 ·Î ¼³Á¤µÈ ¸¶ÀÌ³Ê ÄÚµå¿Í COMPLETED_NO ·Î ¼³Á¤µÈ CompletionStatus¸¦ °¡Áö´Â ACTIVITY_COMPLETED ¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù. |
|
ACTIVITY_COMPLETED (int minorCode,
CompletionStatus completionStatus)
ÁöÁ¤µÈ ¸¶ÀÌ³Ê ÄÚµå¿Í ¿Ï·á »óŸ¦ °¡Áö´Â ACTIVITY_COMPLETED ¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù. |
|
ACTIVITY_COMPLETED (String detailMessage)
ÁöÁ¤µÈ ¸Þ¼¼Áö¸¦ °¡Áö´Â ACTIVITY_COMPLETED ¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù. |
|
ACTIVITY_COMPLETED (String detailMessage,
int minorCode,
CompletionStatus completionStatus)
ÁöÁ¤µÈ ¸Þ¼¼Áö, ¸¶ÀÌ³Ê ÄÚµå ¹× ¿Ï·á »óŸ¦ °¡Áö´Â ACTIVITY_COMPLETED ¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù. |
¸Þ¼µå °³¿ä |
---|
Ŭ·¡½º 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_COMPLETED()
ACTIVITY_COMPLETED
¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù.
public ACTIVITY_COMPLETED(String detailMessage)
ACTIVITY_COMPLETED
¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù.
detailMessage
- »ó¼¼ ¸Þ¼¼Áö°¡ Æ÷ÇԵǰí Àִ ij¸¯ÅÍ ¶óÀÎpublic ACTIVITY_COMPLETED(int minorCode, CompletionStatus completionStatus)
ACTIVITY_COMPLETED
¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù.
minorCode
- ¸¶ÀÌ³Ê ÄÚµåcompletionStatus
- ¿Ï·á »óÅÂpublic ACTIVITY_COMPLETED(String detailMessage, int minorCode, CompletionStatus completionStatus)
ACTIVITY_COMPLETED
¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù.
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 µµ ÂüÁ¶ÇϽʽÿÀ.