palio.modules.snmp.implementation
Class SnmpV2c

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

public class SnmpV2c
extends SnmpCommunity


Constructor Summary
SnmpV2c(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

SnmpV2c

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