palio.modules.snmp.implementation
Class SnmpCommunity

java.lang.Object
  extended by palio.modules.snmp.implementation.SnmpCommon
      extended by palio.modules.snmp.implementation.SnmpCommunity
All Implemented Interfaces:
SnmpCommonInterface
Direct Known Subclasses:
SnmpV1, SnmpV2c

public abstract class SnmpCommunity
extends SnmpCommon


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

SnmpCommunity

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