Package ucar.visad
Class UISkeleton
java.lang.Object
java.lang.Thread
ucar.visad.TestSkeleton
ucar.visad.UISkeleton
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
TestCurveIntegral
I have no idea what this is for -- SRE
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorUISkeleton
(String[] args) Construct this with the specified arguments -
Method Summary
Methods inherited from class ucar.visad.TestSkeleton
processArgs, startThreads, toString
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, suspend, threadId, yield
-
Constructor Details
-
UISkeleton
public UISkeleton()Default constructor -
UISkeleton
Construct this with the specified arguments- Parameters:
args
- arguments- Throws:
RemoteException
- Java RMI ExceptionVisADException
- VisAD error
-