|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
Àü ´ÙÀ½ | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ |
ScheduledFuture¸¦ »ç¿ëÇϰí ÀÖ´Â ÆÐŰÁö | |
---|---|
java.util.concurrent | º¸Åë, À¯Æ¿¸®Æ¼ Ŭ·¡½º´Â º´Çà ÇÁ·Î±×·¡¹ÖÀ¸·Î À¯¿ëÇÕ´Ï´Ù. |
java.util.concurrent ¿¡¼ÀÇ ScheduledFuture »ç¿ë |
---|
ScheduledFuture¸¦ µ¹·ÁÁÖ´Â java.util.concurrent ¸Þ¼µå | ||
---|---|---|
|
ScheduledThreadPoolExecutor. schedule (Callable <V> callable,
long delay,
TimeUnit unit)
|
|
|
ScheduledExecutorService. schedule (Callable <V> callable,
long delay,
TimeUnit unit)
ÁöÁ¤µÈ Áö¿¬ ÈÄ¿¡ À¯È¿ÇÏ°Ô µÇ´Â ScheduledFuture¸¦ ÀÛ¼º ¹× ½ÇÇàÇÕ´Ï´Ù. |
|
ScheduledFuture <? > |
ScheduledThreadPoolExecutor. schedule (Runnable command,
long delay,
TimeUnit unit)
|
|
ScheduledFuture <? > |
ScheduledExecutorService. schedule (Runnable command,
long delay,
TimeUnit unit)
ÁöÁ¤µÈ Áö¿¬ ÈÄ¿¡ À¯È¿ÇÏ°Ô µÇ´Â ´Ü¹ßÀûÀÎ ¾×¼ÇÀ» ÀÛ¼º ¹× ½ÇÇàÇÕ´Ï´Ù. |
|
ScheduledFuture <? > |
ScheduledThreadPoolExecutor. scheduleAtFixedRate (Runnable command,
long initialDelay,
long period,
TimeUnit unit)
|
|
ScheduledFuture <? > |
ScheduledExecutorService. scheduleAtFixedRate (Runnable command,
long initialDelay,
long period,
TimeUnit unit)
ÁöÁ¤µÈ Ãʱâ Áö¿¬ ÈÄ¿¡ ÃÖÃÊ·Î À¯È¿ÇÏ°Ô µÇ¾î, ±× µÚ·Î´Â ÁöÁ¤µÈ ±â°£ ÈÄ¿¡ À¯È¿ÇÏ°Ô µÇ´Â ÁÖ±âÀûÀÎ ¾×¼ÇÀ» ÀÛ¼º ¹× ½ÇÇàÇÕ´Ï´Ù. |
|
ScheduledFuture <? > |
ScheduledThreadPoolExecutor. scheduleWithFixedDelay (Runnable command,
long initialDelay,
long delay,
TimeUnit unit)
|
|
ScheduledFuture <? > |
ScheduledExecutorService. scheduleWithFixedDelay (Runnable command,
long initialDelay,
long delay,
TimeUnit unit)
ÁöÁ¤µÈ Ãʱâ Áö¿¬ ÈÄ¿¡ ÃÖÃÊ·Î À¯È¿ÇÏ°Ô µÇ¾î, ±× µÚ·Î´Â ½ÇÇà Á¾·á·ÎºÎÅÍ ´ÙÀ½ÀÇ ½ÇÇà °³½Ã±îÁöÀÇ ÁöÁ¤ Áö¿¬ ÈÄ¿¡ À¯È¿ÇÏ°Ô µÇ´Â ÁÖ±âÀûÀÎ ¾×¼ÇÀ» ÀÛ¼º ¹× ½ÇÇàÇÕ´Ï´Ù. |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
Àü ´ÙÀ½ | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.