Package ucar.visad
Class TestSkeleton
java.lang.Object
java.lang.Thread
ucar.visad.TestSkeleton
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
UISkeleton
Test skeleton for local and remote displays.
-
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
ConstructorsConstructorDescriptionConstructs from nothing.TestSkeleton
(String[] args) Constructs from an array of arguments. -
Method Summary
Modifier and TypeMethodDescriptionboolean
processArgs
(String[] args) Processes the constructor arguments.void
Starts the client invalid input: '&' server threads.toString()
Returns a string representation of this instance.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
-
TestSkeleton
public TestSkeleton()Constructs from nothing. -
TestSkeleton
Constructs from an array of arguments.- Parameters:
args
- The arguments.- Throws:
VisADException
- if a core VisAD failure occurs.RemoteException
- if a Java RMI failure occurs.
-
-
Method Details
-
processArgs
Processes the constructor arguments.- Parameters:
args
- The arguments.- Returns:
- true if the arguments were sucessfully processed.
-
startThreads
Starts the client invalid input: '&' server threads.- Throws:
VisADException
- if a core VisAD failure occurs.RemoteException
- if a Java RMI failure occurs.
-
toString
Returns a string representation of this instance. This implementation returnsnull
.
-