Structures
Class SnmpSessionv3

java.lang.Object
  extended by Structures.SnmpSessionv3

public class SnmpSessionv3
extends java.lang.Object


Constructor Summary
SnmpSessionv3()
          Encapsulation class for a Snmp v3-aware Session
SnmpSessionv3(java.net.Inet4Address ipAddress, java.lang.String userName, java.lang.String authPass)
          Constructor and initializator for a Snmp v3-aware session NOTE:(currently it supports only authentication and NO encryption mode
SnmpSessionv3(java.lang.String ipAddress, java.lang.String userName, java.lang.String authPass)
           
 
Method Summary
 com.adventnet.snmp.snmp2.SnmpSession getSnmpSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnmpSessionv3

public SnmpSessionv3()
Encapsulation class for a Snmp v3-aware Session


SnmpSessionv3

public SnmpSessionv3(java.net.Inet4Address ipAddress,
                     java.lang.String userName,
                     java.lang.String authPass)
              throws com.adventnet.snmp.snmp2.SnmpException
Constructor and initializator for a Snmp v3-aware session NOTE:(currently it supports only authentication and NO encryption mode

Parameters:
ipAddress - - The ipAddress of the target machine
userName - - The userName required for USM
authPass - - The authentication password for USM
Throws:
com.adventnet.snmp.snmp2.SnmpException

SnmpSessionv3

public SnmpSessionv3(java.lang.String ipAddress,
                     java.lang.String userName,
                     java.lang.String authPass)
              throws com.adventnet.snmp.snmp2.SnmpException,
                     java.net.UnknownHostException
Throws:
com.adventnet.snmp.snmp2.SnmpException
java.net.UnknownHostException
Method Detail

getSnmpSession

public com.adventnet.snmp.snmp2.SnmpSession getSnmpSession()
Returns:
SnmpSession - The configured SnmpSession variable of the class `