palio.modules.snmp.implementation
Class SnmpV3
java.lang.Object
palio.modules.snmp.implementation.SnmpCommon
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)
|
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 |
SnmpV3
public SnmpV3(org.snmp4j.Snmp snmp,
org.snmp4j.event.ResponseListener listener)
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)