edu.washington.cs.pl_if.tests
Class SshTest

java.lang.Object
  extended by java.lang.Thread
      extended by edu.washington.cs.pl_if.tests.SshTest
All Implemented Interfaces:
Runnable

public class SshTest
extends Thread


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
static int SSH_CONNECT_TIMEOUT
           
static int SSH_KEY_EXCHANGE_TIMEOUT
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SshTest()
           
 
Method Summary
static void main(String[] args)
           
 
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, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SSH_CONNECT_TIMEOUT

public static final int SSH_CONNECT_TIMEOUT
See Also:
Constant Field Values

SSH_KEY_EXCHANGE_TIMEOUT

public static final int SSH_KEY_EXCHANGE_TIMEOUT
See Also:
Constant Field Values
Constructor Detail

SshTest

public SshTest()
Method Detail

main

public static void main(String[] args)
Parameters:
args -