protected class DropboxRepositoryConnector.GetObjectThread
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Throwable |
exception |
protected java.lang.String |
nodeId |
protected com.dropbox.client2.DropboxAPI.Entry |
response |
| Constructor and Description |
|---|
GetObjectThread(java.lang.String nodeId) |
| Modifier and Type | Method and Description |
|---|---|
void |
finishUp() |
java.lang.Throwable |
getException() |
com.dropbox.client2.DropboxAPI.Entry |
getResponse() |
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 final java.lang.String nodeId
protected java.lang.Throwable exception
protected com.dropbox.client2.DropboxAPI.Entry response
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic void finishUp()
throws java.lang.InterruptedException,
com.dropbox.client2.exception.DropboxException
java.lang.InterruptedExceptioncom.dropbox.client2.exception.DropboxExceptionpublic com.dropbox.client2.DropboxAPI.Entry getResponse()
public java.lang.Throwable getException()