Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.snmp
Class SNMPValue

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

public class SNMPValue
extends java.lang.Object


Field Summary
static int TYPE_LONG
           
static int TYPE_LONG_CONVERTABLE
           
static int TYPE_STRING
           
 
Method Summary
 byte[] getBytes()
           
 java.lang.String getOID()
           
 int getType()
           
 long toLong()
           
 java.lang.String toPhysAddressString()
           
 java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object

toPhysAddressString

public java.lang.String toPhysAddressString()

getOID

public java.lang.String getOID()

getType

public int getType()

toLong

public long toLong()
            throws SNMPException
Throws:
SNMPException

Hyperic HQ Plugin API v. 4.4.0.2

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