|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Thread
org.gvsig.raster.reproject.app.preparelayer.ReprojectionQueue
public class ReprojectionQueue
Cola de procesos de ejecución exclusiva. Los procesos de esta lista se irán ejecutando por orden de llegada impidiendo que se ejecuten dos al mismo tiempo. 16/05/2008
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary |
|---|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
ReprojectionQueue()
|
|
| Method Summary | |
|---|---|
void |
add(org.gvsig.raster.algorithm.process.DataProcess process,
org.gvsig.raster.algorithm.process.IProcessActions obj)
Añade un proceso a la cola. |
static ReprojectionQueue |
getSingleton()
Devuelve una instancia al unico objeto de UniqueProcessQueue que puede existir. |
void |
run()
|
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, 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, yield |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReprojectionQueue()
| Method Detail |
|---|
public void add(org.gvsig.raster.algorithm.process.DataProcess process,
org.gvsig.raster.algorithm.process.IProcessActions obj)
id - Identificador del procesoprocess - Proceso
java.lang.InterruptedExceptionpublic static ReprojectionQueue getSingleton()
public void run()
run in interface java.lang.Runnablerun in class java.lang.Thread
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||