HOME

com.ireasoning.protocol.snmp
Class HostValue

java.lang.Object
  extended bycom.ireasoning.protocol.snmp.HostValue
All Implemented Interfaces:
Serializable

public class HostValue
extends Object
implements Serializable

This class is a data structure storing host name and value of SNMP request

See Also:
Serialized Form

Constructor Summary
HostValue(InetAddress addr, SnmpDataType value)
           
 
Method Summary
 InetAddress getAddress()
          Returns the IP address
 SnmpDataType getValue()
          Returns the value
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HostValue

public HostValue(InetAddress addr,
                 SnmpDataType value)
Method Detail

getAddress

public InetAddress getAddress()
Returns the IP address


getValue

public SnmpDataType getValue()
Returns the value


toString

public String toString()

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.