g-Eclipse
Release 1.0.0

eu.geclipse.ui.simpleTest
Class DNSLookUpJob

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

public class DNSLookUpJob
extends Job

A Job class that is used to lookup the IP for a set of hosts


Constructor Summary
DNSLookUpJob(Table table, java.lang.String[][] itemString)
          The default constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DNSLookUpJob

public DNSLookUpJob(Table table,
                    java.lang.String[][] itemString)
The default constructor.

Parameters:
table - The table where the result is displayed
itemString - The row in the table for this job

g-Eclipse
Release 1.0.0