Class Test59

java.lang.Object
  extended by java.lang.Thread
      extended by TestSkeleton
          extended by UISkeleton
              extended by Test59
All Implemented Interfaces:
java.lang.Runnable, RemoteSourceListener, CmdlineConsumer

public class Test59
extends UISkeleton


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
Test59()
           
Test59(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 java.lang.String toString()
           
 
Methods inherited from class TestSkeleton
checkKeyword, checkOption, collabSourceLost, dataSourceLost, finalizeArgs, initializeArgs, keywordUsage, optionUsage, startThreads
 
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, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Test59

public Test59()

Test59

public Test59(java.lang.String[] args)
       throws java.rmi.RemoteException,
              VisADException
Throws:
java.rmi.RemoteException
VisADException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class TestSkeleton

main

public static void main(java.lang.String[] args)
                 throws java.rmi.RemoteException,
                        VisADException
Throws:
java.rmi.RemoteException
VisADException