|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.windward.tools.ListServers
This lists out all Windward Reports servers running.
| Inner Class Summary | |
class |
ListServers.ServerInfo
Info returned about each server. |
| Constructor Summary | |
ListServers()
|
|
| Method Summary | |
static ListServers.ServerInfo[] |
getServers(int wait)
Return all servers on the network. |
static void |
main(java.lang.String[] args)
List out all Windward Reports servers running. |
void |
run()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ListServers()
| Method Detail |
public static ListServers.ServerInfo[] getServers(int wait)
throws java.io.IOException,
java.lang.InterruptedException
wait - The amount of time to wait for a response - passed to Thread.sleep. Suggest at least a value of
2000 (2 seconds).public void run()
run in interface java.lang.Runnable
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - -pport_num (optional - default is -p1707). Pass /? or -? for help.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||