g-Eclipse
Release 1.0.0

eu.geclipse.ui.simpleTest
Class PortScanJob

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

public class PortScanJob
extends Job

A Job class that is used to port scan a selected host.


Constructor Summary
PortScanJob(java.net.InetAddress address, java.util.TreeMap<java.lang.Integer,java.lang.Boolean> map, StyledText results, TreeItem treeItem)
          The Default constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortScanJob

public PortScanJob(java.net.InetAddress address,
                   java.util.TreeMap<java.lang.Integer,java.lang.Boolean> map,
                   StyledText results,
                   TreeItem treeItem)
The Default constructor

Parameters:
address - The address of the host to scan.
map - The TreeMap which contains the ports to scan.
results - The text field where the output is printed.

g-Eclipse
Release 1.0.0