JavaTM Platform
Standard Ed. 6

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

형태 파라미터:
V - 이 Future 로 반환되는 결과형
모든 슈퍼 인터페이스:
Comparable <Delayed >, Delayed , Future <V>
기존의 서브 인터페이스의 일람:
RunnableScheduledFuture <V>


public interface ScheduledFuture<V>
extends Delayed , Future <V>

취소해 가능한, 지연 된 결과 생성 액션입니다. 일반적으로,ScheduledExecutorService 로 태스크를 스케줄 한 결과는, 스케줄 된 Future 입니다.

도입된 버젼:
1.5

메소드의 개요
 
인터페이스 java.util.concurrent. Delayed 로부터 상속된 메소드
getDelay
 
인터페이스 java.lang. Comparable 로부터 상속된 메소드
compareTo
 
인터페이스 java.util.concurrent. Future 로부터 상속된 메소드
cancel , get , get , isCancelled , isDone
 


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 도 참조해 주세요.