Java Globus API: Class HostLookup

org.globus.tools
Class HostLookup

java.lang.Object
  |
  +--org.globus.tools.HostLookup

public class HostLookup
extends java.lang.Object

Looks up a host.

 Syntax : java HostLookup [-help][-list][-type ...] 
  Options:
  -help,-usage              Show help
  -version                  Show version
  -debug                    Show extra output
  -list                     Displays contacts in cached contacts file format
  -mdshost H         (-h)   Set non-default hostname of MDS server
  -mdsport P         (-p)   Set non-default port number of MDS server
  -mdsbasedn DN      (-b)   Set non-default base DN for MDS searches
  -type T1,T2,...    (-t)   Narrow search to specific scheduler type(s)

  Wildcards in hostname are accepted.
  The following will search for types X, Y and Z:
    -t X -t Y -t Z


Constructor Summary
HostLookup()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostLookup

public HostLookup()
Method Detail

main

public static void main(java.lang.String[] args)