Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVE |
static int |
COMPLETED |
static int |
ERROR |
static int |
NEW |
static int |
WARNING |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
ImageCollector(ServiceProviderRequest wmsRequest,
DataWrapper dw,
int index) |
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
getBufferedImage() |
String |
getMessage() |
int |
getStatus() |
String |
getUrl() |
ServiceProviderRequest |
getWmsRequest() |
void |
processNew() |
void |
processWaiting() |
void |
run() |
void |
setBufferedImage(BufferedImage bufferedImage) |
void |
setMessage(String message) |
void |
setStatus(int status) |
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 final int NEW
public static final int ACTIVE
public static final int COMPLETED
public static final int WARNING
public static final int ERROR
public ImageCollector(ServiceProviderRequest wmsRequest, DataWrapper dw, int index)
public void processNew()
throws InterruptedException
InterruptedExceptionpublic void processWaiting()
throws InterruptedException
InterruptedExceptionpublic BufferedImage getBufferedImage()
public void setBufferedImage(BufferedImage bufferedImage)
public int getStatus()
public void setStatus(int status)
public String getUrl()
public String getMessage()
public void setMessage(String message)
public ServiceProviderRequest getWmsRequest()
Copyright © 2015. All rights reserved.