Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6350736
Votes 1
Synopsis Future hasStarted() and waitForStart() methods
Category java:classes_util_concurrent
Reported Against
Release Fixed
State 3-Accepted, request for enhancement
Priority: 4-Low
Related Bugs
Submit Date 15-NOV-2005
Description
A DESCRIPTION OF THE REQUEST :
When
  boolean hasStarted()
returns true, it means that the next statement to execute in the thread that set this condition to true was the computation represented by the Future. A true result also implies that the Future is no longer queued, if it had been queued.

The waitForStart() method blocks until hasStarted() returns true.

JUSTIFICATION :
There are situations in which this additional life-cycle information can be useful, if only for a monitoring UI.
Posted Date : 2005-11-15 22:34:32.0
Work Around
N/A
Evaluation
N/A
Comments
  
  Include a link with my name & email   

Submitted On 16-NOV-2005
daveyost
I entered this bug.



PLEASE NOTE: JDK6 is formerly known as Project Mustang