JavaTM 2 Platform
Standard Ed. 5.0

ÀÎÅÍÆäÀ̽º
java.util.concurrent.ScheduledFuture »ç¿ë

ScheduledFuture¸¦ »ç¿ëÇÏ°í ÀÖ´Â ÆÐÅ°Áö
java.util.concurrent º¸Åë, À¯Æ¿¸®Æ¼ Ŭ·¡½º´Â º´Çà ÇÁ·Î±×·¡¹ÖÀ¸·Î À¯¿ëÇÕ´Ï´Ù.  
 

java.util.concurrent ¿¡¼­ÀÇ ScheduledFuture »ç¿ë
 

ScheduledFuture¸¦ µ¹·ÁÁÖ´Â java.util.concurrent ¸Þ¼­µå
<V> ScheduledFuture <V>
ScheduledThreadPoolExecutor. schedule (Callable <V> callable, long delay, TimeUnit  unit)
           
<V> ScheduledFuture <V>
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 µµ ÂüÁ¶ÇϽʽÿÀ.