Package ucar.visad

Class TestSkeleton

java.lang.Object
java.lang.Thread
ucar.visad.TestSkeleton
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
UISkeleton

public abstract class TestSkeleton extends Thread
Test skeleton for local and remote displays.
  • Constructor Details

    • TestSkeleton

      public TestSkeleton()
      Constructs from nothing.
    • TestSkeleton

      public TestSkeleton(String[] args) throws VisADException, RemoteException
      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

      public boolean processArgs(String[] args)
      Processes the constructor arguments.
      Parameters:
      args - The arguments.
      Returns:
      true if the arguments were sucessfully processed.
    • startThreads

      public void startThreads() throws VisADException, RemoteException
      Starts the client invalid input: '&' server threads.
      Throws:
      VisADException - if a core VisAD failure occurs.
      RemoteException - if a Java RMI failure occurs.
    • toString

      public String toString()
      Returns a string representation of this instance. This implementation returns null.
      Overrides:
      toString in class Thread
      Returns:
      a string representation of this instance.