|
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.PERSIST_STORE
public final class PERSIST_STORE
ÀÌ ¿¹¿Ü´Â µ¥ÀÌŸº£À̽º Á¢¼ÓÀÇ È®¸³ ½ÇÆÐ³ª µ¥ÀÌŸº£À̽ºÀÇ ÆÄ±«Àû, Áö¼ÓÀûÀÎ ±â¾ï ¿µ¿ªÀÇ ÀåÇØ¸¦ ³ªÅ¸³À´Ï´Ù.
¿¹¿ÜÀÇ ¹ß»ý ¿øÀÎÀÇ »ó¼¼ Á¤º¸¸¦ ³ªÅ¸³»´Â ¸¶ÀÌ³Ê ÄÚµå¿Í ¿Ï·á »óŰ¡ Æ÷ÇԵ˴ϴÙ. ¿¹¿Ü¸¦ ¼³¸íÇϴ ij¸¯ÅÍ ¶óÀÎÀÌ Æ÷ÇԵǴ °æ¿ìµµ ÀÖ½À´Ï´Ù.
ÇÊµå °³¿ä |
---|
Ŭ·¡½º org.omg.CORBA. SystemException ·ÎºÎÅÍ »ó¼ÓµÈ Çʵå |
---|
completed,
minor |
»ý¼ºÀÚ °³¿ä | |
---|---|
PERSIST_STORE ()
µðÆúÆ®ÀÇ ¸¶ÀÌ³Ê ÄÚµå 0, ¿Ï·á »óÅ CompletionStatus.COMPLETED_NO ¹× null ±â¼ú¿¡ ÀÇÇØ PERSIST_STORE ¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù. |
|
PERSIST_STORE (int minor,
CompletionStatus completed)
ÁöÁ¤µÈ ¸¶ÀÌ³Ê ÄÚµå¿Í ¿Ï·á »óÅ·ΠPERSIST_STORE ¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù. |
|
PERSIST_STORE (String s)
ÁöÁ¤µÈ ¼³¸í ¸Þ¼¼Áö, ¸¶ÀÌ³Ê ÄÚµå 0 ¹× ¿Ï·á »óÅ COMPLETED_NO ¿¡ÀÇÇØ PERSIST_STORE ¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù. |
|
PERSIST_STORE (String s,
int minor,
CompletionStatus completed)
ÁöÁ¤µÈ ¼³¸í ¸Þ¼¼Áö, ¸¶ÀÌ³Ê ÄÚµå ¹× ¿Ï·á »óÅ¿¡ ÀÇÇØ PERSIST_STORE ¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù. |
¸Þ¼µå °³¿ä |
---|
Ŭ·¡½º 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 PERSIST_STORE()
PERSIST_STORE
¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù.
public PERSIST_STORE(String s)
PERSIST_STORE
¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù.
s
- »ó¼¼ ¸Þ¼¼Áö°¡ Æ÷ÇԵǰí ÀÖ´Â Stringpublic PERSIST_STORE(int minor, CompletionStatus completed)
PERSIST_STORE
¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù.
minor
- ¸¶ÀÌ³Ê ÄÚµåcompleted
- ¿Ï·á »óÅÂpublic PERSIST_STORE(String s, int minor, CompletionStatus completed)
PERSIST_STORE
¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù.
s
- ¼³¸í ¸Þ¼¼Áö°¡ Æ÷ÇԵǰí ÀÖ´Â Stringminor
- ¸¶ÀÌ³Ê ÄÚµåcompleted
- ¿Ï·á »óÅÂ
|
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 µµ ÂüÁ¶ÇϽʽÿÀ.