g-Eclipse
Release 1.0.0

eu.geclipse.ui.simpleTest
Class ReachabilityHostJob

java.lang.Object
  extended by Job
      extended by eu.geclipse.ui.simpleTest.ReachabilityHostJob

public class ReachabilityHostJob
extends Job

A Job class that is used to ping a host a number of times


Constructor Summary
ReachabilityHostJob(java.net.InetAddress hostAdr, int nPing, long timeOut, Text outPut, Table table, java.lang.String[] itemString, int index, ReachabilityTest pingTest)
          The default constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReachabilityHostJob

public ReachabilityHostJob(java.net.InetAddress hostAdr,
                           int nPing,
                           long timeOut,
                           Text outPut,
                           Table table,
                           java.lang.String[] itemString,
                           int index,
                           ReachabilityTest pingTest)
The default constructor.

Parameters:
hostAdr - A non-null address of the host to be pinged.
nPing - The number of times that this host should be pinged.
timeOut - the delay between each ping attempt.
outPut - The text field where the output is printed
table - The table where the result is displayed
itemString - The row in the table for this job
index - The index into the table for this row
pingTest - A reference to the ping test class to be used.

g-Eclipse
Release 1.0.0