palio.modules.snmp.implementation
Class SnmpV3

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

public class SnmpV3
extends SnmpCommon


Constructor Summary
SnmpV3(org.snmp4j.Snmp snmp, org.snmp4j.event.ResponseListener listener)
           
 
Method Summary
 SnmpV3User getUser(java.lang.Long source, java.lang.String userName)
           
 void registerUser(java.lang.Long source, SnmpV3User user)
           
 void unregisterUser(java.lang.Long source, java.lang.String userName)
           
 
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

SnmpV3

public SnmpV3(org.snmp4j.Snmp snmp,
              org.snmp4j.event.ResponseListener listener)
Method Detail

registerUser

public void registerUser(java.lang.Long source,
                         SnmpV3User user)
                  throws SNMPException
Throws:
SNMPException

unregisterUser

public void unregisterUser(java.lang.Long source,
                           java.lang.String userName)

getUser

public SnmpV3User getUser(java.lang.Long source,
                          java.lang.String userName)