palio.modules.snmp.implementation
Class SnmpV1

java.lang.Object
  extended by palio.modules.snmp.implementation.SnmpCommon
      extended by palio.modules.snmp.implementation.SnmpCommunity
          extended by palio.modules.snmp.implementation.SnmpV1
All Implemented Interfaces:
SnmpCommonInterface

public class SnmpV1
extends SnmpCommunity


Constructor Summary
SnmpV1(org.snmp4j.Snmp snmp, org.snmp4j.event.ResponseListener listener)
           
 
Method Summary
 
Methods inherited from class palio.modules.snmp.implementation.SnmpCommon
buildValueResponse, buildValueResponse, getAsynchronous, getAsynchronous, getNextAsynchronous, getNextAsynchronous, getNextSynchronous, getNextSynchronous, getSynchronous, getSynchronous, getTextError, setAsynchronous, setAsynchronous, setSynchronous, setSynchronous, walkSynchronous
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnmpV1

public SnmpV1(org.snmp4j.Snmp snmp,
              org.snmp4j.event.ResponseListener listener)