|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJob
eu.geclipse.ui.simpleTest.PortScanJob
public class PortScanJob
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 |
|---|
public PortScanJob(java.net.InetAddress address,
java.util.TreeMap<java.lang.Integer,java.lang.Boolean> map,
StyledText results,
TreeItem treeItem)
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 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||