Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
static int |
CREATED |
static int |
ERRORED |
static int |
FINISHED |
static int |
LOADING |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
Date |
getCreationDate() |
int |
getStatus() |
String |
getUrl() |
void |
run() |
void |
setContent(String content) |
void |
setCreationDate(Date creationDate) |
void |
setStatus(int status) |
void |
setUrl(String url) |
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, yieldpublic static int CREATED
public static int LOADING
public static int FINISHED
public static int ERRORED
public Date getCreationDate()
public void setCreationDate(Date creationDate)
public String getUrl()
public void setUrl(String url)
public String getContent()
public void setContent(String content)
public int getStatus()
public void setStatus(int status)
Copyright © 2016. All rights reserved.