com.ireasoning.protocol.snmp
Class HostValue
java.lang.Object
  
com.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
 
 
 
 
HostValue
public HostValue(InetAddress addr,
                 SnmpDataType value)
getAddress
public InetAddress getAddress()
- Returns the IP address
 
 
 
getValue
public SnmpDataType getValue()
- Returns the value
 
 
 
toString
public String toString()
 
 
Copyright © 2002 iReasoning Inc. All Rights Reserved.