Utils
Class SnmpGet

java.lang.Object
  extended by Utils.SnmpCommand
      extended by Utils.SnmpGet

public class SnmpGet
extends SnmpCommand

Implements snmp get based on the low level API of WebNMS

Author:
Ioannis Kakavas, Spyridon Dossis

Field Summary
 
Fields inherited from class Utils.SnmpCommand
oid, session, userName
 
Constructor Summary
SnmpGet()
           
SnmpGet(java.lang.String userName, com.adventnet.snmp.snmp2.SnmpSession session, java.lang.String oid)
           
 
Method Summary
 java.util.Vector<com.adventnet.snmp.snmp2.SnmpVarBind> execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnmpGet

public SnmpGet()

SnmpGet

public SnmpGet(java.lang.String userName,
               com.adventnet.snmp.snmp2.SnmpSession session,
               java.lang.String oid)
Method Detail

execute

public java.util.Vector<com.adventnet.snmp.snmp2.SnmpVarBind> execute()
Specified by:
execute in class SnmpCommand