com.ireasoning.protocol.snmp
Class HostValue
java.lang.Object
com.ireasoning.protocol.snmp.HostValue
- All Implemented Interfaces:
- java.io.Serializable
public class HostValue
- extends java.lang.Object
- implements java.io.Serializable
This class is a data structure storing host name and value of SNMP request
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HostValue
public HostValue(java.net.InetAddress addr,
SnmpDataType value)
getAddress
public java.net.InetAddress getAddress()
- Returns the IP address
getValue
public SnmpDataType getValue()
- Returns the value
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2002 iReasoning Inc. All Rights Reserved.