public final class AsyncTaskInfo extends Object
| Constructor and Description | 
|---|
AsyncTaskInfo(String name,
             StackTraceElement[] asyncStackTrace,
             boolean daemon,
             Promise<?>[] waitFor)  | 
| Modifier and Type | Method and Description | 
|---|---|
StackTraceElement[] | 
getAsyncStackTrace()  | 
String | 
getName()  | 
Promise<?>[] | 
getWaitingFor()  | 
boolean | 
isDaemon()  | 
String | 
toString()  | 
public AsyncTaskInfo(String name, StackTraceElement[] asyncStackTrace, boolean daemon, Promise<?>[] waitFor)
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.