JavaTM Platform
Standard Ed. 6

java.util.concurrent
인터페이스 RunnableScheduledFuture<V>

형태 파라미터:
V - 이 Future 의 get 메소드로 반환되는 결과형
모든 슈퍼 인터페이스:
Comparable <Delayed >, Delayed , Future <V>, Runnable , RunnableFuture <V>, ScheduledFuture <V>


public interface RunnableScheduledFuture<V>
extends RunnableFuture <V>, ScheduledFuture <V>

RunnableScheduledFuture 입니다. run 메소드의 실행에 성공하면(자),Future 가 완료해, 그 결과에 액세스 할 수 있습니다.

도입된 버젼:
1.6
관련 항목:
FutureTask , Executor

메소드의 개요
 boolean isPeriodic ()
          이것이 정기적인 태스크인 경우에, true 를 돌려줍니다.
 
인터페이스 java.util.concurrent. RunnableFuture 로부터 상속된 메소드
run
 
인터페이스 java.util.concurrent. Delayed 로부터 상속된 메소드
getDelay
 
인터페이스 java.lang. Comparable 로부터 상속된 메소드
compareTo
 
인터페이스 java.util.concurrent. Future 로부터 상속된 메소드
cancel , get , get , isCancelled , isDone
 

메소드의 상세

isPeriodic

boolean isPeriodic()
이것이 정기적인 태스크인 경우에, true 를 돌려줍니다. 정기적인 태스크는, 스케줄에 따라 재실행할 수 있습니다. 정기적이 아닌 태스크는, 1 회만 실행할 수 있습니다.

반환값:
이 태스크가 정기적인 경우는 true

JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.