|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Thread
edu.sc.seis.fissuresUtil.cache.InstrumentationLoader
public class InstrumentationLoader
| 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 | |
|---|---|
InstrumentationLoader()
|
|
| Method Summary | |
|---|---|
protected void |
addToQueue(edu.sc.seis.fissuresUtil.cache.InstrumentationLoader.WorkUnit work)
|
static void |
checkResponse(Response resp)
|
protected edu.sc.seis.fissuresUtil.cache.InstrumentationLoader.WorkUnit |
getFromQueue()
|
void |
getInstrumentation(DataSetSeismogram seis,
NetworkAccess net)
|
protected boolean |
isEmpty()
|
static boolean |
isValid(Instrumentation inst)
|
static boolean |
isValid(Response resp)
|
static boolean |
isValid(Sensitivity sens)
|
static boolean |
isValidSensitivity(QuantityImpl sens)
|
static void |
repairResponse(Response resp)
Checks for nonsense sensitivity (overall gain of -1) and trys to repair by multiplying the gains of the individual stages. |
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 InstrumentationLoader()
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablerun in class java.lang.Thread
public static void repairResponse(Response resp)
throws InvalidResponse
InvalidResponseprotected boolean isEmpty()
protected edu.sc.seis.fissuresUtil.cache.InstrumentationLoader.WorkUnit getFromQueue()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionprotected void addToQueue(edu.sc.seis.fissuresUtil.cache.InstrumentationLoader.WorkUnit work)
public void getInstrumentation(DataSetSeismogram seis,
NetworkAccess net)
public static boolean isValidSensitivity(QuantityImpl sens)
public static boolean isValid(Sensitivity sens)
public static boolean isValid(Instrumentation inst)
public static boolean isValid(Response resp)
public static void checkResponse(Response resp)
throws InvalidResponse
InvalidResponse
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||