com.blackledge.david.tivo.net
Class TivoFinder.HMEApplication

java.lang.Object
  extended by com.blackledge.david.tivo.net.TivoFinder.HMEApplication
Direct Known Subclasses:
TivoFinder.TivoMachine
Enclosing class:
TivoFinder

public static class TivoFinder.HMEApplication
extends Object


Field Summary
protected  HashMap<String,String> txtRecord
           
 
Constructor Summary
TivoFinder.HMEApplication(String name, String hostName, int port, HashMap txtRecord)
           
 
Method Summary
 String getHostAddress()
           
 String getHostName()
           
 String getName()
           
 String getPath()
           
 int getPort()
           
 URL getURL()
           
 String getVersion()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

txtRecord

protected final HashMap<String,String> txtRecord
Constructor Detail

TivoFinder.HMEApplication

public TivoFinder.HMEApplication(String name,
                                 String hostName,
                                 int port,
                                 HashMap txtRecord)
Method Detail

getURL

public URL getURL()

getHostName

public String getHostName()

getHostAddress

public String getHostAddress()

getName

public String getName()

getPort

public int getPort()

getPath

public String getPath()

getVersion

public String getVersion()

toString

public String toString()
Overrides:
toString in class Object