Hyperic HQ Plugin API v. 5.8.0

org.hyperic.snmp
Class SNMPValue

java.lang.Object
  extended by org.hyperic.snmp.SNMPValue

public class SNMPValue
extends Object


Field Summary
static int TYPE_LONG
           
static int TYPE_LONG_CONVERTABLE
           
static int TYPE_STRING
           
 
Method Summary
 byte[] getBytes()
           
 String getOID()
           
 int getType()
           
 long toLong()
           
 String toPhysAddressString()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_LONG

public static final int TYPE_LONG
See Also:
Constant Field Values

TYPE_STRING

public static final int TYPE_STRING
See Also:
Constant Field Values

TYPE_LONG_CONVERTABLE

public static final int TYPE_LONG_CONVERTABLE
See Also:
Constant Field Values
Method Detail

getBytes

public byte[] getBytes()

toString

public String toString()
Overrides:
toString in class Object

toPhysAddressString

public String toPhysAddressString()

getOID

public String getOID()

getType

public int getType()

toLong

public long toLong()
            throws SNMPException
Throws:
SNMPException

Hyperic HQ Plugin API v. 5.8.0

Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.