eu.geclipse.ui.simpleTest
Class ReachabilityHostJob
java.lang.Object
Job
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. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 printedtable - The table where the result is displayeditemString - The row in the table for this jobindex - The index into the table for this rowpingTest - A reference to the ping test class to be used.