protected static class AmazonS3Authority.GrantsThread
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
protected com.amazonaws.services.s3.AmazonS3 |
amazonS3 |
protected java.lang.Throwable |
exception |
protected boolean |
result |
| Constructor and Description |
|---|
GrantsThread(com.amazonaws.services.s3.AmazonS3 amazonS3) |
| Modifier and Type | Method and Description |
|---|---|
void |
finishUp() |
java.util.HashMap<java.lang.String,java.util.Set<com.amazonaws.services.s3.model.Grant>> |
getResult() |
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprotected java.lang.Throwable exception
protected boolean result
protected com.amazonaws.services.s3.AmazonS3 amazonS3
public void finishUp()
throws java.lang.InterruptedException,
java.io.IOException,
ResponseException
java.lang.InterruptedExceptionjava.io.IOExceptionResponseExceptionpublic void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic java.util.HashMap<java.lang.String,java.util.Set<com.amazonaws.services.s3.model.Grant>> getResult()