SK.gnome.dwarf.utils.dns
Class HINFOResource

java.lang.Object
  extended bySK.gnome.dwarf.utils.dns.Record
      extended bySK.gnome.dwarf.utils.dns.Resource
          extended bySK.gnome.dwarf.utils.dns.HINFOResource

public class HINFOResource
extends Resource

This resource identifies the CPU and OS used by a host.


Field Summary
 
Fields inherited from class SK.gnome.dwarf.utils.dns.Resource
rdata, ttl
 
Fields inherited from class SK.gnome.dwarf.utils.dns.Record
clazz, name, type
 
Method Summary
 java.lang.String getHW()
          Returns the hardware identification.
 java.lang.String getOS()
          Returns the operating system identification.
 java.lang.String toString()
           
 
Methods inherited from class SK.gnome.dwarf.utils.dns.Resource
getRData, getTTL
 
Methods inherited from class SK.gnome.dwarf.utils.dns.Record
getClassString, getClazz, getName, getType, getTypeString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getHW

public java.lang.String getHW()
Returns the hardware identification.

Returns:
the HW identification

getOS

public java.lang.String getOS()
Returns the operating system identification.

Returns:
the OS identification

toString

public java.lang.String toString()
Overrides:
toString in class Record


Copyright (c) 1999-2005, Gnome Ltd. All rights reserved.