public class AsyncTask extends Object
protected Future
future
protected Date
start
protected String
taskId
AsyncTask(String taskId, Future future)
Future
getFuture()
Date
getStart()
String
getTaskId()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String taskId
protected Date start
protected Future future
public AsyncTask(String taskId, Future future)
public String getTaskId()
public Date getStart()
public Future getFuture()
Copyright © 2019. All rights reserved.