|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectverinec.importer.analysis.StartLookUpHost.HostNameLookUpThread
public class StartLookUpHost.HostNameLookUpThread
A thread that populates a host name in a host renderer.
Look up the host name using reverse DNS. Because this could take some time, it is implemented as a separate Thread. If the name can not be resolved, leaves the renderer untouched.
Use it with new HostNameLookupThread().start();
| Field Summary | |
|---|---|
private HostCommRenderer |
host
The host to resolve. |
private Logger |
log
|
(package private) StartLookUpHost |
master
The StartLookUpHost which created this object |
| Constructor Summary | |
|---|---|
StartLookUpHost.HostNameLookUpThread(HostCommRenderer host,
StartLookUpHost master)
The constructor |
|
| Method Summary | |
|---|---|
void |
run()
The lookup of the host name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private HostCommRenderer host
StartLookUpHost master
private Logger log
| Constructor Detail |
|---|
public StartLookUpHost.HostNameLookUpThread(HostCommRenderer host,
StartLookUpHost master)
host - The host to look up.master - The StartLookUpHost which creates this object.| Method Detail |
|---|
public void run()
run in interface Runnable
|
Copyright © 2005 Verinec, DIUF | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||