A B C D E F G H I K L M N O P Q R S T U V W

A

AccessControlModule - interface com.koshna.snmp.core.security.AccessControlModule.
This interface represents an abstract access control module providing access control to snmp data.
AccessParameters - class com.koshna.snmp.core.security.AccessParameters.
This class represents an abstract encapsulator of snmp access parameters.
AccessParameters() - Constructor for class com.koshna.snmp.core.security.AccessParameters
 
ACTIVE - Static variable in class com.koshna.snmp.agent.EnumRowStatus
 
add(SnmpMibTableRow) - Method in class com.koshna.snmp.manager.SnmpMibTable
Adds a SnmpMibTableRow object (a table row) to this table.
add(SnmpMibTableRowProxy) - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Adds an SnmpMibTableRowProxy object (a table row) to this table.
addAuthModule(AuthenticationModule) - Method in class com.koshna.snmp.mibs.usm.USMImpl
Adds an authentication Module to this security module.
addAuthProtocol(AuthenticationModule) - Method in class com.koshna.snmp.core.security.USMImpl
Adds an authentication Module to this security module.
addChangeListener(SnmpMibTableChangeListener) - Method in interface com.koshna.snmp.agent.SnmpMibTable
Adds a change listener.
addChangeListener(SnmpMibTableChangeListener) - Method in class com.koshna.snmp.agent.SnmpMibTableImpl
Adds a change listener.
addElement(BERElement) - Method in class com.koshna.snmp.core.ber.BERConstruct
Adds an element to the list.
addEntry(SnmpMibEntryProxy) - Method in class com.koshna.snmp.manager.SnmpManagerRepository
Adds a given SnmpMibEntryProxy object to be handled by this repository.
addInformListener(SnmpInformListener) - Method in class com.koshna.snmp.manager.SnmpManagerDispatcher
Adds a listener to receive snmp inform messages that match a given snmp context
addInformListener(SnmpInformListener, SnmpContext) - Method in class com.koshna.snmp.manager.SnmpManagerDispatcher
Adds a listener to receive snmp inform messages that match a given snmp context
addNotificationGroup(SnmpPeerGroup) - Method in class com.koshna.snmp.core.SnmpInformGenerator
Adds a notification group
addNotificationGroup(SnmpPeerGroup) - Method in class com.koshna.snmp.manager.SnmpV3Session
Adds a notification group
addNotificationGroup(SnmpPeerGroup) - Method in class com.koshna.snmp.manager.SnmpV2cSession
Adds a notification group
addPeer(SnmpPeer) - Method in class com.koshna.snmp.core.transport.SnmpPeerGroup
Adds a snmp peer to this group.
addPrivModule(PrivacyModule) - Method in class com.koshna.snmp.mibs.usm.USMImpl
Adds a privacy Module to this security module.
addPrivProtocol(PrivacyModule) - Method in class com.koshna.snmp.core.security.USMImpl
Adds a privacy Module to this security module.
addRow(SnmpMibTableRow) - Method in interface com.koshna.snmp.agent.SnmpMibTable
Adds a given row from the table.
addRow(SnmpMibTableRow) - Method in class com.koshna.snmp.agent.SnmpMibTableImpl
Adds a given row from the table.
addRow(SnmpMibTableRow) - Method in class com.koshna.snmp.mibs.community.SnmpTargetAddrExtTable
 
addRow(SnmpMibTableRow) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityTable
 
addRow(SnmpMibTableRow) - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsTable
 
addRow(SnmpMibTableRow) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrTable
 
addRow(SnmpMibTableRow) - Method in class com.koshna.snmp.mibs.v2.SysORTable
 
addRow(SnmpMibTableRow) - Method in class com.koshna.snmp.mibs.vacm.VacmContextTable
 
addRow(SnmpMibTableRow) - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyTable
 
addRow(SnmpMibTableRow) - Method in class com.koshna.snmp.mibs.vacm.VacmAccessTable
 
addRow(SnmpMibTableRow) - Method in class com.koshna.snmp.mibs.vacm.VacmSecurityToGroupTable
 
addRow(SnmpMibTableRow) - Method in class com.koshna.snmp.mibs.usm.UsmUserTable
 
addSecModule(SecurityModule) - Method in class com.koshna.snmp.core.SnmpV3ProtocolEngine
Adds a securityModule to this SnmpV3Processor.
addTrapListener(SnmpTrapListener) - Method in class com.koshna.snmp.manager.SnmpManagerDispatcher
Adds a listener to receive snmp trap messages
addTrapListener(SnmpTrapListener, SnmpContext) - Method in class com.koshna.snmp.manager.SnmpManagerDispatcher
Adds a listener to receive snmp trap messages that match a given snmp context
addUser(USMUserParameters) - Method in class com.koshna.snmp.core.security.USMImpl
Adds a user to the USM module.
addVarBind(SnmpVarBind) - Method in class com.koshna.snmp.core.SnmpPdu
Adds a variable binding to the list
ALERT_INT - Static variable in interface com.koshna.snmp.util.Logger
 
ANY - Static variable in class com.koshna.snmp.core.ber.BERElement
 
ANY - Static variable in class com.koshna.snmp.core.SnmpMessage
 
append(byte[]) - Method in class com.koshna.snmp.core.smi.SnmpOID
Adds one part to this object identifier
append(byte[], boolean) - Method in class com.koshna.snmp.core.smi.SnmpOID
Adds one part to this object identifier
append(Enum) - Method in class com.koshna.snmp.core.smi.SnmpOID
Adds one part to this object identifier
append(int) - Method in class com.koshna.snmp.core.smi.SnmpOID
Adds one part to this object identifier
append(long) - Method in class com.koshna.snmp.core.smi.SnmpOID
Adds one part to this object identifier
append(long[]) - Method in class com.koshna.snmp.core.smi.SnmpOID
Appends an object identifier to this one
append(long[], boolean) - Method in class com.koshna.snmp.core.smi.SnmpOID
Adds one part to this object identifier
append(SnmpOID) - Method in class com.koshna.snmp.core.smi.SnmpOID
Appends an object identifier to this one
append(String) - Method in class com.koshna.snmp.core.smi.SnmpOID
Appends an object identifier to this one
appendImplied(byte[]) - Method in class com.koshna.snmp.core.smi.SnmpOID
Adds one part to this object identifier
appendImplied(long[]) - Method in class com.koshna.snmp.core.smi.SnmpOID
Adds one part to this object identifier
APPLICATION - Static variable in class com.koshna.snmp.core.ber.BERElement
 
ASN_DECODE_ERROR - Static variable in class com.koshna.snmp.core.SnmpDecodeException
 
ASN_ENCODE_ERROR - Static variable in class com.koshna.snmp.core.SnmpEncodeException
 
AUTH_ERROR - Static variable in class com.koshna.snmp.core.SnmpReqRespException
 
AUTH_NOPRIV - Static variable in class com.koshna.snmp.core.security.SecurityLevel
 
AUTH_PRIV - Static variable in class com.koshna.snmp.core.security.SecurityLevel
 
authenticate(byte[], SnmpV3Message) - Method in class com.koshna.snmp.core.security.AuthenticationModule
Should authenticate an entire message (= GlobalData + SecurityModelData + SnmpV3ScopedPdu).
authenticate(byte[], SnmpV3Message) - Method in class com.koshna.snmp.core.security.auth.MD5AuthenticationModule
Authenticates an entire message (= GlobalData + SecurityModelData + SnmpV3ScopedPdu) by using MD5.
authenticate(byte[], SnmpV3Message) - Method in class com.koshna.snmp.core.security.auth.SHA1AuthenticationModule
Authenticates an entire message (= GlobalData + SecurityModelData + SnmpV3ScopedPdu) by using SHA1.
AuthenticationFailure - class com.koshna.snmp.mibs.v2.AuthenticationFailure.
 
AuthenticationFailure() - Constructor for class com.koshna.snmp.mibs.v2.AuthenticationFailure
 
authenticationFailureTrap - Static variable in class com.koshna.snmp.core.SnmpV1TrapPdu
 
AuthenticationModule - class com.koshna.snmp.core.security.AuthenticationModule.
This class represents an abstract authentication module providing authentication of snmp messages.
AuthenticationModule() - Constructor for class com.koshna.snmp.core.security.AuthenticationModule
 
AUTHNOPRIV - Static variable in class com.koshna.snmp.mibs.target.EnumSnmpSecurityLevel
 
AUTHNOPRIV - Static variable in class com.koshna.snmp.mibs.vacm.EnumSnmpSecurityLevel
 
authorizationError - Static variable in class com.koshna.snmp.core.SnmpPdu
 
AUTHPRIV - Static variable in class com.koshna.snmp.mibs.target.EnumSnmpSecurityLevel
 
AUTHPRIV - Static variable in class com.koshna.snmp.mibs.vacm.EnumSnmpSecurityLevel
 

B

badValue - Static variable in class com.koshna.snmp.core.SnmpPdu
 
BADVALUE_ERROR - Static variable in class com.koshna.snmp.core.SnmpReqRespException
 
BERAny - class com.koshna.snmp.core.ber.BERAny.
This class is for the "any" object that is unknown to the BER package but conforms to BER rules.
BERAny(BERElement) - Constructor for class com.koshna.snmp.core.ber.BERAny
Constructs an "any" element.
BERAny(BERTagDecoder, InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERAny
Constructs an "any" element from an input stream.
BERBitString - class com.koshna.snmp.core.ber.BERBitString.
This class is for the BitString object.
BERBitString(BERTagDecoder, InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERBitString
Constructs a bitstring element from an input stream (for constructed encodings).
BERBitString(BitSet) - Constructor for class com.koshna.snmp.core.ber.BERBitString
Constructs a boolean element.
BERBitString(InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERBitString
Constructs a bitstring element from an input stream (for primitive encodings).
BERBoolean - class com.koshna.snmp.core.ber.BERBoolean.
This class is for the Boolean object.
BERBoolean(boolean) - Constructor for class com.koshna.snmp.core.ber.BERBoolean
Constructs a boolean element.
BERBoolean(InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERBoolean
Constructs a boolean element from an input stream.
BERCharacterString - class com.koshna.snmp.core.ber.BERCharacterString.
This is an abstract base class for character string types.
BERCharacterString() - Constructor for class com.koshna.snmp.core.ber.BERCharacterString
Constructs a character string element containing a buffer.
BERCharacterString(BERTagDecoder, InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERCharacterString
Constructs a character string element from an input stream (for constructed encoding)
BERCharacterString(byte[]) - Constructor for class com.koshna.snmp.core.ber.BERCharacterString
Constructs a character string element from a byte array.
BERCharacterString(InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERCharacterString
Constructs a character string element from an input stream (for primitive encoding)
BERCharacterString(String) - Constructor for class com.koshna.snmp.core.ber.BERCharacterString
Constructs a character string element containing buffer.
BERChoice - class com.koshna.snmp.core.ber.BERChoice.
This class is for the Choice object.
BERChoice(BERElement) - Constructor for class com.koshna.snmp.core.ber.BERChoice
Constructs a choice element.
BERChoice(BERTagDecoder, InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERChoice
Constructs a choice element from an input stream.
BERConstruct - class com.koshna.snmp.core.ber.BERConstruct.
This abstract class serves as a based class for constructed types such as sequence or set.
BERConstruct() - Constructor for class com.koshna.snmp.core.ber.BERConstruct
Constructs a construct element.
BERConstruct(BERTagDecoder, InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERConstruct
Constructs a construct element from an input stream.
berDecoder - Static variable in class com.koshna.snmp.core.smi.SMI
A BER decoder that can construct a snmp object from BER encoded data
BERDecoder - class com.koshna.snmp.core.smi.BERDecoder.
This class represents a ber decoder.
BERDecoder() - Constructor for class com.koshna.snmp.core.smi.BERDecoder
 
BERElement - class com.koshna.snmp.core.ber.BERElement.
This class is for the tagged object type.
BERElement() - Constructor for class com.koshna.snmp.core.ber.BERElement
 
BEREnumerated - class com.koshna.snmp.core.ber.BEREnumerated.
This class is for the Enumerated object.
BEREnumerated(InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BEREnumerated
Constructs an enumerated element with the input stream.
BEREnumerated(int) - Constructor for class com.koshna.snmp.core.ber.BEREnumerated
Constructs an enumerated element with a value.
BERException - exception com.koshna.snmp.core.ber.BERException.
 
BERException(String) - Constructor for class com.koshna.snmp.core.ber.BERException
 
BERInteger - class com.koshna.snmp.core.ber.BERInteger.
This class is for the Integer object.
BERInteger(InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERInteger
Constructs an integer element with the input stream.
BERInteger(int) - Constructor for class com.koshna.snmp.core.ber.BERInteger
Constructs a integer element.
BERIntegral - class com.koshna.snmp.core.ber.BERIntegral.
This is the base class for integral types such as Integer and Enumerated.
BERIntegral(InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERIntegral
Constructs an integral element from an input stream.
BERIntegral(int) - Constructor for class com.koshna.snmp.core.ber.BERIntegral
Constructs an integral type with a value.
BERLong - class com.koshna.snmp.core.ber.BERLong.
This is the base class for long types.
BERLong(InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERLong
Constructs an integral element from an input stream.
BERLong(long) - Constructor for class com.koshna.snmp.core.ber.BERLong
Constructs an integral type with a value.
BERNull - class com.koshna.snmp.core.ber.BERNull.
This class is for the NULL type.
BERNull() - Constructor for class com.koshna.snmp.core.ber.BERNull
Constructs a NULL element.
BERNull(InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERNull
Constructs a null element from an input stream.
BERNumericString - class com.koshna.snmp.core.ber.BERNumericString.
This class is for the NumericString type.
BERNumericString(BERTagDecoder, InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERNumericString
Constructs a numeric string element from an input stream (for constructed encoding)
BERNumericString(byte[]) - Constructor for class com.koshna.snmp.core.ber.BERNumericString
Constructs a numeric string element from a byte array
BERNumericString(InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERNumericString
Constructs a numericstring element from an input stream (for primitive encoding)
BERNumericString(String) - Constructor for class com.koshna.snmp.core.ber.BERNumericString
Constructs a numeric string element from a string
BERObjectId - class com.koshna.snmp.core.ber.BERObjectId.
This class is for the Object ID object.
BERObjectId(InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERObjectId
Constructs an object id element from an input stream.
BERObjectId(long[]) - Constructor for class com.koshna.snmp.core.ber.BERObjectId
Constructs an object ID element from an array of values.
BERObjectId(String) - Constructor for class com.koshna.snmp.core.ber.BERObjectId
Constructs an object id element from a string.
BEROctetString - class com.koshna.snmp.core.ber.BEROctetString.
This class is for the OctetString type.
BEROctetString(BERTagDecoder, InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BEROctetString
Constructs an octet string element from an input stream (for constructed encoding)
BEROctetString(byte[]) - Constructor for class com.koshna.snmp.core.ber.BEROctetString
Constructs an octet string element containing a reference to buffer.
BEROctetString(byte[], int, int) - Constructor for class com.koshna.snmp.core.ber.BEROctetString
Constructs an octet string element containing a subset of buffer.
BEROctetString(InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BEROctetString
Constructs an octet string element from an input stream (for primitive encoding)
BEROctetString(String) - Constructor for class com.koshna.snmp.core.ber.BEROctetString
Constructs an octet string element containing a copy of the contents of buffer.
BERPrintableString - class com.koshna.snmp.core.ber.BERPrintableString.
This class is for the PrintableString type.
BERPrintableString(BERTagDecoder, InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERPrintableString
Constructs a printable string element from an input stream (for constructed encoding)
BERPrintableString(byte[]) - Constructor for class com.koshna.snmp.core.ber.BERPrintableString
Constructs a printables tring element from buffer.
BERPrintableString(InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERPrintableString
Constructs a printablestring element from an input stream (for primitive encoding)
BERPrintableString(String) - Constructor for class com.koshna.snmp.core.ber.BERPrintableString
Constructs a printable string element containing buffer.
BERReal - class com.koshna.snmp.core.ber.BERReal.
This class is for the Real object.
BERReal(float) - Constructor for class com.koshna.snmp.core.ber.BERReal
Constructs a real element with a value
BERReal(InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERReal
Constructs a real element from an input stream.
BERSequence - class com.koshna.snmp.core.ber.BERSequence.
This class is for the Sequence object.
BERSequence() - Constructor for class com.koshna.snmp.core.ber.BERSequence
Constructs a sequence element.
BERSequence(BERTagDecoder, InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERSequence
Constructs a sequence element from an input stream.
BERSet - class com.koshna.snmp.core.ber.BERSet.
This class is for the Set object.
BERSet() - Constructor for class com.koshna.snmp.core.ber.BERSet
Constructs a set element.
BERSet(BERTagDecoder, InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERSet
Constructs a set element from an input stream.
BERTag - class com.koshna.snmp.core.ber.BERTag.
This class is for the tagged object type.
BERTag(BERTagDecoder, int, InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERTag
Constructs a tag element from an input stream.
BERTag(int, BERElement, boolean) - Constructor for class com.koshna.snmp.core.ber.BERTag
Constructs a tag element.
BERTagDecoder - class com.koshna.snmp.core.ber.BERTagDecoder.
This is an abstract class which should be extended for use by the BERTag class in decoding application specific BER tags.
BERTagDecoder() - Constructor for class com.koshna.snmp.core.ber.BERTagDecoder
 
BERUnsignedInteger - class com.koshna.snmp.core.ber.BERUnsignedInteger.
This is the base class for integral types such as Integer and Enumerated.
BERUnsignedInteger(InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERUnsignedInteger
Constructs an integral element from an input stream.
BERUnsignedInteger(long) - Constructor for class com.koshna.snmp.core.ber.BERUnsignedInteger
Constructs an integral type with a value.
BERUnsignedLong - class com.koshna.snmp.core.ber.BERUnsignedLong.
This is the base class for integral types such as Integer and Enumerated.
BERUnsignedLong(BigInteger) - Constructor for class com.koshna.snmp.core.ber.BERUnsignedLong
Constructs an integral type with a value.
BERUnsignedLong(InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERUnsignedLong
Constructs an integral element from an input stream.
BERUTCTime - class com.koshna.snmp.core.ber.BERUTCTime.
This class is for the UTCTime object.
BERUTCTime(BERTagDecoder, InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERUTCTime
Constructs a UTCTime element from an input stream (for constructed encoding)
BERUTCTime(InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERUTCTime
Constructs a UTC time element from an input stream (for primitive encoding)
BERUTCTime(String) - Constructor for class com.koshna.snmp.core.ber.BERUTCTime
Constructs a UTC time element containing the specified string.
BERVisibleString - class com.koshna.snmp.core.ber.BERVisibleString.
This class is for the VisibleString object.
BERVisibleString(BERTagDecoder, InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERVisibleString
Constructs a visiblestring element with the input stream.
BERVisibleString(byte[]) - Constructor for class com.koshna.snmp.core.ber.BERVisibleString
Constructs a visiblestring element from buffer.
BERVisibleString(InputStream, int[]) - Constructor for class com.koshna.snmp.core.ber.BERVisibleString
Constructs a visiblestring element with the input stream.
BERVisibleString(String) - Constructor for class com.koshna.snmp.core.ber.BERVisibleString
Constructs a visiblestring element.
bigIntegerValue() - Method in class com.koshna.snmp.core.smi.SnmpCounter64
Returns the counter value
BITSTRING - Static variable in class com.koshna.snmp.core.ber.BERElement
 
BITSTRING_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for an bit string data type
BOOLEAN - Static variable in class com.koshna.snmp.core.ber.BERElement
Possible element types.
boots - Variable in class com.koshna.snmp.core.security.SnmpEngineTime
 
buildAccessParameters(SnmpMessage) - Method in interface com.koshna.snmp.core.security.AccessControlModule
Creates the access parameters of the given snmp message
buildAccessParameters(SnmpMessage) - Method in class com.koshna.snmp.core.security.CACMImpl
Creates the access parameters of the given snmp message
buildAccessParameters(SnmpMessage) - Method in class com.koshna.snmp.mibs.vacm.VACMImpl
Creates the access parameters of the given snmp message
buildAccessParameters(SnmpParameters, int) - Method in interface com.koshna.snmp.core.security.AccessControlModule
Creates the access parameters with the given snmp parameters
buildAccessParameters(SnmpParameters, int) - Method in class com.koshna.snmp.core.security.CACMImpl
Creates the access parameters with the given snmp parameters
buildAccessParameters(SnmpParameters, int) - Method in class com.koshna.snmp.mibs.vacm.VACMImpl
Creates the access parameters with the given snmp parameters
buildSnmpMessage(SnmpPdu) - Method in class com.koshna.snmp.manager.SnmpSession
Builds a snmp message using the session's snmp parameters
buildSnmpMessage(SnmpPdu) - Method in class com.koshna.snmp.manager.SnmpV3Session
Builds a snmp v1 message using the session's snmp parameters
buildSnmpMessage(SnmpPdu) - Method in class com.koshna.snmp.manager.SnmpV1Session
Builds a snmp v1 message using the session's snmp parameters
buildSnmpMessage(SnmpPdu) - Method in class com.koshna.snmp.manager.SnmpV2cSession
Builds a snmp v2c message using the session's snmp parameters
byteToHexString(byte) - Method in class com.koshna.snmp.core.ber.BERElement
Converts byte to hex string.

C

CACMAccessParameters - class com.koshna.snmp.core.security.CACMAccessParameters.
This class encapsulates the community based access control model parameters.
CACMAccessParameters(String) - Constructor for class com.koshna.snmp.core.security.CACMAccessParameters
Creates a new CACM Access Parameters object with specified values.
CACMImpl - class com.koshna.snmp.core.security.CACMImpl.
This class represents a community based access control model.
CACMImpl(String, String, String) - Constructor for class com.koshna.snmp.core.security.CACMImpl
Constructs a community based security module with given parameters
canBeSent() - Method in class com.koshna.snmp.core.SnmpDispatcher.SnmpRequest
Determines if the request can be sent
cancel() - Method in class com.koshna.snmp.core.SnmpDispatcher.SnmpRequest
Cancels this request
CANCELLED - Static variable in class com.koshna.snmp.core.SnmpDispatcher.SnmpRequest
 
cancelReq(Object) - Method in class com.koshna.snmp.core.SnmpDispatcher
An abstract method that cancels a request.If the request had already been dispatched this makes the dispatcher stop waiting for the response.
cancelReq(Object) - Method in class com.koshna.snmp.manager.SnmpManagerMTDispatcher
Cancels a snmp request.If the request had already been dispatched this makes the dispatcher stop waiting for the response.
category - Static variable in class com.koshna.snmp.core.smi.SnmpVarBind
 
category - Static variable in class com.koshna.snmp.util.Queue
 
category - Static variable in class com.koshna.snmp.util.PriorityQueue
 
category - Static variable in class com.koshna.snmp.core.transport.IPTransportLayer
 
category - Static variable in class com.koshna.snmp.core.SnmpProtocolEngineStats
 
category - Static variable in class com.koshna.snmp.core.SnmpInformGenerator
 
category - Static variable in class com.koshna.snmp.core.SnmpV3ScopedPdu
 
category - Static variable in class com.koshna.snmp.core.SnmpV3ProtocolEngine
 
category - Static variable in class com.koshna.snmp.core.SnmpPdu
 
category - Static variable in class com.koshna.snmp.core.SnmpBulkReqRespPdu
 
category - Static variable in class com.koshna.snmp.core.SnmpReqRespPdu
 
category - Static variable in class com.koshna.snmp.core.SnmpV1ProtocolEngine
 
category - Static variable in class com.koshna.snmp.core.SnmpV3InformGenerator
 
category - Static variable in class com.koshna.snmp.core.SnmpDispatcher
 
category - Static variable in class com.koshna.snmp.core.SnmpV1TrapPdu
 
category - Static variable in class com.koshna.snmp.core.SnmpV3Message
 
category - Static variable in class com.koshna.snmp.core.SnmpV2cProtocolEngine
 
category - Static variable in class com.koshna.snmp.core.SnmpV2cInformGenerator
 
category - Static variable in class com.koshna.snmp.agent.SnmpMibTableImpl
 
category - Static variable in class com.koshna.snmp.manager.SnmpManagerDispatcher
 
category - Static variable in class com.koshna.snmp.manager.SnmpSession
 
category - Static variable in class com.koshna.snmp.manager.SnmpV3Session
 
category - Static variable in class com.koshna.snmp.manager.SnmpMibTableRowProxy
 
category - Static variable in class com.koshna.snmp.manager.SnmpMibTableProxy
 
category - Static variable in class com.koshna.snmp.manager.SnmpMibTable
 
category - Static variable in class com.koshna.snmp.manager.SnmpManagerRepository
 
category - Static variable in class com.koshna.snmp.manager.SnmpManagerMTDispatcher
 
category - Static variable in class com.koshna.snmp.manager.SnmpV2cSession
 
category - Static variable in class com.koshna.snmp.manager.SnmpMibTableRow
 
category - Static variable in class com.koshna.snmp.manager.SnmpMibGroupProxy
 
category - Static variable in class com.koshna.snmp.core.security.SnmpEngineTimeManager
 
category - Static variable in class com.koshna.snmp.core.security.USMImpl
 
category - Static variable in class com.koshna.snmp.core.security.auth.MD5AuthenticationModule
 
category - Static variable in class com.koshna.snmp.core.security.auth.SHA1AuthenticationModule
 
category - Static variable in class com.koshna.snmp.core.security.priv.DESPrivacyModule
 
category - Static variable in class com.koshna.snmp.mibs.target.SnmpTargetMibHelper
 
category - Static variable in class com.koshna.snmp.mibs.target.SnmpTargetMibConfigParser
 
category - Static variable in class com.koshna.snmp.mibs.vacm.VacmMibHelper
 
category - Static variable in class com.koshna.snmp.mibs.vacm.VACMImpl
 
category - Static variable in class com.koshna.snmp.mibs.vacm.VacmConfigParser
 
category - Static variable in class com.koshna.snmp.mibs.usm.UsmMibHelper
 
category - Static variable in class com.koshna.snmp.mibs.usm.UsmConfigParser
 
category - Static variable in class com.koshna.snmp.mibs.usm.USMImpl
 
check_parity(byte[]) - Method in class com.koshna.snmp.core.security.priv.DESAlgorithm
 
check_setRowStatus(EnumRowStatus) - Method in class com.koshna.snmp.agent.SnmpRCDMibTableRow
validates a rowstatus value.
check_setSnmpCommunityContextEngineID(byte[]) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
check_setSnmpCommunityContextName(byte[]) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
check_setSnmpCommunityName(byte[]) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
check_setSnmpCommunitySecurityName(byte[]) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
check_setSnmpCommunityStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
check_setSnmpCommunityStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
check_setSnmpCommunityTransportTag(byte[]) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
check_setSnmpEnableAuthenTraps(EnumSnmpEnableAuthenTraps) - Method in class com.koshna.snmp.mibs.v2.Snmp
 
check_setSnmpSetSerialNo(int) - Method in class com.koshna.snmp.mibs.v2.SnmpSet
 
check_setSnmpTargetAddrMMS(int) - Method in class com.koshna.snmp.mibs.community.SnmpTargetAddrExtEntry
 
check_setSnmpTargetAddrParams(byte[]) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
check_setSnmpTargetAddrRetryCount(int) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
check_setSnmpTargetAddrRowStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
check_setSnmpTargetAddrStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
check_setSnmpTargetAddrTAddress(byte[]) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
check_setSnmpTargetAddrTagList(byte[]) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
check_setSnmpTargetAddrTDomain(long[]) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
check_setSnmpTargetAddrTimeout(int) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
check_setSnmpTargetAddrTMask(byte[]) - Method in class com.koshna.snmp.mibs.community.SnmpTargetAddrExtEntry
 
check_setSnmpTargetParamsMPModel(int) - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
check_setSnmpTargetParamsRowStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
check_setSnmpTargetParamsSecurityLevel(EnumSnmpSecurityLevel) - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
check_setSnmpTargetParamsSecurityModel(int) - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
check_setSnmpTargetParamsSecurityName(byte[]) - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
check_setSnmpTargetParamsStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
check_setSnmpTargetSpinLock(int) - Method in class com.koshna.snmp.mibs.target.SnmpTargetObjects
 
check_setSysContact(byte[]) - Method in class com.koshna.snmp.mibs.v2.System
 
check_setSysLocation(byte[]) - Method in class com.koshna.snmp.mibs.v2.System
 
check_setSysName(byte[]) - Method in class com.koshna.snmp.mibs.v2.System
 
check_setUsmUserAuthKeyChange(byte[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
check_setUsmUserAuthProtocol(long[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
check_setUsmUserCloneFrom(long[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
check_setUsmUserOwnAuthKeyChange(byte[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
check_setUsmUserOwnPrivKeyChange(byte[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
check_setUsmUserPrivKeyChange(byte[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
check_setUsmUserPrivProtocol(long[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
check_setUsmUserPublic(byte[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
check_setUsmUserSpinLock(int) - Method in class com.koshna.snmp.mibs.usm.UsmUser
 
check_setUsmUserStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
check_setUsmUserStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
check_setVacmAccessContextMatch(EnumVacmAccessContextMatch) - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
check_setVacmAccessNotifyViewName(byte[]) - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
check_setVacmAccessReadViewName(byte[]) - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
check_setVacmAccessStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
check_setVacmAccessStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
check_setVacmAccessWriteViewName(byte[]) - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
check_setVacmGroupName(byte[]) - Method in class com.koshna.snmp.mibs.vacm.VacmSecurityToGroupEntry
 
check_setVacmSecurityToGroupStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.vacm.VacmSecurityToGroupEntry
 
check_setVacmSecurityToGroupStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.vacm.VacmSecurityToGroupEntry
 
check_setVacmViewSpinLock(int) - Method in class com.koshna.snmp.mibs.vacm.VacmMIBViews
 
check_setVacmViewTreeFamilyMask(byte[]) - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyEntry
 
check_setVacmViewTreeFamilyStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyEntry
 
check_setVacmViewTreeFamilyStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyEntry
 
check_setVacmViewTreeFamilyType(EnumVacmViewTreeFamilyType) - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyEntry
 
checkAccess(AccessParameters) - Method in interface com.koshna.snmp.core.security.AccessControlModule
Check if access to the Snmp OID\Mib is granted for the requested snmp operation
checkAccess(AccessParameters) - Method in class com.koshna.snmp.core.security.CACMImpl
Check if access to the Snmp OID\Mib is granted for the requested snmp operation
checkAccess(AccessParameters) - Method in class com.koshna.snmp.mibs.vacm.VACMImpl
Should check access to an SnmpOID.
checkAuth(byte[], SnmpReceivedPacket) - Method in class com.koshna.snmp.core.security.AuthenticationModule
Should check the authentication of a message.
checkAuth(byte[], SnmpReceivedPacket) - Method in class com.koshna.snmp.core.security.auth.MD5AuthenticationModule
Checks the authentication by using MD5.
checkAuth(byte[], SnmpReceivedPacket) - Method in class com.koshna.snmp.core.security.auth.SHA1AuthenticationModule
Checks the authentication by using SHA1.
checkMessage(SnmpReceivedPacket, SnmpEngineTimeManager) - Method in interface com.koshna.snmp.core.security.SecurityModule
Checks if the given snmp packet is secure checks the packet for privacy, authentication & timeliness depending on the requested security level
checkMessage(SnmpReceivedPacket, SnmpEngineTimeManager) - Method in class com.koshna.snmp.core.security.USMImpl
Checks if the given snmp packet is secure checks the packet for privacy, authentication & timeliness depending on the requested security level
checkMessage(SnmpReceivedPacket, SnmpEngineTimeManager) - Method in class com.koshna.snmp.mibs.usm.USMImpl
Checks if the given snmp packet is secure checks the packet for privacy, authentication & timeliness depending on the requested security level
checkState() - Method in class com.koshna.snmp.agent.SnmpRCDMibTableRow
 
checkState() - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
checkState() - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
checkState() - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
checkState() - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyEntry
 
checkState() - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
checkState() - Method in class com.koshna.snmp.mibs.vacm.VacmSecurityToGroupEntry
 
checkState() - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
checkVarBinds() - Method in class com.koshna.snmp.core.SnmpNotifyPdu
Checks if all the required VarBind elements are there
CHOICE - Static variable in class com.koshna.snmp.core.ber.BERElement
 
cleanup_setRowStatus(EnumRowStatus) - Method in class com.koshna.snmp.agent.SnmpRCDMibTableRow
performs cleanup of the previous setting of the rowstatus value operation.
cleanup_setSnmpCommunityContextEngineID(byte[]) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
cleanup_setSnmpCommunityContextName(byte[]) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
cleanup_setSnmpCommunityName(byte[]) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
cleanup_setSnmpCommunitySecurityName(byte[]) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
cleanup_setSnmpCommunityStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
cleanup_setSnmpCommunityStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
cleanup_setSnmpCommunityTransportTag(byte[]) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
cleanup_setSnmpEnableAuthenTraps(EnumSnmpEnableAuthenTraps) - Method in class com.koshna.snmp.mibs.v2.Snmp
 
cleanup_setSnmpSetSerialNo(int) - Method in class com.koshna.snmp.mibs.v2.SnmpSet
 
cleanup_setSnmpTargetAddrMMS(int) - Method in class com.koshna.snmp.mibs.community.SnmpTargetAddrExtEntry
 
cleanup_setSnmpTargetAddrParams(byte[]) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
cleanup_setSnmpTargetAddrRetryCount(int) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
cleanup_setSnmpTargetAddrRowStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
cleanup_setSnmpTargetAddrStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
cleanup_setSnmpTargetAddrTAddress(byte[]) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
cleanup_setSnmpTargetAddrTagList(byte[]) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
cleanup_setSnmpTargetAddrTDomain(long[]) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
cleanup_setSnmpTargetAddrTimeout(int) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
cleanup_setSnmpTargetAddrTMask(byte[]) - Method in class com.koshna.snmp.mibs.community.SnmpTargetAddrExtEntry
 
cleanup_setSnmpTargetParamsMPModel(int) - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
cleanup_setSnmpTargetParamsRowStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
cleanup_setSnmpTargetParamsSecurityLevel(EnumSnmpSecurityLevel) - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
cleanup_setSnmpTargetParamsSecurityModel(int) - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
cleanup_setSnmpTargetParamsSecurityName(byte[]) - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
cleanup_setSnmpTargetParamsStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
cleanup_setSnmpTargetSpinLock(int) - Method in class com.koshna.snmp.mibs.target.SnmpTargetObjects
 
cleanup_setSysContact(byte[]) - Method in class com.koshna.snmp.mibs.v2.System
 
cleanup_setSysLocation(byte[]) - Method in class com.koshna.snmp.mibs.v2.System
 
cleanup_setSysName(byte[]) - Method in class com.koshna.snmp.mibs.v2.System
 
cleanup_setUsmUserAuthKeyChange(byte[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
cleanup_setUsmUserAuthProtocol(long[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
cleanup_setUsmUserCloneFrom(long[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
cleanup_setUsmUserOwnAuthKeyChange(byte[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
cleanup_setUsmUserOwnPrivKeyChange(byte[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
cleanup_setUsmUserPrivKeyChange(byte[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
cleanup_setUsmUserPrivProtocol(long[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
cleanup_setUsmUserPublic(byte[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
cleanup_setUsmUserSpinLock(int) - Method in class com.koshna.snmp.mibs.usm.UsmUser
 
cleanup_setUsmUserStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
cleanup_setUsmUserStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
cleanup_setVacmAccessContextMatch(EnumVacmAccessContextMatch) - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
cleanup_setVacmAccessNotifyViewName(byte[]) - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
cleanup_setVacmAccessReadViewName(byte[]) - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
cleanup_setVacmAccessStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
cleanup_setVacmAccessStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
cleanup_setVacmAccessWriteViewName(byte[]) - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
cleanup_setVacmGroupName(byte[]) - Method in class com.koshna.snmp.mibs.vacm.VacmSecurityToGroupEntry
 
cleanup_setVacmSecurityToGroupStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.vacm.VacmSecurityToGroupEntry
 
cleanup_setVacmSecurityToGroupStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.vacm.VacmSecurityToGroupEntry
 
cleanup_setVacmViewSpinLock(int) - Method in class com.koshna.snmp.mibs.vacm.VacmMIBViews
 
cleanup_setVacmViewTreeFamilyMask(byte[]) - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyEntry
 
cleanup_setVacmViewTreeFamilyStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyEntry
 
cleanup_setVacmViewTreeFamilyStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyEntry
 
cleanup_setVacmViewTreeFamilyType(EnumVacmViewTreeFamilyType) - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyEntry
 
clone() - Method in class com.koshna.snmp.manager.SnmpMibTableRowProxy
performs a shallow clone.
clone() - Method in class com.koshna.snmp.manager.SnmpMibTableRow
performs a shallow clone.
ColdStart - class com.koshna.snmp.mibs.v2.ColdStart.
 
ColdStart() - Constructor for class com.koshna.snmp.mibs.v2.ColdStart
 
coldStartTrap - Static variable in class com.koshna.snmp.core.SnmpV1TrapPdu
 
com.koshna.snmp.agent - package com.koshna.snmp.agent
 
com.koshna.snmp.core - package com.koshna.snmp.core
 
com.koshna.snmp.core.ber - package com.koshna.snmp.core.ber
 
com.koshna.snmp.core.security - package com.koshna.snmp.core.security
 
com.koshna.snmp.core.security.auth - package com.koshna.snmp.core.security.auth
 
com.koshna.snmp.core.security.priv - package com.koshna.snmp.core.security.priv
 
com.koshna.snmp.core.smi - package com.koshna.snmp.core.smi
 
com.koshna.snmp.core.transport - package com.koshna.snmp.core.transport
 
com.koshna.snmp.manager - package com.koshna.snmp.manager
 
com.koshna.snmp.mibs.community - package com.koshna.snmp.mibs.community
 
com.koshna.snmp.mibs.target - package com.koshna.snmp.mibs.target
 
com.koshna.snmp.mibs.usm - package com.koshna.snmp.mibs.usm
 
com.koshna.snmp.mibs.v2 - package com.koshna.snmp.mibs.v2
 
com.koshna.snmp.mibs.vacm - package com.koshna.snmp.mibs.vacm
 
com.koshna.snmp.util - package com.koshna.snmp.util
 
COMMIT_FAILED_ERROR - Static variable in class com.koshna.snmp.core.SnmpReqRespException
 
commitFailed - Static variable in class com.koshna.snmp.core.SnmpPdu
 
community - Variable in class com.koshna.snmp.core.SnmpVcMessage
 
Comparator - interface com.koshna.snmp.util.Comparator.
This class represents a comparator.
compare(byte[], byte[]) - Static method in class com.koshna.snmp.util.DataConverter
 
compare(Object, Object) - Method in interface com.koshna.snmp.util.Comparator
Compares the given 2 objects & return 1,0,-1 if the first object is greater, equal to or less than the second one respectively
compare(SnmpOID, SnmpOID) - Static method in class com.koshna.snmp.util.SnmpOIDUtil
Compares the two given oids and returns a negative, 0 or positive value accordingly as the first oid comes before, is same or after the second oid lexicographically.
compateTo(Object) - Method in class com.koshna.snmp.core.SnmpV3Context
 
compateTo(Object) - Method in class com.koshna.snmp.core.SnmpV2cContext
 
CONSTRUCTED - Static variable in class com.koshna.snmp.core.ber.BERElement
 
contactInfo - Variable in class com.koshna.snmp.agent.SnmpMib
 
contactInfo - Variable in class com.koshna.snmp.manager.SnmpMib
 
contactInfo - Variable in class com.koshna.snmp.manager.SnmpMibProxy
 
CONTEXT - Static variable in class com.koshna.snmp.core.ber.BERElement
 
COUNTER32_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for a 32 bit counter data type
COUNTER64_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for a 64 bit counter data type
CREATEANDGO - Static variable in class com.koshna.snmp.agent.EnumRowStatus
 
CREATEANDWAIT - Static variable in class com.koshna.snmp.agent.EnumRowStatus
 
createOID(SnmpOID, long) - Static method in class com.koshna.snmp.util.SnmpOIDUtil
Creates an SnmpOID object that represents a mibgroup entry SnmpOID by a given sub-identifier.
createOID(SnmpOID, long, SnmpOID) - Static method in class com.koshna.snmp.util.SnmpOIDUtil
Creates an SnmpOID object that represents a table row SnmpOID by a given column sub-identifier and a row index sub-identifier.
createRow(SnmpOID) - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Creates a row of this table from a given index OID.
CRIT_INT - Static variable in interface com.koshna.snmp.util.Logger
 
CTX_ALL - Static variable in class com.koshna.snmp.core.SnmpV3Context
 

D

DataConverter - class com.koshna.snmp.util.DataConverter.
This class has static utility methods to convert from one data type to another.
DataConverter() - Constructor for class com.koshna.snmp.util.DataConverter
 
DataConverterDelegate - interface com.koshna.snmp.util.DataConverterDelegate.
Use this to provide proper data conversions if your MBeans return non-standard data types so that they can be converted to the appropriate smi types for use in snmp operations
DEBUG_INT - Static variable in interface com.koshna.snmp.util.Logger
 
debug(Object) - Method in interface com.koshna.snmp.util.Logger
Logs a debug priority level entry.
debug(String) - Method in interface com.koshna.snmp.util.Logger
Logs a debug priority level entry.
debug(String, Object) - Static method in class com.koshna.snmp.util.SnmpLogger
Logs a debug priority level entry.
debug(String, String) - Static method in class com.koshna.snmp.util.SnmpLogger
Logs a debug priority level entry.
debug(String, String, Throwable) - Static method in class com.koshna.snmp.util.SnmpLogger
Logs a debug priority level entry.
debug(String, Throwable) - Method in interface com.koshna.snmp.util.Logger
Logs a debug priority level entry.
decode(BERElement) - Static method in class com.koshna.snmp.core.SnmpPdu
Decodes a BER encoded element and builds the pdu data structure.
decode(BERSequence) - Method in class com.koshna.snmp.core.SnmpVcMessage
Decodes a BER encoded element and builds the message data structure.
decode(BERTag) - Method in class com.koshna.snmp.core.SnmpBulkReqRespPdu
Decodes a BER encoded element and builds the pdu data structure.
decode(BERTag) - Method in class com.koshna.snmp.core.SnmpReqRespPdu
Decodes a BER encoded element and builds the pdu data structure.
decode(BERTag) - Method in class com.koshna.snmp.core.SnmpV1TrapPdu
Decodes a BER encoded element and builds the pdu data structure.
decode(InputStream) - Static method in class com.koshna.snmp.core.SnmpPdu
Reads a BER encoded element from the input stream decodes it and builds the pdu data structure.
decode(InputStream, int[]) - Static method in class com.koshna.snmp.core.smi.SnmpOID
Decodes an object identifier from a BER encoded stream
decodeHeaders(BERSequence) - Method in class com.koshna.snmp.core.SnmpV3Message
Decodes a BER encoded element and builds the message header.
decrypt(byte[], byte[], byte[]) - Method in interface com.koshna.snmp.core.security.PrivacyModule
Decrypts the given snmp data using the user's key.
decrypt(byte[], byte[], byte[]) - Method in class com.koshna.snmp.core.security.priv.DESPrivacyModule
Decrypts the given snmp data using the user's key with DES protocol This should make an encrypted SnmpV3ScopedPdu readable again.
DECRYPTION_ERROR - Static variable in class com.koshna.snmp.core.security.SnmpV3SecurityException
 
defaultMaxPacketSize - Static variable in class com.koshna.snmp.core.transport.SnmpPeer
 
defaultMaxRetries - Static variable in class com.koshna.snmp.core.transport.SnmpPeer
 
defaultPort - Static variable in class com.koshna.snmp.core.transport.SnmpIPPeer
 
defaultTimeout - Static variable in class com.koshna.snmp.core.transport.SnmpPeer
 
delegate - Static variable in class com.koshna.snmp.util.DataConverter
 
deleteRow(SnmpMibTableRow) - Method in interface com.koshna.snmp.agent.SnmpMibTable
Deletes a given row from the table.
deleteRow(SnmpMibTableRow) - Method in class com.koshna.snmp.agent.SnmpMibTableImpl
Deletes a given row from the table.
deleteVB(int) - Method in class com.koshna.snmp.core.SnmpPdu
Deletes a variable binding anywhere in the PDU
dequeue() - Method in class com.koshna.snmp.util.Queue
Removes the next item from the queue
des_ecb_encrypt(byte[], byte[], int[], boolean) - Method in class com.koshna.snmp.core.security.priv.DESAlgorithm
 
des_encrypt(int[], int[], boolean) - Method in class com.koshna.snmp.core.security.priv.DESAlgorithm
 
des_is_weak_key(byte[]) - Method in class com.koshna.snmp.core.security.priv.DESAlgorithm
 
des_set_key(byte[], int[]) - Method in class com.koshna.snmp.core.security.priv.DESAlgorithm
 
des_set_odd_parity(byte[]) - Method in class com.koshna.snmp.core.security.priv.DESAlgorithm
 
des_set_strkey(String, int[]) - Method in class com.koshna.snmp.core.security.priv.DESAlgorithm
 
DESAlgorithm - class com.koshna.snmp.core.security.priv.DESAlgorithm.
This class represents a DES (Data Encryption Standard) algorithm implementation
DESAlgorithm(boolean) - Constructor for class com.koshna.snmp.core.security.priv.DESAlgorithm
 
description - Variable in class com.koshna.snmp.agent.SnmpMib
 
description - Variable in class com.koshna.snmp.manager.SnmpMib
 
description - Variable in class com.koshna.snmp.manager.SnmpMibProxy
 
DESPrivacyModule - class com.koshna.snmp.core.security.priv.DESPrivacyModule.
This class represents a DES (Data Encryption Standard) based privacy module providing privacy to snmp messages.
DESPrivacyModule() - Constructor for class com.koshna.snmp.core.security.priv.DESPrivacyModule
 
DESTROY - Static variable in class com.koshna.snmp.agent.EnumRowStatus
 
detailedMessage - Variable in class com.koshna.snmp.core.SnmpException
 
diff(SnmpOID, SnmpOID) - Static method in class com.koshna.snmp.util.SnmpOIDUtil
Extracts the difference of oid1 & oid2.
digest(byte[]) - Method in class com.koshna.snmp.core.security.auth.MD5
Appends a message block and return its message digest.
digest(byte[]) - Method in class com.koshna.snmp.core.security.auth.SHA1
Appends a message block and return its message digest.
digest(byte[], int) - Method in class com.koshna.snmp.core.security.auth.MD5
Appends a message block with specified length and return its message digest.
digest(byte[], int) - Method in class com.koshna.snmp.core.security.auth.SHA1
Appends a message block with specified length and return its message digest.
digest(byte[], int, int) - Method in class com.koshna.snmp.core.security.auth.MD5
Appends a message block with specified length starting from the given offset, and return its message digest.
digest(byte[], int, int) - Method in class com.koshna.snmp.core.security.auth.SHA1
Appends a message block with specified length starting from the given offset, and return its message digest.
directory - Static variable in class com.koshna.snmp.core.smi.SMI
 
DISABLED - Static variable in class com.koshna.snmp.mibs.v2.EnumSnmpEnableAuthenTraps
 
discoverRemoteEngineID() - Method in class com.koshna.snmp.manager.SnmpV3Session
Discovers the remote engine id
discoverRemoteEngineTime() - Method in class com.koshna.snmp.manager.SnmpV3Session
Discovers the remote engine time (Remote engine time is needed for requests needing authentication)
dispatch(SnmpMessage, SnmpPeer, Vector) - Method in class com.koshna.snmp.manager.SnmpInformDispatcher
Dispatches the inform pdu & returns the response pdu
dispatch(SnmpMessage, SnmpPeer, Vector) - Method in class com.koshna.snmp.manager.SnmpTrapDispatcher
Dispatches the trap pdu
dispatcher - Variable in class com.koshna.snmp.core.SnmpInformGenerator
 
dispatcher - Variable in class com.koshna.snmp.manager.SnmpSession
 
dispatchInformPdu(SnmpInformPdu, SnmpPeer, SnmpReqErrorHandler, SnmpResponseHandler) - Method in class com.koshna.snmp.core.SnmpInformGenerator
Internal Method used to send a snmp inform to the specified peer
dispatchInformPdu(SnmpInformPdu, SnmpPeer, SnmpReqErrorHandler, SnmpResponseHandler) - Method in class com.koshna.snmp.core.SnmpV3InformGenerator
Internal Method used to send a snmp inform to the specified peer
dispatchInformPdu(SnmpInformPdu, SnmpPeer, SnmpReqErrorHandler, SnmpResponseHandler) - Method in class com.koshna.snmp.core.SnmpV2cInformGenerator
Internal Method used to send a snmp inform to the specified peer
dod - Static variable in class com.koshna.snmp.core.smi.SMI
 

E

egpNeighborLossTrap - Static variable in class com.koshna.snmp.core.SnmpV1TrapPdu
 
elementAt(int) - Method in class com.koshna.snmp.core.ber.BERConstruct
Gets ber element at specific position.
elementAt(int) - Method in class com.koshna.snmp.core.smi.SnmpOID
Returns the element of the object identifier at the requested position
elements() - Method in class com.koshna.snmp.util.Queue
 
elements() - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Gets an enumeration of all rows.
elements() - Method in class com.koshna.snmp.manager.SnmpMibTable
Gets an enumeration of all rows.
EMERG_INT - Static variable in interface com.koshna.snmp.util.Logger
 
ENABLED - Static variable in class com.koshna.snmp.mibs.v2.EnumSnmpEnableAuthenTraps
 
encode() - Method in class com.koshna.snmp.core.ber.BERElement
Generates a byte array with the BER encoding.
encode() - Method in interface com.koshna.snmp.core.smi.SnmpObject
 
encode() - Method in class com.koshna.snmp.core.smi.SnmpVarBind
BER encodes the variable binding
encode() - Method in class com.koshna.snmp.core.SnmpV3ScopedPdu
Encodes the PDU using the Basic Encoding Rules
encode() - Method in class com.koshna.snmp.core.SnmpPdu
Return this pdu as a BER encoded bytes
encode() - Method in class com.koshna.snmp.core.SnmpBulkReqRespPdu
Encodes the PDU via the Basic Encoding Rules
encode() - Method in class com.koshna.snmp.core.SnmpReqRespPdu
Encodes the PDU via the Basic Encoding Rules
encode() - Method in class com.koshna.snmp.core.SnmpV1TrapPdu
Encodes the PDU via the Basic Encoding Rules
encrypt(byte[], byte[], byte[][], byte[][]) - Method in interface com.koshna.snmp.core.security.PrivacyModule
Encrypts the snmp data given as bytes.
encrypt(byte[], byte[], byte[][], byte[][]) - Method in class com.koshna.snmp.core.security.priv.DESPrivacyModule
Encrypts the snmp data given as bytes using DES protocol.
ENDOFMIBVIEW - Static variable in class com.koshna.snmp.core.smi.SMI
An Snmp object with the endofmibview error tag
ENDOFMIBVIEW_ERROR - Static variable in class com.koshna.snmp.core.SnmpReqRespException
 
ENDOFMIBVIEW_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for endOfMibView error.
enqueue(Object) - Method in class com.koshna.snmp.util.Queue
Adds an item to the queue
enqueue(Object) - Method in class com.koshna.snmp.util.PriorityQueue
Adds an item to the queue at the appropriate index
enterprises - Static variable in class com.koshna.snmp.core.smi.SMI
 
enterpriseSpecificTrap - Static variable in class com.koshna.snmp.core.SnmpV1TrapPdu
 
ENUMERATED - Static variable in class com.koshna.snmp.core.ber.BERElement
 
EnumRowStatus - class com.koshna.snmp.agent.EnumRowStatus.
 
EnumRowStatus() - Constructor for class com.koshna.snmp.agent.EnumRowStatus
 
EnumRowStatus(int) - Constructor for class com.koshna.snmp.agent.EnumRowStatus
 
EnumSnmpEnableAuthenTraps - class com.koshna.snmp.mibs.v2.EnumSnmpEnableAuthenTraps.
 
EnumSnmpEnableAuthenTraps() - Constructor for class com.koshna.snmp.mibs.v2.EnumSnmpEnableAuthenTraps
 
EnumSnmpEnableAuthenTraps(int) - Constructor for class com.koshna.snmp.mibs.v2.EnumSnmpEnableAuthenTraps
 
EnumSnmpSecurityLevel - class com.koshna.snmp.mibs.target.EnumSnmpSecurityLevel.
 
EnumSnmpSecurityLevel - class com.koshna.snmp.mibs.vacm.EnumSnmpSecurityLevel.
 
EnumSnmpSecurityLevel() - Constructor for class com.koshna.snmp.mibs.target.EnumSnmpSecurityLevel
 
EnumSnmpSecurityLevel() - Constructor for class com.koshna.snmp.mibs.vacm.EnumSnmpSecurityLevel
 
EnumSnmpSecurityLevel(int) - Constructor for class com.koshna.snmp.mibs.target.EnumSnmpSecurityLevel
 
EnumSnmpSecurityLevel(int) - Constructor for class com.koshna.snmp.mibs.vacm.EnumSnmpSecurityLevel
 
EnumStorageType - class com.koshna.snmp.mibs.community.EnumStorageType.
 
EnumStorageType - class com.koshna.snmp.mibs.target.EnumStorageType.
 
EnumStorageType - class com.koshna.snmp.mibs.vacm.EnumStorageType.
 
EnumStorageType - class com.koshna.snmp.mibs.usm.EnumStorageType.
 
EnumStorageType() - Constructor for class com.koshna.snmp.mibs.community.EnumStorageType
 
EnumStorageType() - Constructor for class com.koshna.snmp.mibs.target.EnumStorageType
 
EnumStorageType() - Constructor for class com.koshna.snmp.mibs.vacm.EnumStorageType
 
EnumStorageType() - Constructor for class com.koshna.snmp.mibs.usm.EnumStorageType
 
EnumStorageType(int) - Constructor for class com.koshna.snmp.mibs.community.EnumStorageType
 
EnumStorageType(int) - Constructor for class com.koshna.snmp.mibs.target.EnumStorageType
 
EnumStorageType(int) - Constructor for class com.koshna.snmp.mibs.vacm.EnumStorageType
 
EnumStorageType(int) - Constructor for class com.koshna.snmp.mibs.usm.EnumStorageType
 
EnumVacmAccessContextMatch - class com.koshna.snmp.mibs.vacm.EnumVacmAccessContextMatch.
 
EnumVacmAccessContextMatch() - Constructor for class com.koshna.snmp.mibs.vacm.EnumVacmAccessContextMatch
 
EnumVacmAccessContextMatch(int) - Constructor for class com.koshna.snmp.mibs.vacm.EnumVacmAccessContextMatch
 
EnumVacmViewTreeFamilyType - class com.koshna.snmp.mibs.vacm.EnumVacmViewTreeFamilyType.
 
EnumVacmViewTreeFamilyType() - Constructor for class com.koshna.snmp.mibs.vacm.EnumVacmViewTreeFamilyType
 
EnumVacmViewTreeFamilyType(int) - Constructor for class com.koshna.snmp.mibs.vacm.EnumVacmViewTreeFamilyType
 
EOC - Static variable in class com.koshna.snmp.core.ber.BERElement
Possible tags.
equals(Object) - Method in class com.koshna.snmp.core.smi.SnmpOID
Used to be able to store object identifiers in hashtables
equals(Object) - Method in class com.koshna.snmp.core.transport.SnmpPeer
Determines if the given object matches this peer
equals(Object) - Method in class com.koshna.snmp.core.transport.SnmpIPPeer
Determines if the given object matches this peer
equals(Object) - Method in class com.koshna.snmp.core.SnmpV3Context
Determines if the given object matches this context
equals(Object) - Method in interface com.koshna.snmp.core.SnmpContext
Determines if the given object matches this context
equals(Object) - Method in class com.koshna.snmp.core.SnmpV1Context
Determines if the given object matches this context
equals(Object) - Method in class com.koshna.snmp.core.SnmpV2cContext
Determines if the given object matches this context
equals(Object) - Method in class com.koshna.snmp.core.security.SecurityLevel
Compares this Object to another object, returns true if the object equals this.
equals(Object) - Method in class com.koshna.snmp.core.security.User
Compares this User to another object, returns true if the object equals this User.
equals(SecurityLevel) - Method in class com.koshna.snmp.core.security.SecurityLevel
Compares this User to another User, returns true if equal.
equals(SnmpOID) - Method in class com.koshna.snmp.core.smi.SnmpOID
Checks equality of this object identifier with another
equals(String) - Method in class com.koshna.snmp.core.smi.SnmpOID
Checks equality of this object identifier with another
equals(User) - Method in class com.koshna.snmp.core.security.User
Compares this User to another User, returns true if equal.
ERROR_INT - Static variable in interface com.koshna.snmp.util.Logger
 
error(Object) - Method in interface com.koshna.snmp.util.Logger
Logs a error priority level entry.
error(String) - Method in interface com.koshna.snmp.util.Logger
Logs an error priority level entry.
error(String, Object) - Static method in class com.koshna.snmp.util.SnmpLogger
Logs an error priority level entry.
error(String, String) - Static method in class com.koshna.snmp.util.SnmpLogger
Logs an error priority level entry.
error(String, String, Throwable) - Static method in class com.koshna.snmp.util.SnmpLogger
Logs an error priority level entry.
error(String, Throwable) - Method in interface com.koshna.snmp.util.Logger
Logs an error priority level entry.
errorCode - Variable in class com.koshna.snmp.core.SnmpException
 
errorHandler - Variable in class com.koshna.snmp.core.SnmpDispatcher.SnmpRequest
 
errorHandler - Variable in class com.koshna.snmp.manager.SnmpSession
 
errorMsgs - Static variable in class com.koshna.snmp.core.SnmpException
 
errorStatus - Variable in class com.koshna.snmp.core.SnmpMessage
 
EXACT - Static variable in class com.koshna.snmp.mibs.vacm.EnumVacmAccessContextMatch
 
EXCLUDED - Static variable in class com.koshna.snmp.mibs.vacm.EnumVacmViewTreeFamilyType
 
EXOP_REQ_OID - Static variable in class com.koshna.snmp.core.ber.BERElement
 
EXOP_REQ_VALUE - Static variable in class com.koshna.snmp.core.ber.BERElement
 
EXOP_RES_OID - Static variable in class com.koshna.snmp.core.ber.BERElement
 
EXOP_RES_VALUE - Static variable in class com.koshna.snmp.core.ber.BERElement
 
experimental - Static variable in class com.koshna.snmp.core.smi.SMI
 

F

FAILURE - Variable in class com.koshna.snmp.manager.SnmpSession
 
finalize() - Method in class com.koshna.snmp.core.transport.SnmpIPPeer
 
finish() - Method in class com.koshna.snmp.core.security.auth.SHA1
Complete processing on the message digest.

G

GAUGE32_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for a 32 bit gauge data type
GENERAL_ERROR - Static variable in class com.koshna.snmp.core.SnmpReqRespException
 
GENERALSTRING - Static variable in class com.koshna.snmp.core.ber.BERElement
 
genErr - Static variable in class com.koshna.snmp.core.SnmpPdu
 
GET_BULK_REQUEST_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for a SNMP getbulk request
GET_NEXT_REQUEST_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for a SNMP getnext request
GET_REQUEST_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for a SNMP get request
GET_RESPONSE_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for a SNMP response
Get32bits(byte[], int) - Method in class com.koshna.snmp.core.security.priv.DESAlgorithm
 
getAddressEntryByName(byte[]) - Method in class com.koshna.snmp.mibs.target.SnmpTargetMibHelper
Returns the snmpTargetAddrEntry of this table with the given name
getAlg() - Method in class com.koshna.snmp.core.security.auth.SHA1
Return a string that identifies this algorithm
getAllPeers() - Method in class com.koshna.snmp.mibs.target.SnmpTargetMibHelper
 
getAuthenticationKey() - Method in class com.koshna.snmp.core.security.USMUserParameters
Returns the authentication key of this user.
getAuthenticationParameters() - Method in class com.koshna.snmp.core.SnmpV3SecurityParameters
Returns the snmp v3 authentication parameters value
getAuthenticationPassword() - Method in class com.koshna.snmp.core.security.USMUserParameters
Returns the authentication Password of this user.
getAuthKeyTable() - Method in class com.koshna.snmp.mibs.usm.UsmMibHelper
Returns the hashtable mapping user names to privacy keys
getAuthKeyTable() - Method in class com.koshna.snmp.mibs.usm.UsmConfigParser
Returns the hashtable mapping user names to privacy keys
getAuthProtocolOID() - Method in class com.koshna.snmp.core.security.USMUserParameters
Returns the authentication protocol oid.
getAuthProtocolOIDs() - Method in class com.koshna.snmp.core.security.USMImpl
Returns all available authentication modules.
getAuthProtocolOIDs() - Method in class com.koshna.snmp.mibs.usm.USMImpl
Returns all available authentication modules.
getBERDecoder() - Static method in class com.koshna.snmp.core.smi.SMI
Returns a BER decoder
getBERElement() - Method in class com.koshna.snmp.core.smi.SnmpTimeTicks
 
getBERElement() - Method in class com.koshna.snmp.core.smi.SnmpOpaque
 
getBERElement() - Method in class com.koshna.snmp.core.smi.SnmpGauge
 
getBERElement() - Method in class com.koshna.snmp.core.smi.SnmpUInteger
 
getBERElement() - Method in class com.koshna.snmp.core.smi.SnmpNull
 
getBERElement() - Method in class com.koshna.snmp.core.smi.SnmpOID
Returns this object as a BER element
getBERElement() - Method in class com.koshna.snmp.core.smi.SnmpBitString
 
getBERElement() - Method in class com.koshna.snmp.core.smi.SnmpNSAPAddress
 
getBERElement() - Method in class com.koshna.snmp.core.smi.SnmpCounter64
 
getBERElement() - Method in interface com.koshna.snmp.core.smi.SnmpObject
 
getBERElement() - Method in class com.koshna.snmp.core.smi.SnmpVarBind
 
getBERElement() - Method in class com.koshna.snmp.core.smi.SnmpCounter
 
getBERElement() - Method in class com.koshna.snmp.core.smi.SnmpIPAddress
 
getBERElement() - Method in class com.koshna.snmp.core.smi.SnmpOctetString
 
getBERElement() - Method in class com.koshna.snmp.core.smi.SnmpInteger
 
getBERElement() - Method in class com.koshna.snmp.core.transport.SnmpReceivedPacket
Returns the buffer stream used to process this packet.
getBERElement() - Method in class com.koshna.snmp.core.SnmpV3ScopedPdu
gets the BER Element
getBERElement() - Method in class com.koshna.snmp.core.SnmpPdu
Return this pdu as a BER encoded data element
getBERElement() - Method in class com.koshna.snmp.core.SnmpBulkReqRespPdu
gets the BER Element
getBERElement() - Method in class com.koshna.snmp.core.SnmpReqRespPdu
gets the BER Element
getBERElement() - Method in class com.koshna.snmp.core.SnmpV1TrapPdu
gets the BER Element
getBERElement(boolean) - Method in class com.koshna.snmp.core.SnmpMessage
Return this snmp message as a BER encoded data element
getBERElement(boolean) - Method in class com.koshna.snmp.core.SnmpVcMessage
Return this snmp message as a BER encoded data element
getBERElement(boolean) - Method in class com.koshna.snmp.core.SnmpV3Message
Return this snmp message as a BER encoded data element
getBERElement(byte[], int) - Static method in class com.koshna.snmp.core.SnmpV3Message
Return the given bytes as a BER encoded data element
getBERInteger(BERSequence, int, int) - Method in class com.koshna.snmp.core.SnmpVcMessage
Returns the BER element at a given index as BER integer element from BER sequence
getBERInteger(BERSequence, int, int) - Static method in class com.koshna.snmp.core.SnmpPdu
returns the next BER element as BER integer element from BER sequence
getBEROctetString(BERSequence, int, int) - Method in class com.koshna.snmp.core.SnmpVcMessage
Returns the BER element at a given index as BER octetstring element from BER sequence
getBoots() - Method in class com.koshna.snmp.core.security.SnmpEngineTime
Returns the number of times the engine is booted
GETBULKREQUEST - Static variable in class com.koshna.snmp.core.SnmpPdu
 
getColumn(SnmpOID, SnmpOID) - Static method in class com.koshna.snmp.util.SnmpOIDUtil
Extracts the column value from a given SnmpOID.
getColumnCount() - Method in class com.koshna.snmp.manager.SnmpMibTableRowProxy
Returns the number of columns in this table.
getColumnCount() - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Returns the number of columns in this table.
getColumnCount() - Method in class com.koshna.snmp.manager.SnmpMibTable
Returns the number of columns in this table.
getColumnCount() - Method in class com.koshna.snmp.manager.SnmpMibTableRow
Returns the number of columns in this table.
getColumnNames() - Method in class com.koshna.snmp.manager.SnmpMibTableRowProxy
Gets the names of the columns of this row
getColumnNames() - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Gets the names of the columns of this table
getColumnNames() - Method in class com.koshna.snmp.manager.SnmpMibTable
Gets the names of the columns of this table
getColumnNames() - Method in class com.koshna.snmp.manager.SnmpMibTableRow
 
getColumnSubIds() - Method in class com.koshna.snmp.manager.SnmpMibTableRowProxy
Gets the subids of the columns of this row
getColumnSubIds() - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Gets the subids of the columns of this table
getColumnValuesAt(int) - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Gets the requested column values of this table as a snmp object array.
getCommunity() - Method in class com.koshna.snmp.core.SnmpVcMessage
Returns the snmp community of this message.
getCommunity() - Method in class com.koshna.snmp.core.security.CACMAccessParameters
Returns the snmp community.
getCommunityMib() - Method in class com.koshna.snmp.mibs.vacm.VacmMibHelper
 
getCommunityMib() - Method in class com.koshna.snmp.mibs.vacm.VACMImpl
 
getCommunityMib() - Method in class com.koshna.snmp.mibs.vacm.VacmConfigParser
Returns the Community MIB
getCommunityTable() - Method in class com.koshna.snmp.mibs.vacm.VacmConfigParser
Returns the VacmMIBObjects
getContactInfo() - Method in class com.koshna.snmp.agent.SnmpMib
Returns the contact info of this mib
getContactInfo() - Method in class com.koshna.snmp.manager.SnmpMib
Returns the contact info of this mib
getContactInfo() - Method in class com.koshna.snmp.manager.SnmpMibProxy
Gets the contact information of this mib
getContext() - Method in class com.koshna.snmp.core.SnmpMessage
Returns a context that is used to map the message to a responder
getContext() - Method in class com.koshna.snmp.core.SnmpV1Message
Returns a context that is used to map the message to a responder
getContext() - Method in class com.koshna.snmp.core.SnmpV2cMessage
Returns a context that is used to map the message to a responder
getContext() - Method in class com.koshna.snmp.core.SnmpV3Message
Returns a context that is used to map the message to a responder
getContextID() - Method in class com.koshna.snmp.core.SnmpV3Context
Returns the snmp context id
getContextID() - Method in class com.koshna.snmp.core.SnmpV3ScopedPdu
Returns the context ID
getContextName() - Method in class com.koshna.snmp.core.SnmpV3Parameters
Returns the snmp v3 context name
getContextName() - Method in class com.koshna.snmp.core.SnmpV3ScopedPdu
Returns the context name
getContextName() - Method in class com.koshna.snmp.core.security.VACMAccessParameters
Returns the context name.
getDecodedMessage() - Method in class com.koshna.snmp.core.transport.SnmpReceivedPacket
Returns the partially decoded Snmp Message.
getDescription() - Method in class com.koshna.snmp.agent.SnmpMib
Returns the description of this mib
getDescription() - Method in class com.koshna.snmp.manager.SnmpMib
Returns the description of this mib
getDescription() - Method in class com.koshna.snmp.manager.SnmpMibProxy
Gets the description of this mib
getDestAddr() - Method in class com.koshna.snmp.core.transport.SnmpIPPeer
Returns the ip address of the peer
getDestPort() - Method in class com.koshna.snmp.core.transport.SnmpIPPeer
Returns the port on which the peer is listening
getDetailedMessage() - Method in class com.koshna.snmp.core.SnmpException
 
getDevName() - Method in class com.koshna.snmp.core.transport.SnmpIPPeer
Returns the host name of the peer
getElement(BERTagDecoder, InputStream, int[]) - Static method in class com.koshna.snmp.core.ber.BERElement
Gets a ber element from the input stream.
getElement(BERTagDecoder, int, InputStream, int[], boolean[]) - Method in class com.koshna.snmp.core.ber.BERTagDecoder
Gets an application specific ber element from an input stream.
getElement(BERTagDecoder, int, InputStream, int[], boolean[]) - Method in class com.koshna.snmp.core.smi.BERDecoder
Returns an application specific ber element from an input stream.
getEngineID() - Method in class com.koshna.snmp.core.SnmpV3SecurityParameters
Returns the id of the snmp engine
getEngineTime() - Method in class com.koshna.snmp.core.SnmpV3SecurityParameters
Returns the time of the snmp engine
getEngineTime(String) - Method in class com.koshna.snmp.core.security.SnmpEngineTimeManager
Returns the engine time of a certain SNMP engine.
getEnterpriseOID() - Method in class com.koshna.snmp.core.SnmpV1TrapPdu
 
getEntries() - Method in class com.koshna.snmp.manager.SnmpMibProxy
Gets the top level snmp groups in this mib
getEntries() - Method in class com.koshna.snmp.manager.SnmpManagerRepository
 
getErrorCode() - Method in class com.koshna.snmp.core.SnmpException
 
getErrorIndex() - Method in class com.koshna.snmp.core.SnmpReqRespPdu
Returns the error index
getErrorMsg(int) - Static method in class com.koshna.snmp.core.SnmpException
 
getErrorStatus() - Method in class com.koshna.snmp.core.SnmpReqRespPdu
Returns the error status
getGenericTrap() - Method in class com.koshna.snmp.core.SnmpV1TrapPdu
 
getGroupName() - Method in class com.koshna.snmp.core.transport.SnmpPeerGroup
Returns the name of the group .
getGroupName() - Method in class com.koshna.snmp.core.security.VACMAccessParameters
Returns the group name.
getGroupName() - Method in class com.koshna.snmp.core.security.USMUserParameters
Returns the group to which this user belongs.
getHandle() - Method in class com.koshna.snmp.core.SnmpMessage
Returns a handle that uniquely identifies this message
getHandle() - Method in class com.koshna.snmp.core.SnmpDispatcher.SnmpRequest
Returns a unique identifier of this request
getHandle() - Method in class com.koshna.snmp.core.SnmpV3Message
Returns a handle that uniquely identifies this message
getIndex() - Method in class com.koshna.snmp.manager.SnmpMibTableRowProxy
Gets the index OID of this table row.
getIndex(SnmpOID, SnmpOID) - Static method in class com.koshna.snmp.util.SnmpOIDUtil
Extracts index value of a given SnmpOID.
getInformPdu(long) - Method in class com.koshna.snmp.agent.SnmpMibNotification
 
getInstance() - Static method in class com.koshna.snmp.core.smi.SnmpObjectFactory
Returns an instance of this factory class
getInternalRowStatus() - Method in class com.koshna.snmp.agent.SnmpRCDMibTableRow
Gets the actual internal rowstatus value.
getKeyFromPassword(byte[], byte[]) - Method in class com.koshna.snmp.core.security.AuthenticationModule
 
getKeyFromPassword(byte[], byte[]) - Method in class com.koshna.snmp.core.security.auth.MD5AuthenticationModule
 
getKeyFromPassword(byte[], byte[]) - Method in class com.koshna.snmp.core.security.auth.SHA1AuthenticationModule
 
getLastReceived() - Method in class com.koshna.snmp.core.security.RemoteEngineTime
Returns the time when the remote engine time was received last
getLength() - Method in class com.koshna.snmp.core.smi.SnmpOID
Get the number sub-identifiers that make up the SnmpOID.
getLocalEngineTime() - Method in class com.koshna.snmp.core.security.SnmpEngineTimeManager
Returns the time of the local engine.
getLogger(String) - Method in interface com.koshna.snmp.util.LoggerFactory
Returns a logger for a given category name.
getLoggerFactory() - Static method in class com.koshna.snmp.util.SnmpLogger
Returns the logger factory class
getMap() - Method in class com.koshna.snmp.agent.EnumRowStatus
 
getMap() - Method in class com.koshna.snmp.mibs.community.EnumStorageType
 
getMap() - Method in class com.koshna.snmp.mibs.target.EnumStorageType
 
getMap() - Method in class com.koshna.snmp.mibs.target.EnumSnmpSecurityLevel
 
getMap() - Method in class com.koshna.snmp.mibs.v2.EnumSnmpEnableAuthenTraps
 
getMap() - Method in class com.koshna.snmp.mibs.vacm.EnumStorageType
 
getMap() - Method in class com.koshna.snmp.mibs.vacm.EnumVacmViewTreeFamilyType
 
getMap() - Method in class com.koshna.snmp.mibs.vacm.EnumVacmAccessContextMatch
 
getMap() - Method in class com.koshna.snmp.mibs.vacm.EnumSnmpSecurityLevel
 
getMap() - Method in class com.koshna.snmp.mibs.usm.EnumStorageType
 
getMatchingAccessEntries(VACMAccessParameters) - Method in class com.koshna.snmp.mibs.vacm.VacmMibHelper
Returns the VACM access entries of this table that match the given access parameters
getMatchingAddressEntries(byte[]) - Method in class com.koshna.snmp.mibs.target.SnmpTargetMibHelper
Returns the snmpTargetAddrEntries of this table that match the given tag
getMatchingCommunityEntry(String) - Method in class com.koshna.snmp.mibs.vacm.VacmMibHelper
 
getMatchingGroup(String, int) - Method in class com.koshna.snmp.mibs.vacm.VacmMibHelper
 
getMaxPduSize() - Method in class com.koshna.snmp.core.SnmpV3ScopedPdu
Returns the maxPduSize
getMaxRepetitions() - Method in class com.koshna.snmp.core.SnmpBulkReqRespPdu
Returns the max-repetitions value
getMaxRetries() - Method in class com.koshna.snmp.core.transport.SnmpPeer
Returns the retry limit
getMaxSnmpPktSize() - Method in class com.koshna.snmp.core.transport.SnmpPeer
Returns the maximum size of the packet
getMessage() - Method in class com.koshna.snmp.core.transport.SnmpPacket
Returns the message of this packet.
getMessage() - Method in class com.koshna.snmp.core.SnmpException
 
getMibEntryValue() - Method in interface com.koshna.snmp.manager.SnmpMibEntryProxy
Returns this mib entry value object.
getMibTableRowValue() - Method in class com.koshna.snmp.manager.SnmpMibTableRowProxy
Gets the values in this row as a SnmpMibTableRow object
getMibValue() - Method in class com.koshna.snmp.manager.SnmpMibProxy
 
getMMS() - Method in class com.koshna.snmp.core.SnmpV3Message
Returns the maximum message size
getMsgID() - Method in class com.koshna.snmp.core.SnmpV3Message
Returns the message id
getName() - Method in class com.koshna.snmp.agent.SnmpMib
Returns the name of this mib
getName() - Method in class com.koshna.snmp.manager.SnmpMib
Returns the name of this mib
getName() - Method in class com.koshna.snmp.manager.SnmpMibProxy
Gets the name of this mib
getNextIndexSubComponent() - Method in class com.koshna.snmp.core.smi.SnmpOID
Extracts the next subcomponent assuming that the first byte represents the length of the subcomponent
getNextIndexSubComponent(int) - Method in class com.koshna.snmp.core.smi.SnmpOID
Extracts the next sub component of specified length assuming that this represents an snmp index
getNextMessageID() - Static method in class com.koshna.snmp.core.SnmpV3ProtocolEngine
Protected method used by SnmpV3Processor to create a new Message identifier.
GETNEXTREQUEST - Static variable in class com.koshna.snmp.core.SnmpPdu
 
getNonRepeaters() - Method in class com.koshna.snmp.core.SnmpBulkReqRespPdu
 
getNotifyCommunity() - Method in class com.koshna.snmp.core.SnmpVcParameters
Returns the snmp notify community.
getOID() - Method in class com.koshna.snmp.core.smi.SnmpVarBind
Returns the object identifier
getOID() - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Gets the SnmpOID of this table.
getOID() - Method in interface com.koshna.snmp.manager.SnmpMibEntryProxy
Get the SnmpOID of this mib entry.
getOID() - Method in class com.koshna.snmp.manager.SnmpMibGroupProxy
Gets this mib group's base SnmpOID.
getOID() - Method in class com.koshna.snmp.core.security.AccessParameters
Returns the OID.
getOID() - Method in interface com.koshna.snmp.core.security.PrivacyModule
Returns the SnmpOID of this privacy protocol.
getOID() - Method in class com.koshna.snmp.core.security.AuthenticationModule
Returns the SnmpOID of this authentication protocol.
getOID() - Method in class com.koshna.snmp.core.security.auth.MD5AuthenticationModule
Returns the SnmpOID of the MD5 protocol.
getOID() - Method in class com.koshna.snmp.core.security.auth.SHA1AuthenticationModule
Returns the SnmpOID of the SHA1 protocol.
getOID() - Method in class com.koshna.snmp.core.security.priv.DESPrivacyModule
Returns the SnmpOID of the DES protocol.
getOIDAt(int) - Method in class com.koshna.snmp.manager.SnmpMibTableRowProxy
Gets the SnmpOID at a given column within this table row object
getOIDAt(int) - Method in class com.koshna.snmp.manager.SnmpMibGroupProxy
Gets the snmp object identifier at a given position within this mib group
getOIDAt(int, int) - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Gets the SnmpOID at a given row & given column within this table.
getOIDs() - Method in class com.koshna.snmp.manager.SnmpMibTableRowProxy
Returns this row object oids in a SnmpOID array.
getOIDs() - Method in class com.koshna.snmp.manager.SnmpMibGroupProxy
Gets the snmp object identifiers of all elements of this mib group entry.
getOrganization() - Method in class com.koshna.snmp.agent.SnmpMib
Returns the organization info of this mib
getOrganization() - Method in class com.koshna.snmp.manager.SnmpMib
Returns the organization info of this mib
getOrganization() - Method in class com.koshna.snmp.manager.SnmpMibProxy
Gets the organization information of this mib
getParamEntryByName(byte[]) - Method in class com.koshna.snmp.mibs.target.SnmpTargetMibHelper
Returns the snmpTargetAddrEntry of this table with the given name
getParameterLength() - Method in class com.koshna.snmp.core.security.AuthenticationModule
Returns how many bytes the authentication protocol needs for his authentication parameters.
getParameterLength() - Method in class com.koshna.snmp.core.security.auth.MD5AuthenticationModule
Returns the length of the authentication parameters of MD5
getParameterLength() - Method in class com.koshna.snmp.core.security.auth.SHA1AuthenticationModule
Returns the length of the authentication parameters of SHA1
getParent(SnmpOID) - Static method in class com.koshna.snmp.util.SnmpOIDUtil
Returns the immediate parent of the given oid.
getPdu() - Method in class com.koshna.snmp.core.SnmpV3ScopedPdu
Returns the PDU
getPdu() - Method in class com.koshna.snmp.core.SnmpMessage
Returns the pdu wrapped by this snmp message
getPduType() - Method in class com.koshna.snmp.core.SnmpPdu
Returns the pdu type
getPduTypeName() - Method in class com.koshna.snmp.core.SnmpPdu
Returns the pdu type as a string
getPeer() - Method in class com.koshna.snmp.core.transport.SnmpPacket
Returns the address of this packet.
getPeer() - Method in class com.koshna.snmp.manager.SnmpSession
Returns the peer
getPeerByName(String) - Method in class com.koshna.snmp.mibs.target.SnmpTargetMibHelper
Retrieves the info about a peer by it's name and returns it as a SnmpPeer Object
getPeers() - Method in class com.koshna.snmp.core.transport.SnmpPeerGroup
 
getPrivacyKey() - Method in class com.koshna.snmp.core.security.USMUserParameters
Returns the privacy key of this user.
getPrivacyParameters() - Method in class com.koshna.snmp.core.SnmpV3SecurityParameters
Returns the snmp v3 privacy parameters value
getPrivacyPassword() - Method in class com.koshna.snmp.core.security.USMUserParameters
Returns the privacy Password of this user.
getPrivKeyTable() - Method in class com.koshna.snmp.mibs.usm.UsmMibHelper
Returns the hashtable mapping user names to privacy keys
getPrivKeyTable() - Method in class com.koshna.snmp.mibs.usm.UsmConfigParser
Returns the hashtable mapping user names to privacy keys
getPrivProtocolOID() - Method in class com.koshna.snmp.core.security.USMUserParameters
Returns the privacy protocol oid.
getPrivProtocolOIDs() - Method in class com.koshna.snmp.core.security.USMImpl
Returns all available privacy protocols.
getPrivProtocolOIDs() - Method in class com.koshna.snmp.mibs.usm.USMImpl
Returns all available privacy protocols.
getProtocolVersion() - Method in class com.koshna.snmp.core.SnmpParameters
Returns the snmp protocol version of the message
getProtocolVersion() - Method in class com.koshna.snmp.core.SnmpProtocolEngine
Returns the snmp protocol version handled by this engine.
getProtocolVersion() - Method in class com.koshna.snmp.core.SnmpV3ProtocolEngine
Returns the snmp protocol version handled by this engine.
getProtocolVersion() - Method in class com.koshna.snmp.core.SnmpV1ProtocolEngine
Returns the snmp protocol version handled by this engine.
getProtocolVersion() - Method in class com.koshna.snmp.core.SnmpV2cProtocolEngine
Returns the snmp protocol version handled by this engine.
getReadCommunity() - Method in class com.koshna.snmp.core.SnmpVcParameters
Returns the snmp read community.
getReceivedTime() - Method in class com.koshna.snmp.core.transport.SnmpReceivedPacket
Returns the received time of this packet.
getReceiveQueue() - Method in class com.koshna.snmp.core.transport.IPTransportLayer
 
getReceiveQueue() - Method in interface com.koshna.snmp.core.transport.TransportLayer
Returns the queue for the received packets
getRemoteEngineID() - Method in class com.koshna.snmp.core.SnmpV3Parameters
Returns the name of the remote snmp engine
getRemoteEngineTime() - Method in class com.koshna.snmp.core.SnmpV3Parameters
Returns the engine time of the remote snmp engine
GETREQUEST - Static variable in class com.koshna.snmp.core.SnmpPdu
 
getRequestId() - Method in class com.koshna.snmp.core.SnmpReqPdu
Returns the request ID
getRequestId() - Method in class com.koshna.snmp.core.SnmpBulkReqRespPdu
Returns the request ID
getRequestId() - Method in class com.koshna.snmp.core.SnmpReqRespPdu
Returns the request ID
getRowAt(int) - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Returns the row at a given index in this table.
getRowAt(int) - Method in class com.koshna.snmp.manager.SnmpMibTable
Gets the row at a given index in this table.
getRows() - Method in interface com.koshna.snmp.agent.SnmpMibTable
Returns the rows of this table.
getRows() - Method in class com.koshna.snmp.agent.SnmpMibTableImpl
Returns the rows of this table.
getRowStatus() - Method in class com.koshna.snmp.agent.SnmpRCDMibTableRow
returns the rowstatus value.
getRowValuesAt(int) - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Gets the requested row values of this table as a snmp object array.
getScopedPdu() - Method in class com.koshna.snmp.core.SnmpV3Message
Returns the scoped pdu (pdu with context info) wrapped by the message
getSecModelNumber() - Method in interface com.koshna.snmp.core.security.SecurityModule
Returns the Security Module Number.
getSecModelNumber() - Method in class com.koshna.snmp.core.security.USMImpl
Returns USM's security module's number, which is 3.
getSecModelNumber() - Method in class com.koshna.snmp.mibs.usm.USMImpl
Returns USM's security module's number, which is 3.
getSecModelNumbers() - Method in class com.koshna.snmp.core.SnmpV3ProtocolEngine
Returns this SnmpV3Processor's available security modules.
getSecurityErrorHandler() - Method in class com.koshna.snmp.core.SnmpProtocolEngine
Returns the snmp security error handler.
getSecurityLevel() - Method in class com.koshna.snmp.core.SnmpV3Parameters
Returns the security level
getSecurityLevel() - Method in class com.koshna.snmp.core.SnmpV3Message
Returns the security level of the message
getSecurityLevel() - Method in class com.koshna.snmp.core.security.VACMAccessParameters
Returns the security level.
getSecurityModelNumber() - Method in class com.koshna.snmp.core.SnmpV3Parameters
Returns the id of security model used to secure the message
getSecurityModelNumber() - Method in class com.koshna.snmp.core.SnmpMessage
 
getSecurityModelNumber() - Method in class com.koshna.snmp.core.SnmpV1Message
Returns id of the security model used to secure this message
getSecurityModelNumber() - Method in class com.koshna.snmp.core.SnmpV2cMessage
 
getSecurityModelNumber() - Method in class com.koshna.snmp.core.SnmpV3Message
Returns the id of security model used to secure the message
getSecurityModelNumber() - Method in class com.koshna.snmp.core.security.VACMAccessParameters
Returns the security model number.
getSecurityParameters() - Method in class com.koshna.snmp.core.SnmpV3Message
Returns the security parameters of the message
getSize() - Method in class com.koshna.snmp.core.ber.BERBitString
Gets the number of bits.
getSize() - Method in class com.koshna.snmp.util.Queue
Returns the size of the queue
getSnmp() - Method in class com.koshna.snmp.mibs.v2.SNMPv2_MIB
 
getSnmpCommunityContextEngineID() - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
getSnmpCommunityContextName() - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
getSnmpCommunityIndex() - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
getSnmpCommunityMIBObjects() - Method in class com.koshna.snmp.mibs.community.SNMP_COMMUNITY_MIB
 
getSnmpCommunityName() - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
getSnmpCommunitySecurityName() - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
getSnmpCommunityStatus() - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
getSnmpCommunityStorageType() - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
getSnmpCommunityTable() - Method in class com.koshna.snmp.mibs.community.SnmpCommunityMIBObjects
 
getSnmpCommunityTransportTag() - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
getSnmpDispatcher() - Method in class com.koshna.snmp.manager.SnmpSession
Returns the snmp dispatcher use by this session
getSnmpEnableAuthenTraps() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpEngineID() - Method in class com.koshna.snmp.core.security.USMUserParameters
Returns the engine ID of the SNMPv3 engine to which this user belongs.
getSnmpEngineID() - Method in class com.koshna.snmp.core.security.User
Returns the engine ID of the SNMPv3 engine this User belongs to.
getSnmpInASNParseErrs() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpInASNParseErrs() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpInBadCommunityNames() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpInBadCommunityNames() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpInBadCommunityUses() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpInBadCommunityUses() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpInBadValues() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpInBadValues() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpInBadVersions() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpInBadVersions() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpInGenErrs() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpInGenErrs() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpInGetNexts() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpInGetNexts() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpInGetRequests() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpInGetRequests() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpInGetResponses() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpInGetResponses() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpInNoSuchNames() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpInNoSuchNames() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpInPkts() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpInPkts() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpInReadOnlys() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpInReadOnlys() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpInSetRequests() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpInSetRequests() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpInTooBigs() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpInTooBigs() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpInTotalReqVars() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpInTotalReqVars() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpInTotalSetVars() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpInTotalSetVars() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpInTraps() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpInTraps() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpManagerRepository() - Method in class com.koshna.snmp.manager.SnmpMibProxy
Returns the snmp mib repository
getSnmpObject(BERElement) - Method in class com.koshna.snmp.core.smi.SnmpObjectFactory
Constructs an SnmpObject from a BER element
getSnmpObjectFactory() - Static method in class com.koshna.snmp.core.smi.SMI
Returns a factory class for the snmp objects
getSnmpOutBadValues() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpOutBadValues() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpOutGenErrs() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpOutGenErrs() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpOutGetNexts() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpOutGetNexts() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpOutGetRequests() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpOutGetRequests() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpOutGetResponses() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpOutGetResponses() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpOutNoSuchNames() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpOutNoSuchNames() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpOutPkts() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpOutPkts() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpOutSetRequests() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpOutSetRequests() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpOutTooBigs() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpOutTooBigs() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpOutTraps() - Method in class com.koshna.snmp.core.SnmpProtocolEngineStats
 
getSnmpOutTraps() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpOutTraps() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpParam() - Method in class com.koshna.snmp.core.transport.SnmpPeer
Returns the snmp parameters
getSnmpParameters() - Method in class com.koshna.snmp.manager.SnmpV3Session
Returns the snmp v3 parameters
getSnmpParameters() - Method in class com.koshna.snmp.manager.SnmpV1Session
Returns the snmp parameters
getSnmpParameters() - Method in class com.koshna.snmp.manager.SnmpV2cSession
Returns the snmp parameters
getSnmpProtocolEngine(SnmpMessage) - Method in class com.koshna.snmp.core.SnmpDispatcher
Returns an appropriate protocol engine that can process the message and build a packet
getSnmpProtocolEngine(SnmpPacket) - Method in class com.koshna.snmp.core.SnmpDispatcher
Returns an appropriate protocol engine that can process the packet
getSnmpProxyDrops() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpProxyDrops() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpReqErrorHandler() - Method in class com.koshna.snmp.manager.SnmpSession
Returns the default snmp request error handler of this session
getSnmpResponseHandler() - Method in class com.koshna.snmp.manager.SnmpSession
Returns the default snmp response handler of this session
getSnmpSet() - Method in class com.koshna.snmp.mibs.v2.SNMPv2_MIB
 
getSnmpSetSerialNo() - Method in class com.koshna.snmp.mibs.v2.SnmpSet
 
getSnmpSilentDrops() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
getSnmpSilentDrops() - Method in class com.koshna.snmp.mibs.v2.Snmp
 
getSnmpTargetAddrExtTable() - Method in class com.koshna.snmp.mibs.community.SnmpCommunityMIBObjects
 
getSnmpTargetAddrMMS() - Method in class com.koshna.snmp.mibs.community.SnmpTargetAddrExtEntry
 
getSnmpTargetAddrName() - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
getSnmpTargetAddrParams() - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
getSnmpTargetAddrRetryCount() - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
getSnmpTargetAddrRowStatus() - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
getSnmpTargetAddrStorageType() - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
getSnmpTargetAddrTable() - Method in class com.koshna.snmp.mibs.target.SnmpTargetObjects
 
getSnmpTargetAddrTAddress() - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
getSnmpTargetAddrTagList() - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
getSnmpTargetAddrTDomain() - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
getSnmpTargetAddrTimeout() - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
getSnmpTargetAddrTMask() - Method in class com.koshna.snmp.mibs.community.SnmpTargetAddrExtEntry
 
getSnmpTargetObjects() - Method in class com.koshna.snmp.mibs.target.SnmpTargetMibConfigParser
Returns the SnmpTargetObjects
getSnmpTargetObjects() - Method in class com.koshna.snmp.mibs.target.SNMP_TARGET_MIB
 
getSnmpTargetParamsMPModel() - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
getSnmpTargetParamsName() - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
getSnmpTargetParamsRowStatus() - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
getSnmpTargetParamsSecurityLevel() - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
getSnmpTargetParamsSecurityModel() - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
getSnmpTargetParamsSecurityName() - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
getSnmpTargetParamsStorageType() - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
getSnmpTargetParamsTable() - Method in class com.koshna.snmp.mibs.target.SnmpTargetObjects
 
getSnmpTargetSpinLock() - Method in class com.koshna.snmp.mibs.target.SnmpTargetObjects
 
getSnmpTrap() - Method in class com.koshna.snmp.mibs.v2.SNMPv2_MIB
 
getSnmpTrapAddress() - Method in class com.koshna.snmp.mibs.community.SnmpCommunityMIBObjects
 
getSnmpTrapCommunity() - Method in class com.koshna.snmp.mibs.community.SnmpCommunityMIBObjects
 
getSnmpTrapEnterprise() - Method in class com.koshna.snmp.mibs.v2.SnmpTrap
 
getSnmpTrapOID() - Method in class com.koshna.snmp.core.SnmpNotifyPdu
Returns the snmp trap oid
getSnmpTrapOID() - Method in class com.koshna.snmp.mibs.v2.SnmpTrap
 
getSnmpUnavailableContexts() - Method in class com.koshna.snmp.mibs.target.SnmpTargetObjects
 
getSnmpUnknownContexts() - Method in class com.koshna.snmp.mibs.target.SnmpTargetObjects
 
getSnmpVersion() - Method in class com.koshna.snmp.core.SnmpMessage
Returns the snmp protocol version of message
getSnmpVersion(SnmpPacket) - Static method in class com.koshna.snmp.core.SnmpProtocolEngine
Returns the snmp protocol version of a given snmp packet
getSpecificTrap() - Method in class com.koshna.snmp.core.SnmpV1TrapPdu
 
getState() - Method in class com.koshna.snmp.core.SnmpDispatcher.SnmpRequest
Returns the state this request.One of (TO_BE_SENT, WAITING_FOR_REPLY, CANCELLED, RECEIVED_RESPONSE)
getSyncReqErrorIndex() - Method in class com.koshna.snmp.manager.SnmpSession
Returns the error index of the previous sync request
getSyncReqErrorStatus() - Method in class com.koshna.snmp.manager.SnmpSession
Returns the error status of the previous sync request
getSysContact() - Method in class com.koshna.snmp.mibs.v2.System
 
getSysDescr() - Method in class com.koshna.snmp.mibs.v2.System
 
getSysLocation() - Method in class com.koshna.snmp.mibs.v2.System
 
getSysName() - Method in class com.koshna.snmp.mibs.v2.System
 
getSysObjectID() - Method in class com.koshna.snmp.mibs.v2.System
 
getSysORDescr() - Method in class com.koshna.snmp.mibs.v2.SysOREntry
 
getSysORID() - Method in class com.koshna.snmp.mibs.v2.SysOREntry
 
getSysORIndex() - Method in class com.koshna.snmp.mibs.v2.SysOREntry
 
getSysORLastChange() - Method in class com.koshna.snmp.mibs.v2.System
 
getSysORTable() - Method in class com.koshna.snmp.mibs.v2.System
 
getSysORUpTime() - Method in class com.koshna.snmp.mibs.v2.SysOREntry
 
getSysServices() - Method in class com.koshna.snmp.mibs.v2.System
 
getSystem() - Method in class com.koshna.snmp.mibs.v2.SNMPv2_MIB
 
getSysUpTime() - Method in class com.koshna.snmp.core.SnmpNotifyPdu
Returns the sysuptime value
getSysUpTime() - Method in class com.koshna.snmp.mibs.v2.System
 
getTag() - Method in class com.koshna.snmp.core.ber.BERTag
Gets the element tag.
getTaggedObject(int, BERElement) - Static method in class com.koshna.snmp.core.smi.SMI
Returns a SnmpObject from a BER element with a given tag
getTargetMib() - Method in class com.koshna.snmp.mibs.target.SnmpTargetMibHelper
 
getTargetMib() - Method in class com.koshna.snmp.mibs.target.SnmpTargetMibConfigParser
Returns the Snmp Target MIB
getTime() - Method in class com.koshna.snmp.core.security.SnmpEngineTime
Returns the time since the last boot
getTimeout() - Method in class com.koshna.snmp.core.transport.SnmpPeer
Returns the timeout value for snmp requests
getTimeoutTime() - Method in class com.koshna.snmp.core.SnmpDispatcher.SnmpRequest
Returns the time when this request will be considered to have been timedout
getTimeStamp() - Method in class com.koshna.snmp.core.SnmpV1TrapPdu
 
getTransportLayer() - Method in class com.koshna.snmp.core.transport.SnmpReceivedPacket
Returns the transport layer by which this packet is eceived.
getTransportType() - Method in class com.koshna.snmp.core.transport.SnmpPeer
Returns the tranport type of this peer
getTransportType() - Method in class com.koshna.snmp.core.transport.SnmpIPPeer
Returns the tranport type of this peer (IP)
getTransportType() - Method in class com.koshna.snmp.core.transport.IPTransportLayer
Returns the type of this transport(IP)
getTransportType() - Method in interface com.koshna.snmp.core.transport.TransportLayer
Returns the type of this transport
getTrapOID() - Method in class com.koshna.snmp.agent.SnmpMibNotification
 
getType() - Method in class com.koshna.snmp.core.ber.BERElement
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERIntegral
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERInteger
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERCharacterString
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERVisibleString
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERLong
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERBitString
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERBoolean
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BEREnumerated
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERNull
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERAny
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERChoice
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERUTCTime
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERConstruct
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERReal
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERSequence
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERObjectId
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERUnsignedLong
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERSet
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERPrintableString
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERNumericString
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERUnsignedInteger
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BERTag
Gets the element type.
getType() - Method in class com.koshna.snmp.core.ber.BEROctetString
Gets the element type.
getType() - Method in interface com.koshna.snmp.core.smi.SnmpObject
 
getUser() - Method in class com.koshna.snmp.core.security.USMUserParameters
Returns the user.
getUserName() - Method in class com.koshna.snmp.core.SnmpV3Parameters
Returns the snmp v3 user name
getUserName() - Method in class com.koshna.snmp.core.SnmpV3SecurityParameters
Returns the snmp v3 user name
getUserName() - Method in class com.koshna.snmp.core.security.VACMAccessParameters
Returns the user name.
getUserName() - Method in class com.koshna.snmp.core.security.USMUserParameters
Returns the name of the user.
getUserName() - Method in class com.koshna.snmp.core.security.User
Returns the name of the user
getUserParameters(byte[], byte[]) - Method in class com.koshna.snmp.core.security.USMImpl
Returns the User belonging to the given userName and snmpEngineID.
getUserParameters(byte[], byte[]) - Method in class com.koshna.snmp.mibs.usm.USMImpl
Returns the User belonging to the given userName and snmpEngineID.
getUserParameters(User) - Method in class com.koshna.snmp.core.security.USMImpl
Returns the usm parameters of given user.
getUserParameters(User) - Method in class com.koshna.snmp.mibs.usm.USMImpl
Returns the User belonging to the given userName and snmpEngineID.
getUserTable() - Method in class com.koshna.snmp.mibs.usm.UsmConfigParser
Returns the UsmUserTable
getUsmMib() - Method in class com.koshna.snmp.mibs.usm.UsmMibHelper
Returns the Usm MIB
getUsmMib() - Method in class com.koshna.snmp.mibs.usm.UsmConfigParser
Returns the Usm MIB
getUsmStats() - Method in class com.koshna.snmp.mibs.usm.SNMP_USER_BASED_SM_MIB
 
getUsmStatsDecryptionErrors() - Method in class com.koshna.snmp.mibs.usm.UsmStats
 
getUsmStatsNotInTimeWindows() - Method in class com.koshna.snmp.mibs.usm.UsmStats
 
getUsmStatsUnknownEngineIDs() - Method in class com.koshna.snmp.mibs.usm.UsmStats
 
getUsmStatsUnknownUserNames() - Method in class com.koshna.snmp.mibs.usm.UsmStats
 
getUsmStatsUnsupportedSecLevels() - Method in class com.koshna.snmp.mibs.usm.UsmStats
 
getUsmStatsWrongDigests() - Method in class com.koshna.snmp.mibs.usm.UsmStats
 
getUsmUser() - Method in class com.koshna.snmp.mibs.usm.SNMP_USER_BASED_SM_MIB
 
getUsmUser() - Method in class com.koshna.snmp.mibs.usm.UsmConfigParser
Returns the UsmUser
getUsmUserAuthKeyChange() - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
getUsmUserAuthProtocol() - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
getUsmUserCloneFrom() - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
getUsmUserEngineID() - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
getUsmUserName() - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
getUsmUserOwnAuthKeyChange() - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
getUsmUserOwnPrivKeyChange() - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
getUsmUserPrivKeyChange() - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
getUsmUserPrivProtocol() - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
getUsmUserPublic() - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
getUsmUserSecurityName() - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
getUsmUserSpinLock() - Method in class com.koshna.snmp.mibs.usm.UsmUser
 
getUsmUserStatus() - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
getUsmUserStorageType() - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
getUsmUserTable() - Method in class com.koshna.snmp.mibs.usm.UsmUser
 
getV2TrapPdu(long) - Method in class com.koshna.snmp.agent.SnmpMibNotification
 
getVacmAccessContextMatch() - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
getVacmAccessContextPrefix() - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
getVacmAccessNotifyViewName() - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
getVacmAccessReadViewName() - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
getVacmAccessSecurityLevel() - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
getVacmAccessSecurityModel() - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
getVacmAccessStatus() - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
getVacmAccessStorageType() - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
getVacmAccessTable() - Method in class com.koshna.snmp.mibs.vacm.VacmMIBObjects
 
getVacmAccessWriteViewName() - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
getVacmContextName() - Method in class com.koshna.snmp.mibs.vacm.VacmContextEntry
 
getVacmContextTable() - Method in class com.koshna.snmp.mibs.vacm.VacmMIBObjects
 
getVacmGroupName() - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
getVacmGroupName() - Method in class com.koshna.snmp.mibs.vacm.VacmSecurityToGroupEntry
 
getVacmMib() - Method in class com.koshna.snmp.mibs.vacm.VacmMibHelper
 
getVacmMib() - Method in class com.koshna.snmp.mibs.vacm.VACMImpl
 
getVacmMib() - Method in class com.koshna.snmp.mibs.vacm.VacmConfigParser
Returns the Vacm MIB
getVacmMIBObjects() - Method in class com.koshna.snmp.mibs.vacm.SNMP_VIEW_BASED_ACM_MIB
 
getVacmMIBObjects() - Method in class com.koshna.snmp.mibs.vacm.VacmConfigParser
Returns the VacmMIBObjects
getVacmMIBViews() - Method in class com.koshna.snmp.mibs.vacm.VacmMIBObjects
 
getVacmSecurityModel() - Method in class com.koshna.snmp.mibs.vacm.VacmSecurityToGroupEntry
 
getVacmSecurityName() - Method in class com.koshna.snmp.mibs.vacm.VacmSecurityToGroupEntry
 
getVacmSecurityToGroupStatus() - Method in class com.koshna.snmp.mibs.vacm.VacmSecurityToGroupEntry
 
getVacmSecurityToGroupStorageType() - Method in class com.koshna.snmp.mibs.vacm.VacmSecurityToGroupEntry
 
getVacmSecurityToGroupTable() - Method in class com.koshna.snmp.mibs.vacm.VacmMIBObjects
 
getVacmViewSpinLock() - Method in class com.koshna.snmp.mibs.vacm.VacmMIBViews
 
getVacmViewTreeFamilyMask() - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyEntry
 
getVacmViewTreeFamilyStatus() - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyEntry
 
getVacmViewTreeFamilyStorageType() - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyEntry
 
getVacmViewTreeFamilySubtree() - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyEntry
 
getVacmViewTreeFamilyTable() - Method in class com.koshna.snmp.mibs.vacm.VacmMIBViews
 
getVacmViewTreeFamilyType() - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyEntry
 
getVacmViewTreeFamilyViewName() - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyEntry
 
getValue() - Method in class com.koshna.snmp.core.ber.BERIntegral
Gets the integral value.
getValue() - Method in class com.koshna.snmp.core.ber.BERCharacterString
Gets the element value.
getValue() - Method in class com.koshna.snmp.core.ber.BERLong
Gets the long value.
getValue() - Method in class com.koshna.snmp.core.ber.BERBitString
Gets the bitstring value.
getValue() - Method in class com.koshna.snmp.core.ber.BERBoolean
Gets the boolean value.
getValue() - Method in class com.koshna.snmp.core.ber.BERChoice
Gets the value of the chosen type.
getValue() - Method in class com.koshna.snmp.core.ber.BERUTCTime
Gets the element value.
getValue() - Method in class com.koshna.snmp.core.ber.BERObjectId
Gets the element value.
getValue() - Method in class com.koshna.snmp.core.ber.BERUnsignedLong
Gets the Unsigned integral value.
getValue() - Method in class com.koshna.snmp.core.ber.BERUnsignedInteger
Gets the Unsigned integral value.
getValue() - Method in class com.koshna.snmp.core.ber.BERTag
Gets the element from the tagged object.
getValue() - Method in class com.koshna.snmp.core.ber.BEROctetString
Gets the element value.
getValue() - Method in class com.koshna.snmp.core.smi.SnmpOID
Returns all elements of the object identifier as longs
getValue() - Method in class com.koshna.snmp.core.smi.SnmpVarBind
Gets the SMI value contained in this variable binding
getValueAt(int) - Method in class com.koshna.snmp.manager.SnmpMibGroup
Returns the Value at a given position index in this mib group.
getValueAt(int) - Method in class com.koshna.snmp.manager.SnmpMibTableRowProxy
Returns the Snmp Value at a given column index in this table row.
getValueAt(int) - Method in class com.koshna.snmp.manager.SnmpMibTableRow
Returns the Value at a given column index in this table row.
getValueAt(int) - Method in class com.koshna.snmp.manager.SnmpMibGroupProxy
Gets the SnmpValue within this table row object at a given position.
getValueAt(int, int) - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Gets the SnmpValue within this table of a given row and a given column.
getValues() - Method in class com.koshna.snmp.manager.SnmpMibTableRowProxy
Gets this table row object as a snmp object array.
getValues() - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Gets this table as a snmp object array.
getValues() - Method in interface com.koshna.snmp.manager.SnmpMibEntryProxy
Returns this mib entry values as a snmp object array.
getValues() - Method in class com.koshna.snmp.manager.SnmpMibGroupProxy
Gets the values of all elements of this mib group entry as a snmp object array.
getVarBindAt(int) - Method in class com.koshna.snmp.manager.SnmpMibTableRowProxy
Gets the Snmp variable binding at a given column in this table row object
getVarBindAt(int) - Method in class com.koshna.snmp.manager.SnmpMibGroupProxy
Gets the Snmp Variable binding at a given position within this mib group entry.
getVarBindAt(int, int) - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Gets the Snmp Variable binding at a given row & given column within this table.
getVarbindLimit() - Method in class com.koshna.snmp.core.transport.SnmpPeer
Returns the maximum variable bindings that can be sent in a single pdu
getVarBindList() - Method in class com.koshna.snmp.agent.SnmpMibNotification
 
getVarBinds() - Method in class com.koshna.snmp.manager.SnmpMibTableRowProxy
Gets this table row object as a variable binding array.
getVarBinds() - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Gets this table entries as a variable binding array.
getVarBinds() - Method in interface com.koshna.snmp.manager.SnmpMibEntryProxy
returns this mib entry elements as a variable binding array.
getVarBinds() - Method in class com.koshna.snmp.manager.SnmpMibGroupProxy
Gets this mib group entry as a variable binding array.
getVB(int) - Method in class com.koshna.snmp.core.SnmpPdu
Get a particular variable binding out of a PDU
getVBcount() - Method in class com.koshna.snmp.core.SnmpPdu
Get the variable binding count from a PDU
getVBlist() - Method in class com.koshna.snmp.core.SnmpPdu
Returns the variable binding list
getViewEntries(String) - Method in class com.koshna.snmp.mibs.vacm.VacmMibHelper
 
getViewType() - Method in class com.koshna.snmp.core.security.AccessParameters
Returns the view type.
getWriteCommunity() - Method in class com.koshna.snmp.core.SnmpVcParameters
Returns the snmp write community.
GRAPHICSTRING - Static variable in class com.koshna.snmp.core.ber.BERElement
 
GROUP_ID - Static variable in class com.koshna.snmp.core.SnmpException
 
GROUP_ID - Static variable in class com.koshna.snmp.core.SnmpReqRespException
 
groupName - Variable in class com.koshna.snmp.manager.SnmpMibGroup
 
groupName - Variable in class com.koshna.snmp.manager.SnmpMibGroupProxy
 

H

handleSecurityError(SnmpMessage, SnmpPeer, SnmpSecurityException) - Method in interface com.koshna.snmp.core.SnmpSecurityErrorHandler
This method is called in case of a security error
hasDecodeErrors - Variable in class com.koshna.snmp.core.SnmpPdu
 
hashCode() - Method in class com.koshna.snmp.core.smi.SnmpOID
Returns a hashcode for the object identifier
hashCode() - Method in class com.koshna.snmp.core.transport.SnmpPeerGroup
 
hashCode() - Method in class com.koshna.snmp.core.SnmpV3Context
 
hashCode() - Method in class com.koshna.snmp.core.SnmpV1Context
 
hashCode() - Method in class com.koshna.snmp.core.SnmpV2cContext
 
hashCode() - Method in class com.koshna.snmp.core.security.User
 

I

IA5STRING - Static variable in class com.koshna.snmp.core.ber.BERElement
 
ILLEGAL_AGENTADDRESS - Static variable in class com.koshna.snmp.core.SnmpPduDecodeException
 
ILLEGAL_ASNTYPE - Static variable in class com.koshna.snmp.core.SnmpDecodeException
 
ILLEGAL_ASNTYPE - Static variable in class com.koshna.snmp.core.SnmpEncodeException
 
ILLEGAL_AUTHPARAMS - Static variable in class com.koshna.snmp.core.SnmpV3MessageDecodeException
 
ILLEGAL_COMMUNITY - Static variable in class com.koshna.snmp.core.SnmpVcMessageDecodeException
 
ILLEGAL_ENGINEBOOTS - Static variable in class com.koshna.snmp.core.SnmpV3MessageDecodeException
 
ILLEGAL_ENGINEID - Static variable in class com.koshna.snmp.core.SnmpV3MessageDecodeException
 
ILLEGAL_ENGINETIME - Static variable in class com.koshna.snmp.core.SnmpV3MessageDecodeException
 
ILLEGAL_ENTERPRISEOID - Static variable in class com.koshna.snmp.core.SnmpPduDecodeException
 
ILLEGAL_ERRORINDEX - Static variable in class com.koshna.snmp.core.SnmpPduDecodeException
 
ILLEGAL_ERRORSTATUS - Static variable in class com.koshna.snmp.core.SnmpPduDecodeException
 
ILLEGAL_GNRCTRAP - Static variable in class com.koshna.snmp.core.SnmpPduDecodeException
 
ILLEGAL_MAXREPETITIONS - Static variable in class com.koshna.snmp.core.SnmpPduDecodeException
 
ILLEGAL_MESSAGEID - Static variable in class com.koshna.snmp.core.SnmpV3MessageDecodeException
 
ILLEGAL_MMS - Static variable in class com.koshna.snmp.core.SnmpV3MessageDecodeException
 
ILLEGAL_MSGSECPARAMS - Static variable in class com.koshna.snmp.core.SnmpV3MessageDecodeException
 
ILLEGAL_NONREPEATERS - Static variable in class com.koshna.snmp.core.SnmpPduDecodeException
 
ILLEGAL_PDUTYPE - Static variable in class com.koshna.snmp.core.SnmpPduDecodeException
 
ILLEGAL_PRIVPARAMS - Static variable in class com.koshna.snmp.core.SnmpV3MessageDecodeException
 
ILLEGAL_REQID - Static variable in class com.koshna.snmp.core.SnmpPduDecodeException
 
ILLEGAL_SECFLAGS - Static variable in class com.koshna.snmp.core.SnmpV3MessageDecodeException
 
ILLEGAL_SECMODEL - Static variable in class com.koshna.snmp.core.SnmpV3MessageDecodeException
 
ILLEGAL_SPFCTRAP - Static variable in class com.koshna.snmp.core.SnmpPduDecodeException
 
ILLEGAL_USERNAME - Static variable in class com.koshna.snmp.core.SnmpV3MessageDecodeException
 
ILLEGAL_VALUE - Static variable in class com.koshna.snmp.core.SnmpEncodeException
 
ILLEGAL_VARBIND - Static variable in class com.koshna.snmp.core.SnmpPduDecodeException
 
ILLEGAL_VERSION - Static variable in class com.koshna.snmp.core.SnmpVcMessageDecodeException
 
ILLEGAL_VERSION - Static variable in class com.koshna.snmp.core.SnmpV3MessageDecodeException
 
INCLUDED - Static variable in class com.koshna.snmp.mibs.vacm.EnumVacmViewTreeFamilyType
 
INCONSISTENT_NAME_ERROR - Static variable in class com.koshna.snmp.core.SnmpReqRespException
 
INCONSISTENT_VALUE_ERROR - Static variable in class com.koshna.snmp.core.SnmpReqRespException
 
inconsistentName - Static variable in class com.koshna.snmp.core.SnmpPdu
 
inconsistentValue - Static variable in class com.koshna.snmp.core.SnmpPdu
 
incrSnmpInASNParseErrs() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpInBadCommunityNames() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpInBadCommunityUses() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpInBadValues() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpInBadVersions() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpInGenErrs() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpInGetNexts() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpInGetRequests() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpInGetResponses() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpInNoSuchNames() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpInPkts() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpInReadOnlys() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpInSetRequests() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpInTooBigs() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpInTotalReqVars() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpInTotalSetVars() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpInTraps() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpOutBadValues() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpOutGenErrs() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpOutGetNexts() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpOutGetRequests() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpOutGetResponses() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpOutNoSuchNames() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpOutPkts() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpOutSetRequests() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpOutTooBigs() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpOutTraps() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpProxyDrops() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
incrSnmpSilentDrops() - Static method in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
indexOID - Variable in class com.koshna.snmp.manager.SnmpMibTableRowProxy
 
INFO_INT - Static variable in interface com.koshna.snmp.util.Logger
 
info(Object) - Method in interface com.koshna.snmp.util.Logger
Logs an info priority level entry.
info(String) - Method in interface com.koshna.snmp.util.Logger
Logs an info priority level entry.
info(String, Object) - Static method in class com.koshna.snmp.util.SnmpLogger
Logs an info priority level entry.
info(String, String) - Static method in class com.koshna.snmp.util.SnmpLogger
Logs an info priority level entry.
info(String, String, Throwable) - Static method in class com.koshna.snmp.util.SnmpLogger
Logs an info priority level entry.
info(String, Throwable) - Method in interface com.koshna.snmp.util.Logger
Logs an info priority level entry.
INFORM_REQUEST_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for a SNMP inform request
informDispatcher - Variable in class com.koshna.snmp.manager.SnmpManagerDispatcher
 
informListenerList - Variable in class com.koshna.snmp.manager.SnmpManagerDispatcher
 
INFORMREQUEST - Static variable in class com.koshna.snmp.core.SnmpPdu
 
init() - Method in class com.koshna.snmp.agent.SnmpMib
Initialize this mib
init() - Method in class com.koshna.snmp.manager.SnmpMib
Initialises this mib
init() - Method in class com.koshna.snmp.manager.SnmpMibProxy
Initialises this mib
init() - Method in class com.koshna.snmp.core.security.auth.SHA1
SHA1Init - Initialize new context
init() - Method in class com.koshna.snmp.mibs.community.SNMP_COMMUNITY_MIB
 
init() - Method in class com.koshna.snmp.mibs.target.SNMP_TARGET_MIB
 
init() - Method in class com.koshna.snmp.mibs.v2.SNMPv2_MIB
 
init() - Method in class com.koshna.snmp.mibs.vacm.SNMP_VIEW_BASED_ACM_MIB
 
init() - Method in class com.koshna.snmp.mibs.usm.SNMP_USER_BASED_SM_MIB
 
initialized - Variable in class com.koshna.snmp.agent.SnmpMib
 
initialized - Variable in class com.koshna.snmp.manager.SnmpMib
 
initialized - Variable in class com.koshna.snmp.manager.SnmpMibProxy
 
INPROGRESS - Variable in class com.koshna.snmp.manager.SnmpSession
 
insertRowAt(SnmpMibTableRow, int) - Method in class com.koshna.snmp.manager.SnmpMibTable
Adds a SnmpMibTableRow object (a table row) to this table.
INTEGER - Static variable in class com.koshna.snmp.core.ber.BERElement
 
INTEGER_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for an integer data type
internet - Static variable in class com.koshna.snmp.core.smi.SMI
 
intValue() - Method in class com.koshna.snmp.core.smi.SnmpTimeTicks
 
intValue() - Method in class com.koshna.snmp.core.smi.SnmpOpaque
 
intValue() - Method in class com.koshna.snmp.core.smi.SnmpGauge
 
intValue() - Method in class com.koshna.snmp.core.smi.SnmpUInteger
 
intValue() - Method in class com.koshna.snmp.core.smi.SnmpNull
 
intValue() - Method in class com.koshna.snmp.core.smi.SnmpOID
Returns this object as an integer
intValue() - Method in class com.koshna.snmp.core.smi.SnmpBitString
 
intValue() - Method in class com.koshna.snmp.core.smi.SnmpNSAPAddress
 
intValue() - Method in class com.koshna.snmp.core.smi.SnmpCounter64
 
intValue() - Method in interface com.koshna.snmp.core.smi.SnmpObject
 
intValue() - Method in class com.koshna.snmp.core.smi.SnmpCounter
 
intValue() - Method in class com.koshna.snmp.core.smi.SnmpIPAddress
 
intValue() - Method in class com.koshna.snmp.core.smi.SnmpOctetString
 
intValue() - Method in class com.koshna.snmp.core.smi.SnmpInteger
Returns the Integer value
intValue() - Method in class com.koshna.snmp.core.security.SecurityLevel
 
INVALID_ADDRESS - Static variable in class com.koshna.snmp.core.transport.SnmpTransportException
 
INVALID_COMMUNITY - Static variable in class com.koshna.snmp.core.security.SnmpVcSecurityException
 
INVALID_CONTEXT - Static variable in class com.koshna.snmp.core.security.SnmpV3SecurityException
 
INVALID_DIGEST - Static variable in class com.koshna.snmp.core.security.SnmpV3SecurityException
 
INVALID_GROUP - Static variable in class com.koshna.snmp.core.security.SnmpV3SecurityException
 
INVALID_HANDLE - Static variable in class com.koshna.snmp.core.SnmpMessage
 
INVALID_KEY - Static variable in class com.koshna.snmp.core.security.SnmpV3SecurityException
 
INVALID_MESSAGE - Static variable in class com.koshna.snmp.core.SnmpException
 
INVALID_PORT - Static variable in class com.koshna.snmp.core.transport.SnmpTransportException
 
INVALID_SECFLAGS - Static variable in class com.koshna.snmp.core.security.SnmpV3SecurityException
 
inView(VacmViewTreeFamilyEntry, SnmpOID) - Method in class com.koshna.snmp.mibs.vacm.VacmMibHelper
 
IO_ERROR - Static variable in class com.koshna.snmp.core.transport.SnmpTransportException
 
IP - Static variable in interface com.koshna.snmp.core.transport.TransportLayer
 
IP_ADDRESS_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for a IP address data type
ipAddressString2ByteArray(String) - Static method in class com.koshna.snmp.util.DataConverter
Converts the address as a byte array to a dotted string the ipAddress value
IPTransportLayer - class com.koshna.snmp.core.transport.IPTransportLayer.
This class represents an ip transport layer.
IPTransportLayer(int, int) - Constructor for class com.koshna.snmp.core.transport.IPTransportLayer
Creates a new IPTransportLayer which contains a DatagramSocket with the specified port.
IPX - Static variable in interface com.koshna.snmp.core.transport.TransportLayer
 
isCancelled() - Method in class com.koshna.snmp.core.SnmpDispatcher.SnmpRequest
Determines if the request has been cancelled
isInform() - Method in class com.koshna.snmp.core.SnmpPdu
Determines if this PDU is a snmp inform pdu
isMatch(VACMAccessParameters, VacmAccessEntry) - Method in class com.koshna.snmp.mibs.vacm.VacmMibHelper
Determines if the access parameters match this entry
isperOID() - Method in interface com.koshna.snmp.core.security.AccessControlModule
Returns if the access control is per oid or per request
isperOID() - Method in class com.koshna.snmp.core.security.CACMImpl
Returns if the access control is per oid or per request
isperOID() - Method in class com.koshna.snmp.mibs.vacm.VACMImpl
Returns if the access control is per oid or per request
isRequest() - Method in class com.koshna.snmp.core.SnmpPdu
Determines if this PDU is a snmp request pdu
isResponse() - Method in class com.koshna.snmp.core.SnmpPdu
Determines if this PDU is a snmp response pdu
isTrap() - Method in class com.koshna.snmp.core.SnmpPdu
Determines if this PDU is a snmp trap pdu
isValidContext(String) - Method in class com.koshna.snmp.mibs.vacm.VacmMibHelper
 
isValidContext(String) - Method in class com.koshna.snmp.mibs.vacm.VacmConfigParser
 

K

KEYLENGTH - Static variable in class com.koshna.snmp.core.security.auth.MD5AuthenticationModule
 
KEYLENGTH - Static variable in class com.koshna.snmp.core.security.auth.SHA1AuthenticationModule
 

L

leafNodeNames - Variable in class com.koshna.snmp.manager.SnmpMibGroup
 
leafNodeNames - Variable in class com.koshna.snmp.manager.SnmpMibGroupProxy
 
leafOIDs - Variable in class com.koshna.snmp.manager.SnmpMibGroupProxy
 
linkDownTrap - Static variable in class com.koshna.snmp.core.SnmpV1TrapPdu
 
linkUpTrap - Static variable in class com.koshna.snmp.core.SnmpV1TrapPdu
 
list - Variable in class com.koshna.snmp.util.Queue
 
listeners - Variable in class com.koshna.snmp.agent.SnmpMibTableImpl
 
log(int, String) - Method in interface com.koshna.snmp.util.Logger
Logs a entry at specific priority with a certain message.
log(int, String, Throwable) - Method in interface com.koshna.snmp.util.Logger
Logs an entry at specific priority with a certain message and throwable.
log(String, int, String) - Static method in class com.koshna.snmp.util.SnmpLogger
Logs an entry at specific priority with a certain message and throwable.
log(String, int, String, Throwable) - Static method in class com.koshna.snmp.util.SnmpLogger
Logs an entry at specific priority with a certain message and throwable.
Logger - interface com.koshna.snmp.util.Logger.
This interface represents a logger.
LoggerFactory - interface com.koshna.snmp.util.LoggerFactory.
This interface represents a factory class for the logger.
longValue() - Method in class com.koshna.snmp.core.smi.SnmpTimeTicks
Returns the timeTicks value
longValue() - Method in class com.koshna.snmp.core.smi.SnmpOpaque
 
longValue() - Method in class com.koshna.snmp.core.smi.SnmpGauge
Returns the counter value
longValue() - Method in class com.koshna.snmp.core.smi.SnmpUInteger
Returns the uint value
longValue() - Method in class com.koshna.snmp.core.smi.SnmpNull
 
longValue() - Method in class com.koshna.snmp.core.smi.SnmpOID
Returns this object as a long value
longValue() - Method in class com.koshna.snmp.core.smi.SnmpBitString
 
longValue() - Method in class com.koshna.snmp.core.smi.SnmpNSAPAddress
 
longValue() - Method in class com.koshna.snmp.core.smi.SnmpCounter64
 
longValue() - Method in interface com.koshna.snmp.core.smi.SnmpObject
 
longValue() - Method in class com.koshna.snmp.core.smi.SnmpCounter
Returns the counter value
longValue() - Method in class com.koshna.snmp.core.smi.SnmpIPAddress
 
longValue() - Method in class com.koshna.snmp.core.smi.SnmpOctetString
 
longValue() - Method in class com.koshna.snmp.core.smi.SnmpInteger
 

M

m_element - Variable in class com.koshna.snmp.core.ber.BERTag
Value of element
m_elements - Variable in class com.koshna.snmp.core.ber.BERConstruct
List of BER elements in the construct.
m_implicit - Variable in class com.koshna.snmp.core.ber.BERTag
Implicit or not
m_tag - Variable in class com.koshna.snmp.core.ber.BERTag
Value of tag
m_value - Variable in class com.koshna.snmp.core.ber.BERIntegral
Value of element
m_value - Variable in class com.koshna.snmp.core.ber.BERCharacterString
Internal variables
m_value - Variable in class com.koshna.snmp.core.ber.BERLong
Value of element
m_value - Variable in class com.koshna.snmp.core.ber.BERBitString
Internal variables
m_value - Variable in class com.koshna.snmp.core.ber.BERBoolean
Internal variables
m_value - Variable in class com.koshna.snmp.core.ber.BERAny
Internal variables
m_value - Variable in class com.koshna.snmp.core.ber.BERChoice
Internal variables
m_value - Variable in class com.koshna.snmp.core.ber.BERUTCTime
Internal variables
m_value - Variable in class com.koshna.snmp.core.ber.BERReal
Value of element
m_value - Variable in class com.koshna.snmp.core.ber.BERObjectId
Values of each component of the OID
m_value - Variable in class com.koshna.snmp.core.ber.BERUnsignedLong
Value of element
m_value - Variable in class com.koshna.snmp.core.ber.BERUnsignedInteger
Value of element
m_value - Variable in class com.koshna.snmp.core.ber.BEROctetString
Raw value of element
m_value_num_bits - Variable in class com.koshna.snmp.core.ber.BERBitString
 
main(String[]) - Static method in class com.koshna.snmp.core.ber.BEROctetString
 
main(String[]) - Static method in class com.koshna.snmp.util.Queue
 
main(String[]) - Static method in class com.koshna.snmp.core.security.auth.MD5AuthenticationModule
 
main(String[]) - Static method in class com.koshna.snmp.core.security.auth.SHA1AuthenticationModule
 
main(String[]) - Static method in class com.koshna.snmp.core.security.auth.MD5
 
main(String[]) - Static method in class com.koshna.snmp.core.security.auth.SHA1
This is a test program for the SHA1 algorithm.
main(String[]) - Static method in class com.koshna.snmp.mibs.target.SnmpTargetMibHelper
 
main(String[]) - Static method in class com.koshna.snmp.mibs.target.SnmpTargetMibConfigParser
 
main(String[]) - Static method in class com.koshna.snmp.mibs.vacm.VacmMibHelper
 
main(String[]) - Static method in class com.koshna.snmp.mibs.vacm.VACMImpl
 
main(String[]) - Static method in class com.koshna.snmp.mibs.vacm.VacmConfigParser
 
main(String[]) - Static method in class com.koshna.snmp.mibs.usm.UsmMibHelper
 
main(String[]) - Static method in class com.koshna.snmp.mibs.usm.UsmConfigParser
 
map - Static variable in class com.koshna.snmp.agent.EnumRowStatus
 
map - Static variable in class com.koshna.snmp.mibs.community.EnumStorageType
 
map - Static variable in class com.koshna.snmp.mibs.target.EnumStorageType
 
map - Static variable in class com.koshna.snmp.mibs.target.EnumSnmpSecurityLevel
 
map - Static variable in class com.koshna.snmp.mibs.v2.EnumSnmpEnableAuthenTraps
 
map - Static variable in class com.koshna.snmp.mibs.vacm.EnumStorageType
 
map - Static variable in class com.koshna.snmp.mibs.vacm.EnumVacmViewTreeFamilyType
 
map - Static variable in class com.koshna.snmp.mibs.vacm.EnumVacmAccessContextMatch
 
map - Static variable in class com.koshna.snmp.mibs.vacm.EnumSnmpSecurityLevel
 
map - Static variable in class com.koshna.snmp.mibs.usm.EnumStorageType
 
maxPacketSize - Variable in class com.koshna.snmp.core.transport.SnmpPeer
 
maxRetries - Variable in class com.koshna.snmp.core.transport.SnmpPeer
 
maxVarbindLimit - Static variable in class com.koshna.snmp.core.transport.SnmpPeer
 
MD5 - class com.koshna.snmp.core.security.auth.MD5.
This class represents a MD5 algorithm implementation
MD5() - Constructor for class com.koshna.snmp.core.security.auth.MD5
Creates the algorithm and reset its state.
MD5AuthenticationModule - class com.koshna.snmp.core.security.auth.MD5AuthenticationModule.
This class represents an md5 based authentication module providing authentication to snmp messages.
MD5AuthenticationModule() - Constructor for class com.koshna.snmp.core.security.auth.MD5AuthenticationModule
 
message - Variable in class com.koshna.snmp.core.transport.SnmpPacket
 
mgmt - Static variable in class com.koshna.snmp.core.smi.SMI
 
mibEntries - Variable in class com.koshna.snmp.manager.SnmpMib
 
MIN_MS - Static variable in class com.koshna.snmp.core.SnmpV3Message
 
MINUS_INFINITY - Static variable in class com.koshna.snmp.core.ber.BERReal
 
MISSING_CONTEXTID - Static variable in class com.koshna.snmp.core.SnmpPduDecodeException
 
MISSING_CONTEXTNAME - Static variable in class com.koshna.snmp.core.SnmpPduDecodeException
 
MISSING_VARBINDLIST - Static variable in class com.koshna.snmp.core.SnmpPduDecodeException
 
mpList - Variable in class com.koshna.snmp.manager.SnmpManagerMTDispatcher
 
MRA_DNATTRS - Static variable in class com.koshna.snmp.core.ber.BERElement
 
MRA_OID - Static variable in class com.koshna.snmp.core.ber.BERElement
 
MRA_TYPE - Static variable in class com.koshna.snmp.core.ber.BERElement
 
MRA_VALUE - Static variable in class com.koshna.snmp.core.ber.BERElement
 
msgProcessorCount - Variable in class com.koshna.snmp.manager.SnmpManagerMTDispatcher
 
msgProcessorGroup - Variable in class com.koshna.snmp.manager.SnmpManagerMTDispatcher
 
msgQueue - Variable in class com.koshna.snmp.manager.SnmpManagerMTDispatcher
 

N

name - Variable in class com.koshna.snmp.util.Queue
 
name - Variable in class com.koshna.snmp.agent.SnmpMib
 
name - Variable in class com.koshna.snmp.manager.SnmpMib
 
name - Variable in class com.koshna.snmp.manager.SnmpMibProxy
 
needsAuthentication() - Method in class com.koshna.snmp.core.security.SecurityLevel
 
needsPrivacy() - Method in class com.koshna.snmp.core.security.SecurityLevel
 
needsReport() - Method in class com.koshna.snmp.core.SnmpV3Message
Determines if a report pdu has to be sent on error.
noAccess - Static variable in class com.koshna.snmp.core.SnmpPdu
 
NOACCESS_ERROR - Static variable in class com.koshna.snmp.core.SnmpReqRespException
 
NOAUTH_NOPRIV - Static variable in class com.koshna.snmp.core.security.SecurityLevel
 
NOAUTHNOPRIV - Static variable in class com.koshna.snmp.mibs.target.EnumSnmpSecurityLevel
 
NOAUTHNOPRIV - Static variable in class com.koshna.snmp.mibs.vacm.EnumSnmpSecurityLevel
 
NOAUTHOID - Static variable in class com.koshna.snmp.core.security.AuthenticationModule
 
noCreation - Static variable in class com.koshna.snmp.core.SnmpPdu
 
NOCREATION_ERROR - Static variable in class com.koshna.snmp.core.SnmpReqRespException
 
noError - Static variable in class com.koshna.snmp.core.SnmpPdu
 
NONVOLATILE - Static variable in class com.koshna.snmp.mibs.community.EnumStorageType
 
NONVOLATILE - Static variable in class com.koshna.snmp.mibs.target.EnumStorageType
 
NONVOLATILE - Static variable in class com.koshna.snmp.mibs.vacm.EnumStorageType
 
NONVOLATILE - Static variable in class com.koshna.snmp.mibs.usm.EnumStorageType
 
NOPRIVOID - Static variable in interface com.koshna.snmp.core.security.PrivacyModule
 
NOSUCHINSTANCE - Static variable in class com.koshna.snmp.core.smi.SMI
An Snmp object with the nosuchoinstance error tag
NOSUCHINSTANCE_ERROR - Static variable in class com.koshna.snmp.core.SnmpReqRespException
 
NOSUCHINSTANCE_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for noSuchInstance error.
noSuchName - Static variable in class com.koshna.snmp.core.SnmpPdu
 
NOSUCHNAME_ERROR - Static variable in class com.koshna.snmp.core.SnmpReqRespException
 
NOSUCHOBJECT - Static variable in class com.koshna.snmp.core.smi.SMI
An Snmp object with the nosuchobject error tag
NOSUCHOBJECT_ERROR - Static variable in class com.koshna.snmp.core.SnmpReqRespException
 
NOSUCHOBJECT_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for noSuchObject error.
NOT_IN_VIEW - Static variable in class com.koshna.snmp.core.security.SnmpV3SecurityException
 
NOT_WRITABLE_ERROR - Static variable in class com.koshna.snmp.core.SnmpReqRespException
 
NOTICE_INT - Static variable in interface com.koshna.snmp.util.Logger
 
notificationGroups - Variable in class com.koshna.snmp.core.SnmpInformGenerator
 
NOTIFY_VIEW - Static variable in class com.koshna.snmp.core.security.AccessParameters
 
notifyCommunity - Variable in class com.koshna.snmp.core.SnmpVcParameters
 
NOTIN_TIMEWINDOW - Static variable in class com.koshna.snmp.core.security.SnmpV3SecurityException
 
NOTINSERVICE - Static variable in class com.koshna.snmp.agent.EnumRowStatus
 
NOTREADY - Static variable in class com.koshna.snmp.agent.EnumRowStatus
 
notWritable - Static variable in class com.koshna.snmp.core.SnmpPdu
 
NOVALID_ACCESSENTRY - Static variable in class com.koshna.snmp.core.security.SnmpV3SecurityException
 
NOVALID_VIEW - Static variable in class com.koshna.snmp.core.security.SnmpV3SecurityException
 
NSAPADDRESS_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for a OSI address data type
NULL - Static variable in class com.koshna.snmp.core.ber.BERElement
 
NULL_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for an null data type
NUMERICSTRING - Static variable in class com.koshna.snmp.core.ber.BERElement
 

O

OBJECTID - Static variable in class com.koshna.snmp.core.ber.BERElement
 
OBJECTIDENTIFIER_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for an object identifier data type
OCTETSTRING - Static variable in class com.koshna.snmp.core.ber.BERElement
 
OCTETSTRING_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for an octet string data type
oid - Variable in class com.koshna.snmp.core.smi.SnmpVarBind
The object identifier part
oid - Variable in class com.koshna.snmp.manager.SnmpMibTableProxy
 
oid - Variable in class com.koshna.snmp.manager.SnmpMibGroupProxy
 
oid - Variable in class com.koshna.snmp.core.security.AccessParameters
 
OID - Static variable in class com.koshna.snmp.core.security.auth.MD5AuthenticationModule
 
OID - Static variable in class com.koshna.snmp.core.security.auth.SHA1AuthenticationModule
 
OID - Static variable in class com.koshna.snmp.core.security.priv.DESPrivacyModule
 
onError() - Method in interface com.koshna.snmp.core.SnmpReqErrorHandler
This method is called in case of an error while sending a snmp request message
onError() - Method in class com.koshna.snmp.core.SnmpDispatcher.SnmpRequest
Calls the appropriate error handler (on error)
onResponse(SnmpMessage) - Method in class com.koshna.snmp.core.SnmpDispatcher.SnmpRequest
Dispatches the response to the appropriate handler
onResponse(SnmpMessage) - Method in interface com.koshna.snmp.core.SnmpResponseHandler
This method will be called on receiving a response
onRowAdded(SnmpMibTableRow) - Method in interface com.koshna.snmp.agent.SnmpMibTableChangeListener
The call-back called when a row is added.
onRowDeleted(SnmpMibTableRow) - Method in interface com.koshna.snmp.agent.SnmpMibTableChangeListener
The call-back called when a row is deleted.
onTimeout() - Method in interface com.koshna.snmp.core.SnmpReqErrorHandler
This method is called if no response is received for a snmp request message in the specified time.
onTimeout() - Method in class com.koshna.snmp.core.SnmpDispatcher.SnmpRequest
Calls the appropriate error handler (on time out)
OPAQUE_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for an opaque data type
org - Static variable in class com.koshna.snmp.core.smi.SMI
 
organization - Variable in class com.koshna.snmp.agent.SnmpMib
 
organization - Variable in class com.koshna.snmp.manager.SnmpMib
 
organization - Variable in class com.koshna.snmp.manager.SnmpMibProxy
 
OTHER - Static variable in class com.koshna.snmp.mibs.community.EnumStorageType
 
OTHER - Static variable in class com.koshna.snmp.mibs.target.EnumStorageType
 
OTHER - Static variable in class com.koshna.snmp.mibs.vacm.EnumStorageType
 
OTHER - Static variable in class com.koshna.snmp.mibs.usm.EnumStorageType
 
OTHER_ERROR - Static variable in class com.koshna.snmp.core.security.SnmpVcSecurityException
 
OTHER_ERROR - Static variable in class com.koshna.snmp.core.security.SnmpV3SecurityException
 
outstandingReqList - Variable in class com.koshna.snmp.manager.SnmpManagerMTDispatcher
 

P

PARAMETERLENGTH - Static variable in class com.koshna.snmp.core.security.auth.MD5AuthenticationModule
 
PARAMETERLENGTH - Static variable in class com.koshna.snmp.core.security.auth.SHA1AuthenticationModule
 
parse() - Method in class com.koshna.snmp.mibs.target.SnmpTargetMibConfigParser
Parses the config file & prepares the various Vacm tables
parse() - Method in class com.koshna.snmp.mibs.vacm.VacmConfigParser
Parses the config file & prepares the various Vacm tables
parse() - Method in class com.koshna.snmp.mibs.usm.UsmConfigParser
Parses the config file & prepares the various Vacm tables
Password2Key(byte[], byte[]) - Static method in class com.koshna.snmp.core.security.auth.MD5AuthenticationModule
 
Password2Key(byte[], byte[]) - Static method in class com.koshna.snmp.core.security.auth.SHA1AuthenticationModule
 
pdu - Variable in class com.koshna.snmp.core.SnmpMessage
 
PDU_DECODE_ERROR - Static variable in class com.koshna.snmp.core.SnmpVcMessageDecodeException
 
pdu_type - Variable in class com.koshna.snmp.core.SnmpPdu
 
pduBERElement(int) - Static method in class com.koshna.snmp.core.smi.SMI
Returns a BER element with a given tag
peek() - Method in class com.koshna.snmp.util.Queue
Returns the next item that from the queue
peer - Variable in class com.koshna.snmp.core.SnmpDispatcher.SnmpRequest
 
peer - Variable in class com.koshna.snmp.manager.SnmpSession
 
PERMANENT - Static variable in class com.koshna.snmp.mibs.community.EnumStorageType
 
PERMANENT - Static variable in class com.koshna.snmp.mibs.target.EnumStorageType
 
PERMANENT - Static variable in class com.koshna.snmp.mibs.vacm.EnumStorageType
 
PERMANENT - Static variable in class com.koshna.snmp.mibs.usm.EnumStorageType
 
pktProcessorCount - Variable in class com.koshna.snmp.manager.SnmpManagerMTDispatcher
 
pktProcessorGroup - Variable in class com.koshna.snmp.manager.SnmpManagerMTDispatcher
 
pktQueue - Variable in class com.koshna.snmp.manager.SnmpManagerMTDispatcher
 
PLUS_INFINITY - Static variable in class com.koshna.snmp.core.ber.BERReal
Constants: special ASN.1 real values
popContextInfo() - Static method in class com.koshna.snmp.util.SnmpLogger
 
PORT_BUSY - Static variable in class com.koshna.snmp.core.transport.SnmpTransportException
 
ppList - Variable in class com.koshna.snmp.manager.SnmpManagerMTDispatcher
 
prefix - Static variable in class com.koshna.snmp.core.SnmpException
 
PREFIX - Static variable in class com.koshna.snmp.mibs.vacm.EnumVacmAccessContextMatch
 
prepareSnmpPacket(SnmpPeer, SnmpMessage) - Method in class com.koshna.snmp.core.SnmpProtocolEngine
Prepares a SnmpPacket given a snmp message & the peer
prepareSnmpPacket(SnmpPeer, SnmpMessage) - Method in class com.koshna.snmp.core.SnmpV3ProtocolEngine
Prepares a SnmpPacket given a snmp message & the peer
prepareSnmpPacket(SnmpPeer, SnmpMessage) - Method in class com.koshna.snmp.core.SnmpV1ProtocolEngine
Prepares a SnmpPacket given a snmp message & the peer
prepareSnmpPacket(SnmpPeer, SnmpMessage) - Method in class com.koshna.snmp.core.SnmpV2cProtocolEngine
Prepares a SnmpPacket given a snmp message & the peer
PRIMITIVE - Static variable in class com.koshna.snmp.core.ber.BERElement
 
print() - Method in class com.koshna.snmp.util.Queue
Prints the queue contents to the log at debug level
print(PrintWriter) - Method in class com.koshna.snmp.mibs.target.SnmpTargetMibConfigParser
Persists the Snmp Notification Mib
PRINTABLESTRING - Static variable in class com.koshna.snmp.core.ber.BERElement
 
printGlobalData() - Method in class com.koshna.snmp.core.SnmpV3Message
prints the global data to thelog
PriorityQueue - class com.koshna.snmp.util.PriorityQueue.
This class represents a thread-safe priority queue.
PriorityQueue(String, Comparator) - Constructor for class com.koshna.snmp.util.PriorityQueue
Constructs an empty queue with the given name.
PrivacyModule - interface com.koshna.snmp.core.security.PrivacyModule.
This interface represents an abstract privacy module providing privacy to snmp messages.
PRIVATE - Static variable in class com.koshna.snmp.core.ber.BERElement
 
privateOID - Static variable in class com.koshna.snmp.core.smi.SMI
 
processInformPdu(SnmpInformPdu, SnmpPeer) - Method in interface com.koshna.snmp.manager.SnmpInformListener
This method is called when a snmp inform is received
processSnmpMessage(SnmpMessage, SnmpPeer) - Method in class com.koshna.snmp.core.SnmpDispatcher
An abstract method that dispatches a message to the appropriate handler
processSnmpMessage(SnmpMessage, SnmpPeer) - Method in interface com.koshna.snmp.core.SnmpMessageListener
This method is called when a snmp message is received
processSnmpMessage(SnmpMessage, SnmpPeer) - Method in class com.koshna.snmp.manager.SnmpManagerDispatcher
Dispatches a message to the appropriate responder/handler
processSnmpPacket(SnmpReceivedPacket) - Method in class com.koshna.snmp.core.SnmpProtocolEngine
Decodes a SnmpPacket and prepares a SnmpMessage
processSnmpPacket(SnmpReceivedPacket) - Method in class com.koshna.snmp.core.SnmpV3ProtocolEngine
Decodes a SnmpPacket and prepares a SnmpMessage
processSnmpPacket(SnmpReceivedPacket) - Method in class com.koshna.snmp.core.SnmpV1ProtocolEngine
Decodes a SnmpPacket and prepares a SnmpMessage
processSnmpPacket(SnmpReceivedPacket) - Method in class com.koshna.snmp.core.SnmpV2cProtocolEngine
Decodes a SnmpPacket and prepares a SnmpMessage
processSnmpRequest(SnmpMessage) - Method in interface com.koshna.snmp.core.SnmpRequestHandler
This method is called when a snmp request is received
processTrap(SnmpPdu, SnmpPeer) - Method in interface com.koshna.snmp.manager.SnmpTrapListener
This method is called when a snmp trap is received
protocolVersion - Variable in class com.koshna.snmp.core.SnmpParameters
 
PUBLIC - Static variable in class com.koshna.snmp.core.SnmpVcParameters
 
PUBLIC - Static variable in class com.koshna.snmp.core.security.CACMImpl
 
pushContextInfo(String) - Static method in class com.koshna.snmp.util.SnmpLogger
 

Q

Queue - class com.koshna.snmp.util.Queue.
This class represents a thread-safe queue.
Queue(String) - Constructor for class com.koshna.snmp.util.Queue
Constructs an empty queue with the given name.

R

READ_VIEW - Static variable in class com.koshna.snmp.core.security.AccessParameters
 
readCommunity - Variable in class com.koshna.snmp.core.SnmpVcParameters
 
readIdentifier(InputStream, int[]) - Static method in class com.koshna.snmp.core.ber.BERElement
 
readLengthOctets(InputStream, int[]) - Static method in class com.koshna.snmp.core.ber.BERElement
Reads and decodes a length byte and then that many octets from the input stream.
readOnly - Static variable in class com.koshna.snmp.core.SnmpPdu
 
READONLY - Static variable in class com.koshna.snmp.mibs.community.EnumStorageType
 
READONLY - Static variable in class com.koshna.snmp.mibs.target.EnumStorageType
 
READONLY - Static variable in class com.koshna.snmp.mibs.vacm.EnumStorageType
 
READONLY - Static variable in class com.koshna.snmp.mibs.usm.EnumStorageType
 
READONLY_ERROR - Static variable in class com.koshna.snmp.core.SnmpReqRespException
 
readTwosComplement(InputStream, int[], int) - Method in class com.koshna.snmp.core.ber.BERElement
Reads the two's complement representation of an integer from an input stream.
readUnsignedBinary(InputStream, int[], int) - Method in class com.koshna.snmp.core.ber.BERElement
Reads a number of bytes from an input stream and form an integer..
REAL - Static variable in class com.koshna.snmp.core.ber.BERElement
 
receive() - Method in class com.koshna.snmp.core.transport.IPTransportLayer
Receives a message.
receive() - Method in interface com.koshna.snmp.core.transport.TransportLayer
Receives a snmp packet from the network If this method is called, it should block until a message is received.
RECEIVED_RESPONSE - Static variable in class com.koshna.snmp.core.SnmpDispatcher.SnmpRequest
 
registerErrorMsg(int, String) - Static method in class com.koshna.snmp.core.SnmpException
 
registerSnmpProtocolEngine(SnmpProtocolEngine) - Method in class com.koshna.snmp.core.SnmpDispatcher
Registers a protocol engine.
registerTransportLayer(TransportLayer) - Method in class com.koshna.snmp.manager.SnmpManagerMTDispatcher
Registers a transport layer to use to send/receive snmp messages.
RemoteEngineTime - class com.koshna.snmp.core.security.RemoteEngineTime.
This class encapsulates the engine time of a remote snmp engine.
RemoteEngineTime(int, int, Date) - Constructor for class com.koshna.snmp.core.security.RemoteEngineTime
Creates a new RemoteEngineTime with specified parameters
remove(Object) - Method in class com.koshna.snmp.util.Queue
removes an item from the queue
remove(SnmpMibTableRow) - Method in class com.koshna.snmp.manager.SnmpMibTable
Removes a SnmpMibTableRow object (a table row) from this table.
remove(SnmpMibTableRowProxy) - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Removes an SnmpMibTableRowProxy object (a table row) from this table.
removeChangeListener(SnmpMibTableChangeListener) - Method in interface com.koshna.snmp.agent.SnmpMibTable
Removes a change listener.
removeChangeListener(SnmpMibTableChangeListener) - Method in class com.koshna.snmp.agent.SnmpMibTableImpl
Removes a change listener.
removeEntry(SnmpMibEntryProxy) - Method in class com.koshna.snmp.manager.SnmpManagerRepository
Removes a given SnmpMibEntryProxy object from this repository.
removeInformListener(SnmpInformListener) - Method in class com.koshna.snmp.manager.SnmpManagerDispatcher
Removes a listener added earlier to receive snmp inform messages.
removeInformListener(SnmpInformListener, SnmpContext) - Method in class com.koshna.snmp.manager.SnmpManagerDispatcher
Removes a listener added earlier to receive snmp inform messages.
removeRowAt(int) - Method in class com.koshna.snmp.manager.SnmpMibTable
Removes a SnmpMibTableRow object (a table row) at the given index from this table.
removeTrapListener(SnmpTrapListener) - Method in class com.koshna.snmp.manager.SnmpManagerDispatcher
Removes a listener added earlier to receive snmp trap messages.
removeTrapListener(SnmpTrapListener, SnmpContext) - Method in class com.koshna.snmp.manager.SnmpManagerDispatcher
Removes a listener added earlier to receive snmp trap messages.
removeUser(String, String) - Method in class com.koshna.snmp.core.security.USMImpl
Removes a user.
REPORT - Static variable in class com.koshna.snmp.core.SnmpPdu
 
REPORT_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for a SNMP report
repository - Variable in class com.koshna.snmp.manager.SnmpMibProxy
 
reset() - Method in class com.koshna.snmp.core.security.auth.MD5
Resets the state of the class.
reset() - Method in class com.koshna.snmp.core.security.auth.SHA1
Resets the state of the class.
RESOURCE_UNAVAILABLE_ERROR - Static variable in class com.koshna.snmp.core.SnmpReqRespException
 
resourceUnavailable - Static variable in class com.koshna.snmp.core.SnmpPdu
 
respHandler - Variable in class com.koshna.snmp.core.SnmpDispatcher.SnmpRequest
 
respHandler - Variable in class com.koshna.snmp.manager.SnmpSession
 
RESPONSE - Static variable in class com.koshna.snmp.core.SnmpPdu
 
respVbs - Variable in class com.koshna.snmp.manager.SnmpSession
 
retryExceeded() - Method in class com.koshna.snmp.core.SnmpDispatcher.SnmpRequest
Determines if the retry count has been exceeded
rows - Variable in class com.koshna.snmp.agent.SnmpMibTableImpl
 
rows - Variable in class com.koshna.snmp.manager.SnmpMibTableProxy
 
rows - Variable in class com.koshna.snmp.manager.SnmpMibTable
 
rs - Variable in class com.koshna.snmp.manager.SnmpManagerMTDispatcher
 
rsThread - Variable in class com.koshna.snmp.manager.SnmpManagerMTDispatcher
 
run() - Method in class com.koshna.snmp.core.transport.IPTransportLayer
 
run() - Method in class com.koshna.snmp.manager.SnmpInformProcessor
 

S

SASLCONTEXT - Static variable in class com.koshna.snmp.core.ber.BERElement
 
secErrorHandler - Variable in class com.koshna.snmp.core.SnmpProtocolEngine
 
secureMessage(SecurityLevel, SnmpV3Message, User) - Method in interface com.koshna.snmp.core.security.SecurityModule
Secures a message with services specified by the SecurityLevel.
secureMessage(SecurityLevel, SnmpV3Message, User) - Method in class com.koshna.snmp.core.security.USMImpl
Secures a message with services specified by the SecurityLevel.
secureMessage(SecurityLevel, SnmpV3Message, User) - Method in class com.koshna.snmp.mibs.usm.USMImpl
Secures a message with services specified by the SecurityLevel.
SecurityLevel - class com.koshna.snmp.core.security.SecurityLevel.
This class encapsulates the snmp security level.
SecurityLevel() - Constructor for class com.koshna.snmp.core.security.SecurityLevel
 
SecurityLevel(int) - Constructor for class com.koshna.snmp.core.security.SecurityLevel
 
SecurityModule - interface com.koshna.snmp.core.security.SecurityModule.
This interface represents an abstract security model providing privacy and authentication to snmp messages.
send(SnmpPacket) - Method in class com.koshna.snmp.core.transport.IPTransportLayer
Sends the message to the IPaddress.
send(SnmpPacket) - Method in interface com.koshna.snmp.core.transport.TransportLayer
Sends the message to the destination address.
sendDefiniteLength(OutputStream, int) - Static method in class com.koshna.snmp.core.ber.BERElement
Writes length octets (definite length only) to stream.
sendInform(SnmpInformPdu, SnmpPeer, SnmpReqErrorHandler, SnmpResponseHandler, AccessControlModule) - Method in class com.koshna.snmp.core.SnmpInformGenerator
Sends a snmp notification to the given peer
sendInform(SnmpInformPdu, SnmpReqErrorHandler, SnmpResponseHandler) - Method in class com.koshna.snmp.manager.SnmpV2cSession
Sends a snmp inform notification to the session peer
sendInform(SnmpInformPdu, SnmpReqErrorHandler, SnmpResponseHandler, AccessControlModule) - Method in class com.koshna.snmp.manager.SnmpV3Session
Sends a snmp inform notification to the session peer
sendInform(SnmpInformPdu, SnmpReqErrorHandler, SnmpResponseHandler, AccessControlModule) - Method in class com.koshna.snmp.manager.SnmpV2cSession
Sends a snmp inform notification to the session peer
sendInform(SnmpInformPdu, String, SnmpReqErrorHandler, SnmpResponseHandler, AccessControlModule) - Method in class com.koshna.snmp.core.SnmpInformGenerator
Sends a snmp notification to all the peers belonging to notification group
sendInform(SnmpInformPdu, String, SnmpReqErrorHandler, SnmpResponseHandler, AccessControlModule) - Method in class com.koshna.snmp.manager.SnmpV3Session
Sends a snmp inform notification to all the peers belonging to notification group
sendInform(SnmpInformPdu, String, SnmpReqErrorHandler, SnmpResponseHandler, AccessControlModule) - Method in class com.koshna.snmp.manager.SnmpV2cSession
Sends a snmp inform notification to all the peers belonging to notification group
sendInform(SnmpTimeTicks, SnmpOID, SnmpPeer, Vector, SnmpReqErrorHandler, SnmpResponseHandler, AccessControlModule) - Method in class com.koshna.snmp.core.SnmpInformGenerator
Sends a snmp notification to all the peers belonging to notification group
sendInform(SnmpTimeTicks, SnmpOID, String, Vector, SnmpReqErrorHandler, SnmpResponseHandler, AccessControlModule) - Method in class com.koshna.snmp.core.SnmpInformGenerator
Sends a snmp notification to all the peers belonging to notification group
sendInform(SnmpTimeTicks, SnmpOID, String, Vector, SnmpReqErrorHandler, SnmpResponseHandler, AccessControlModule) - Method in class com.koshna.snmp.manager.SnmpV3Session
Sends a snmp inform notification to all the peers belonging to notification group
sendInform(SnmpTimeTicks, SnmpOID, String, Vector, SnmpReqErrorHandler, SnmpResponseHandler, AccessControlModule) - Method in class com.koshna.snmp.manager.SnmpV2cSession
Sends a snmp inform notification to all the peers belonging to notification group
sendInform(SnmpTimeTicks, SnmpOID, Vector, SnmpReqErrorHandler, SnmpResponseHandler) - Method in class com.koshna.snmp.manager.SnmpV2cSession
Sends a snmp inform notification to the session peer
sendInform(SnmpTimeTicks, SnmpOID, Vector, SnmpReqErrorHandler, SnmpResponseHandler, AccessControlModule) - Method in class com.koshna.snmp.manager.SnmpV3Session
Sends a snmp inform notification to the session peer
sendInform(SnmpTimeTicks, SnmpOID, Vector, SnmpReqErrorHandler, SnmpResponseHandler, AccessControlModule) - Method in class com.koshna.snmp.manager.SnmpV2cSession
Sends a snmp inform notification to the session peer
sendSnmpMessage(SnmpMessage, SnmpPeer, SnmpReqErrorHandler) - Method in class com.koshna.snmp.core.SnmpDispatcher
An abstract method that dispatches a message to the appropriate peer after building the packet.
sendSnmpMessage(SnmpMessage, SnmpPeer, SnmpReqErrorHandler) - Method in class com.koshna.snmp.manager.SnmpManagerMTDispatcher
Sends the snmp message & invokes the appropriate handlers on error.
sendSnmpReqMessage(SnmpMessage, SnmpPeer, SnmpReqErrorHandler, SnmpResponseHandler) - Method in class com.koshna.snmp.core.SnmpDispatcher
An abstract method that dispatches a request message to the appropriate peer after building the packet.
sendSnmpReqMessage(SnmpMessage, SnmpPeer, SnmpReqErrorHandler, SnmpResponseHandler) - Method in class com.koshna.snmp.manager.SnmpManagerMTDispatcher
Sends the snmp request message & invokes the appropriate handlers on error or on receving a reply.
sent() - Method in class com.koshna.snmp.core.SnmpDispatcher.SnmpRequest
Marks this request as has been sent
SEQUENCE - Static variable in class com.koshna.snmp.core.ber.BERElement
 
SET - Static variable in class com.koshna.snmp.core.ber.BERElement
 
SET_REQUEST_ID - Static variable in class com.koshna.snmp.core.smi.SMI
The type identifier for a SNMP set request
setAuthenticationKey(byte[]) - Method in class com.koshna.snmp.core.security.USMUserParameters
Sets the authentication key of this user param the authentication key of this user.
setAuthenticationParameters(byte[]) - Method in class com.koshna.snmp.core.SnmpV3SecurityParameters
Sets the snmp v3 authentication parameters value
setBERElement(BERElement) - Method in class com.koshna.snmp.core.SnmpV3Message
Sets the BER element of this message
setCommunity(String) - Method in class com.koshna.snmp.core.SnmpVcMessage
Sets the snmp community of this message.
setContextName(byte[]) - Method in class com.koshna.snmp.core.SnmpV3Parameters
Sets the snmp v3 context name
setData(BigInteger) - Method in class com.koshna.snmp.core.smi.SnmpCounter64
Change the value of the counter
setData(BitSet) - Method in class com.koshna.snmp.core.smi.SnmpBitString
Change the value of the String
setData(int) - Method in class com.koshna.snmp.core.smi.SnmpInteger
Change the value of the Integer
setData(long) - Method in class com.koshna.snmp.core.smi.SnmpTimeTicks
Change the value of the timeTicks
setData(long) - Method in class com.koshna.snmp.core.smi.SnmpGauge
Change the value of the counter
setData(long) - Method in class com.koshna.snmp.core.smi.SnmpUInteger
Change the value of the uint
setData(long) - Method in class com.koshna.snmp.core.smi.SnmpCounter
Change the value of the counter
setData(long[]) - Method in class com.koshna.snmp.core.smi.SnmpOID
 
setData(SnmpBitString) - Method in class com.koshna.snmp.core.smi.SnmpBitString
Change the value of the Integer
setData(SnmpCounter) - Method in class com.koshna.snmp.core.smi.SnmpCounter
Change the value of the counter
setData(SnmpCounter64) - Method in class com.koshna.snmp.core.smi.SnmpCounter64
Change the value of the counter
setData(SnmpGauge) - Method in class com.koshna.snmp.core.smi.SnmpGauge
Change the value of the counter
setData(SnmpInteger) - Method in class com.koshna.snmp.core.smi.SnmpInteger
Change the value of the Integer
setData(SnmpIPAddress) - Method in class com.koshna.snmp.core.smi.SnmpIPAddress
Change the value of the ipAddress
setData(SnmpNSAPAddress) - Method in class com.koshna.snmp.core.smi.SnmpNSAPAddress
Change the value of the nsapADDRESS
setData(SnmpOctetString) - Method in class com.koshna.snmp.core.smi.SnmpOctetString
Change the value of the Integer
setData(SnmpOID) - Method in class com.koshna.snmp.core.smi.SnmpOID
Change the value of an object identifier
setData(SnmpOpaque) - Method in class com.koshna.snmp.core.smi.SnmpOpaque
Change the value of the opaque
setData(SnmpTimeTicks) - Method in class com.koshna.snmp.core.smi.SnmpTimeTicks
Change the value of the timeTicks
setData(SnmpUInteger) - Method in class com.koshna.snmp.core.smi.SnmpUInteger
Change the value of the uint
setData(String) - Method in class com.koshna.snmp.core.smi.SnmpOpaque
Change the value of the opaque
setData(String) - Method in class com.koshna.snmp.core.smi.SnmpOID
Change the value of an object identifier
setData(String) - Method in class com.koshna.snmp.core.smi.SnmpNSAPAddress
Change the value of the nsapADDRESS
setData(String) - Method in class com.koshna.snmp.core.smi.SnmpIPAddress
Change the value of the ipAddress
setData(String) - Method in class com.koshna.snmp.core.smi.SnmpOctetString
Change the value of the String
setDecodedMessage(SnmpMessage) - Method in class com.koshna.snmp.core.transport.SnmpReceivedPacket
Sets the decoded Snmp Message.
setDelegate(DataConverterDelegate) - Static method in class com.koshna.snmp.util.DataConverter
If set, this delegate will be used for data conversions that can't be handled by this class.
setDestPort(int) - Method in class com.koshna.snmp.core.transport.SnmpIPPeer
Sets the port on which the peer is listening
setDispatcher(SnmpDispatcher) - Method in class com.koshna.snmp.core.SnmpInformGenerator
 
setDispatcher(SnmpDispatcher) - Method in interface com.koshna.snmp.core.SnmpSecurityErrorHandler
Sets the snmp dispatcher to use to send any pdus
setElement(int, BERElement) - Method in class com.koshna.snmp.core.ber.BERConstruct
sets an element at a given position.
setEngineID(byte[]) - Method in class com.koshna.snmp.core.SnmpV3SecurityParameters
Sets the id of the snmp engine
setEngineTime(SnmpEngineTime) - Method in class com.koshna.snmp.core.SnmpV3SecurityParameters
Sets the engine time of the snmp engine
setErrorIndex(int) - Method in class com.koshna.snmp.core.SnmpReqRespPdu
Sets the error index
setErrorStatus(int) - Method in class com.koshna.snmp.core.SnmpReqRespPdu
Sets the error status
setGroupName(String) - Method in class com.koshna.snmp.core.security.VACMAccessParameters
Sets the group name.
setGroupName(String) - Method in class com.koshna.snmp.core.security.USMUserParameters
Sets the group to which this of the user belongs.
setImplicit(boolean) - Method in class com.koshna.snmp.core.ber.BERTag
Sets the implicit tag.
setIndex(SnmpOID) - Method in class com.koshna.snmp.manager.SnmpMibTableRowProxy
Sets the index of this table row object.
setIPAddress(String) - Method in class com.koshna.snmp.core.transport.SnmpIPPeer
Sets the host name of the peer
setLoggerFactory(LoggerFactory) - Static method in class com.koshna.snmp.util.SnmpLogger
Sets the logger factory class
setLogLevel(int) - Static method in class com.koshna.snmp.util.SnmpLogger
Sets the log priority level so that only messages of higher priority than specified will get logged.
setMaxPduSize(int) - Method in class com.koshna.snmp.core.SnmpV3ScopedPdu
 
setMaxRepetitions(int) - Method in class com.koshna.snmp.core.SnmpBulkReqRespPdu
Sets the max-repetitions value
setMaxRetries(int) - Method in class com.koshna.snmp.core.transport.SnmpPeer
Sets the retry limit
setMaxSnmpPktSize(int) - Method in class com.koshna.snmp.core.transport.SnmpPeer
Sets the maximum size of the packet
setMessage(byte[]) - Method in class com.koshna.snmp.core.transport.SnmpPacket
Sets the message of this packet.
setMibEntryValue(SnmpMibEntry) - Method in interface com.koshna.snmp.manager.SnmpMibEntryProxy
Sets this mib entry value object.
setMMS(int) - Method in class com.koshna.snmp.core.transport.IPTransportLayer
 
setNonRepeaters(int) - Method in class com.koshna.snmp.core.SnmpBulkReqRespPdu
Sets the non-repeaters value
setNotifyCommunity(String) - Method in class com.koshna.snmp.core.SnmpVcParameters
Sets the snmp notify community.
setOID(SnmpOID) - Method in class com.koshna.snmp.core.smi.SnmpVarBind
Sets the object identifier
setOID(SnmpOID) - Method in class com.koshna.snmp.core.security.AccessParameters
Sets the OID.
setPdu(SnmpPdu) - Method in class com.koshna.snmp.core.SnmpV3ScopedPdu
 
setPdu(SnmpPdu) - Method in class com.koshna.snmp.core.SnmpMessage
Sets the pdu wrapped by this snmp message
setPdu(SnmpPdu) - Method in class com.koshna.snmp.core.SnmpV3Message
Sets the pdu wrapped by the message
setPduType(int) - Method in class com.koshna.snmp.core.SnmpPdu
Sets the pdu type
setPduType(int) - Method in class com.koshna.snmp.core.SnmpBulkReqRespPdu
Sets the type of the PDU
setPduType(int) - Method in class com.koshna.snmp.core.SnmpReqRespPdu
Sets the type of the PDU
setPduType(int) - Method in class com.koshna.snmp.core.SnmpNotifyPdu
Sets the type of the PDU
setPduType(int) - Method in class com.koshna.snmp.core.SnmpV2TrapPdu
Sets the type of the PDU
setPduType(int) - Method in class com.koshna.snmp.core.SnmpInformPdu
Sets the type of the PDU
setPeer(SnmpPeer) - Method in class com.koshna.snmp.manager.SnmpSession
Sets the peer
setPort(int) - Method in class com.koshna.snmp.core.transport.IPTransportLayer
 
setPrivacyKey(byte[]) - Method in class com.koshna.snmp.core.security.USMUserParameters
Sets the privacy key of this user
setPrivacyParameters(byte[]) - Method in class com.koshna.snmp.core.SnmpV3SecurityParameters
Sets the snmp v3 privacy parameters value
setReadCommunity(String) - Method in class com.koshna.snmp.core.SnmpVcParameters
Sets the snmp read community.
setReceivedTime(Date) - Method in class com.koshna.snmp.core.transport.SnmpReceivedPacket
Sets the received time of this packet.
setReceiveQueue(Queue) - Method in class com.koshna.snmp.core.transport.IPTransportLayer
 
setReceiveQueue(Queue) - Method in interface com.koshna.snmp.core.transport.TransportLayer
Sets the queue for the received packets
setRemoteEngineID(byte[]) - Method in class com.koshna.snmp.core.SnmpV3Parameters
Sets the ID of the remote snmp engine
setRemoteEngineTime(SnmpEngineTime) - Method in class com.koshna.snmp.core.SnmpV3Parameters
Sets the engine time of the remote snmp engine
setRemoteEngineTime(String, int, int, Date) - Method in class com.koshna.snmp.core.security.SnmpEngineTimeManager
Sets the engine time for a certain remote SNMP engine.
setReportFlag(boolean) - Method in class com.koshna.snmp.core.SnmpV3Message
Sets a flag to indicate if a report pdu has to be sent on error.
SETREQUEST - Static variable in class com.koshna.snmp.core.SnmpPdu
 
setRequestId(int) - Method in class com.koshna.snmp.core.SnmpReqPdu
Sets the request ID
setRequestId(int) - Method in class com.koshna.snmp.core.SnmpBulkReqRespPdu
Sets the request ID
setRequestId(int) - Method in class com.koshna.snmp.core.SnmpReqRespPdu
Sets the request ID
setRowStatus(EnumRowStatus) - Method in class com.koshna.snmp.agent.SnmpRCDMibTableRow
sets the rowstatus value.
setScopedPdu(SnmpV3ScopedPdu) - Method in class com.koshna.snmp.core.SnmpV3Message
Sets the security parameters of the message
setSecurityErrorHandler(SnmpV3SecurityErrorHandler) - Method in class com.koshna.snmp.core.SnmpV3ProtocolEngine
Internal method used to set the handler for security errors.
setSecurityErrorHandler(SnmpVcSecurityErrorHandler) - Method in class com.koshna.snmp.core.SnmpV1ProtocolEngine
Internal method used to set the handler for security errors.
setSecurityErrorHandler(SnmpVcSecurityErrorHandler) - Method in class com.koshna.snmp.core.SnmpV2cProtocolEngine
Internal method used to set the handler for security errors.
setSecurityLevel(SecurityLevel) - Method in class com.koshna.snmp.core.SnmpV3Parameters
Sets the security level of the message
setSecurityLevel(SecurityLevel) - Method in class com.koshna.snmp.core.SnmpV3Message
Sets the security level of the message
setSecurityModelNumber(int) - Method in class com.koshna.snmp.core.SnmpV3Parameters
Sets the id of security model used to secure the message
setSecurityParameters(SnmpV3SecurityParameters) - Method in class com.koshna.snmp.core.SnmpV3Message
Sets the security parameters of the message
setSnmp(Snmp) - Method in class com.koshna.snmp.mibs.v2.SNMPv2_MIB
 
setSnmpCommunityContextEngineID(byte[]) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
setSnmpCommunityContextName(byte[]) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
setSnmpCommunityMIBObjects(SnmpCommunityMIBObjects) - Method in class com.koshna.snmp.mibs.community.SNMP_COMMUNITY_MIB
 
setSnmpCommunityName(byte[]) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
setSnmpCommunitySecurityName(byte[]) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
setSnmpCommunityStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
setSnmpCommunityStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
setSnmpCommunityTable(SnmpCommunityTable) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityMIBObjects
 
setSnmpCommunityTransportTag(byte[]) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
setSnmpDispatcher(SnmpDispatcher) - Method in class com.koshna.snmp.manager.SnmpSession
Sets the snmp dispatcher to be used by this session
setSnmpEnableAuthenTraps(EnumSnmpEnableAuthenTraps) - Method in class com.koshna.snmp.mibs.v2.Snmp
 
setSnmpParam(SnmpParameters) - Method in class com.koshna.snmp.core.transport.SnmpPeer
Sets the snmp parameters
setSnmpParameters(SnmpV1Parameters) - Method in class com.koshna.snmp.manager.SnmpV1Session
Sets the snmp parameters
setSnmpParameters(SnmpV2cParameters) - Method in class com.koshna.snmp.manager.SnmpV2cSession
Sets the snmp parameters
setSnmpParameters(SnmpV3Parameters) - Method in class com.koshna.snmp.manager.SnmpV3Session
Sets the snmp parameters
setSnmpReqErrorHandler(SnmpReqErrorHandler) - Method in class com.koshna.snmp.manager.SnmpSession
Sets the default snmp request error handler of this session
setSnmpResponseHandler(SnmpResponseHandler) - Method in class com.koshna.snmp.manager.SnmpSession
Sets the default snmp response handler of this session
setSnmpSession(SnmpSession) - Method in class com.koshna.snmp.manager.SnmpMibProxy
Sets the snmp session to use to retrieve data from the remote agent.
setSnmpSession(SnmpSession) - Method in class com.koshna.snmp.manager.SnmpMibTableRowProxy
Sets the snmp session to use to retrieve data from the remote agent.
setSnmpSession(SnmpSession) - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Sets the snmp session to use to retrieve data from the remote agent.
setSnmpSession(SnmpSession) - Method in interface com.koshna.snmp.manager.SnmpMibEntryProxy
Sets the snmp session to use to retrieve data from the remote agent.
setSnmpSession(SnmpSession) - Method in class com.koshna.snmp.manager.SnmpMibGroupProxy
Sets the snmp session to use to retrieve data from the remote agent.
setSnmpSet(SnmpSet) - Method in class com.koshna.snmp.mibs.v2.SNMPv2_MIB
 
setSnmpSetSerialNo(int) - Method in class com.koshna.snmp.mibs.v2.SnmpSet
 
setSnmpTargetAddrExtTable(SnmpTargetAddrExtTable) - Method in class com.koshna.snmp.mibs.community.SnmpCommunityMIBObjects
 
setSnmpTargetAddrMMS(int) - Method in class com.koshna.snmp.mibs.community.SnmpTargetAddrExtEntry
 
setSnmpTargetAddrParams(byte[]) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
setSnmpTargetAddrRetryCount(int) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
setSnmpTargetAddrRowStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
setSnmpTargetAddrStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
setSnmpTargetAddrTable(SnmpTargetAddrTable) - Method in class com.koshna.snmp.mibs.target.SnmpTargetObjects
 
setSnmpTargetAddrTAddress(byte[]) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
setSnmpTargetAddrTagList(byte[]) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
setSnmpTargetAddrTDomain(long[]) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
setSnmpTargetAddrTimeout(int) - Method in class com.koshna.snmp.mibs.target.SnmpTargetAddrEntry
 
setSnmpTargetAddrTMask(byte[]) - Method in class com.koshna.snmp.mibs.community.SnmpTargetAddrExtEntry
 
setSnmpTargetObjects(SnmpTargetObjects) - Method in class com.koshna.snmp.mibs.target.SNMP_TARGET_MIB
 
setSnmpTargetParamsMPModel(int) - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
setSnmpTargetParamsRowStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
setSnmpTargetParamsSecurityLevel(EnumSnmpSecurityLevel) - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
setSnmpTargetParamsSecurityModel(int) - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
setSnmpTargetParamsSecurityName(byte[]) - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
setSnmpTargetParamsStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.target.SnmpTargetParamsEntry
 
setSnmpTargetParamsTable(SnmpTargetParamsTable) - Method in class com.koshna.snmp.mibs.target.SnmpTargetObjects
 
setSnmpTargetSpinLock(int) - Method in class com.koshna.snmp.mibs.target.SnmpTargetObjects
 
setSnmpTrap(SnmpTrap) - Method in class com.koshna.snmp.mibs.v2.SNMPv2_MIB
 
setSnmpVersion(int) - Method in class com.koshna.snmp.core.SnmpMessage
Sets the snmp protocol version of message
setSysContact(byte[]) - Method in class com.koshna.snmp.mibs.v2.System
 
setSysLocation(byte[]) - Method in class com.koshna.snmp.mibs.v2.System
 
setSysName(byte[]) - Method in class com.koshna.snmp.mibs.v2.System
 
setSysORTable(SysORTable) - Method in class com.koshna.snmp.mibs.v2.System
 
setSystem(System) - Method in class com.koshna.snmp.mibs.v2.SNMPv2_MIB
 
setTimeout(int) - Method in class com.koshna.snmp.core.transport.SnmpPeer
Sets the timeout value for snmp requests
setTransportLayer(TransportLayer) - Method in class com.koshna.snmp.core.transport.SnmpReceivedPacket
Sets the received time of this packet.
setTrapTPLayer(TransportLayer) - Method in class com.koshna.snmp.manager.SnmpManagerMTDispatcher
Sets a transport layer to use to send/receive snmp trap messages.
setUserName(byte[]) - Method in class com.koshna.snmp.core.SnmpV3Parameters
Sets the snmp v3 user name
setUserName(byte[]) - Method in class com.koshna.snmp.core.SnmpV3SecurityParameters
Sets the snmp v3 user name
setUsmStats(UsmStats) - Method in class com.koshna.snmp.mibs.usm.SNMP_USER_BASED_SM_MIB
 
setUsmUser(UsmUser) - Method in class com.koshna.snmp.mibs.usm.SNMP_USER_BASED_SM_MIB
 
setUsmUserAuthKeyChange(byte[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
setUsmUserAuthProtocol(long[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
setUsmUserCloneFrom(long[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
setUsmUserOwnAuthKeyChange(byte[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
setUsmUserOwnPrivKeyChange(byte[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
setUsmUserPrivKeyChange(byte[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
setUsmUserPrivProtocol(long[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
setUsmUserPublic(byte[]) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
setUsmUserSpinLock(int) - Method in class com.koshna.snmp.mibs.usm.UsmUser
 
setUsmUserStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
setUsmUserStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.usm.UsmUserEntry
 
setUsmUserTable(UsmUserTable) - Method in class com.koshna.snmp.mibs.usm.UsmUser
 
setVacmAccessContextMatch(EnumVacmAccessContextMatch) - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
setVacmAccessNotifyViewName(byte[]) - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
setVacmAccessReadViewName(byte[]) - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
setVacmAccessStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
setVacmAccessStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
setVacmAccessTable(VacmAccessTable) - Method in class com.koshna.snmp.mibs.vacm.VacmMIBObjects
 
setVacmAccessWriteViewName(byte[]) - Method in class com.koshna.snmp.mibs.vacm.VacmAccessEntry
 
setVacmContextTable(VacmContextTable) - Method in class com.koshna.snmp.mibs.vacm.VacmMIBObjects
 
setVacmGroupName(byte[]) - Method in class com.koshna.snmp.mibs.vacm.VacmSecurityToGroupEntry
 
setVacmMIBObjects(VacmMIBObjects) - Method in class com.koshna.snmp.mibs.vacm.SNMP_VIEW_BASED_ACM_MIB
 
setVacmMIBViews(VacmMIBViews) - Method in class com.koshna.snmp.mibs.vacm.VacmMIBObjects
 
setVacmSecurityToGroupStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.vacm.VacmSecurityToGroupEntry
 
setVacmSecurityToGroupStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.vacm.VacmSecurityToGroupEntry
 
setVacmSecurityToGroupTable(VacmSecurityToGroupTable) - Method in class com.koshna.snmp.mibs.vacm.VacmMIBObjects
 
setVacmViewSpinLock(int) - Method in class com.koshna.snmp.mibs.vacm.VacmMIBViews
 
setVacmViewTreeFamilyMask(byte[]) - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyEntry
 
setVacmViewTreeFamilyStatus(EnumRowStatus) - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyEntry
 
setVacmViewTreeFamilyStorageType(EnumStorageType) - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyEntry
 
setVacmViewTreeFamilyTable(VacmViewTreeFamilyTable) - Method in class com.koshna.snmp.mibs.vacm.VacmMIBViews
 
setVacmViewTreeFamilyType(EnumVacmViewTreeFamilyType) - Method in class com.koshna.snmp.mibs.vacm.VacmViewTreeFamilyEntry
 
setValue(SnmpObject) - Method in class com.koshna.snmp.core.smi.SnmpVarBind
Sets the value to any other SMI value
setValue(SnmpVarBind) - Method in class com.koshna.snmp.manager.SnmpMibTableRowProxy
Sets the value within this mib group from a given vb
setValue(SnmpVarBind) - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Sets the value within this table from a given vb
setValue(SnmpVarBind) - Method in interface com.koshna.snmp.manager.SnmpMibEntryProxy
Sets the value within this mib entry from a given vb
setValue(SnmpVarBind) - Method in class com.koshna.snmp.manager.SnmpMibGroupProxy
Sets the value within this mib group from a given vb
setValue(SnmpVarBind[]) - Method in class com.koshna.snmp.manager.SnmpMibTableRowProxy
Sets the values within this row from a given vb array
setValue(SnmpVarBind[]) - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Sets the values within this table from a given vb array
setValue(SnmpVarBind[]) - Method in interface com.koshna.snmp.manager.SnmpMibEntryProxy
Sets the values within this mib entry from a given vb array
setValue(SnmpVarBind[]) - Method in class com.koshna.snmp.manager.SnmpMibGroupProxy
Sets the values of the elements of this mib group from a given vb array
setValueAt(int, int, SnmpObject) - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Sets the SnmpValue within this table of a given SnmpMibTableRowProxy object (a table row) and a given column.
setValueAt(int, Object) - Method in class com.koshna.snmp.manager.SnmpMibGroup
Sets the Value in this mib group element at a given position.
setValueAt(int, Object) - Method in class com.koshna.snmp.manager.SnmpMibTableRow
Sets the Snmp Value within this table row object at a given column.
setValueAt(int, SnmpObject) - Method in class com.koshna.snmp.manager.SnmpMibTableRowProxy
Sets the Snmp Value within this table row object at a given column.
setValueAt(int, SnmpObject) - Method in class com.koshna.snmp.manager.SnmpMibGroupProxy
Sets the SnmpValue within this table row object at a given position.
setVarbindLimit(int) - Method in class com.koshna.snmp.core.transport.SnmpPeer
Sets the maximum variable bindings that can be sent in a single pdu
setVB(SnmpVarBind, int) - Method in class com.koshna.snmp.core.SnmpPdu
Set a particular variable binding in the PDU
setVBlist(Vector) - Method in class com.koshna.snmp.core.SnmpPdu
Sets the variable binding list
setViewType(int) - Method in class com.koshna.snmp.core.security.AccessParameters
Sets the view type.
setWriteCommunity(String) - Method in class com.koshna.snmp.core.SnmpVcParameters
Sets the snmp write community.
SHA1 - class com.koshna.snmp.core.security.auth.SHA1.
This is a simple port of Steve Reid's SHA-1 code into Java.
SHA1() - Constructor for class com.koshna.snmp.core.security.auth.SHA1
 
SHA1AuthenticationModule - class com.koshna.snmp.core.security.auth.SHA1AuthenticationModule.
This class represents an sha1 based authentication module providing authentication to snmp messages.
SHA1AuthenticationModule() - Constructor for class com.koshna.snmp.core.security.auth.SHA1AuthenticationModule
 
size() - Method in class com.koshna.snmp.core.ber.BERConstruct
Retrieves number of elements.
size() - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Gets the number of rows in this table.
size() - Method in class com.koshna.snmp.manager.SnmpMibTable
Gets the number of rows in this table.
SK_MATCHRULE - Static variable in class com.koshna.snmp.core.ber.BERElement
 
SK_REVERSE - Static variable in class com.koshna.snmp.core.ber.BERElement
 
SMI - class com.koshna.snmp.core.smi.SMI.
This class represents the SMI definitions.
SMI() - Constructor for class com.koshna.snmp.core.smi.SMI
 
Snmp - class com.koshna.snmp.mibs.v2.Snmp.
 
SNMP_COMMUNITY_MIB - class com.koshna.snmp.mibs.community.SNMP_COMMUNITY_MIB.
 
SNMP_COMMUNITY_MIB() - Constructor for class com.koshna.snmp.mibs.community.SNMP_COMMUNITY_MIB
 
SNMP_TARGET_MIB - class com.koshna.snmp.mibs.target.SNMP_TARGET_MIB.
 
SNMP_TARGET_MIB() - Constructor for class com.koshna.snmp.mibs.target.SNMP_TARGET_MIB
 
SNMP_USER_BASED_SM_MIB - class com.koshna.snmp.mibs.usm.SNMP_USER_BASED_SM_MIB.
 
SNMP_USER_BASED_SM_MIB() - Constructor for class com.koshna.snmp.mibs.usm.SNMP_USER_BASED_SM_MIB
 
SNMP_VIEW_BASED_ACM_MIB - class com.koshna.snmp.mibs.vacm.SNMP_VIEW_BASED_ACM_MIB.
 
SNMP_VIEW_BASED_ACM_MIB() - Constructor for class com.koshna.snmp.mibs.vacm.SNMP_VIEW_BASED_ACM_MIB
 
Snmp() - Constructor for class com.koshna.snmp.mibs.v2.Snmp
 
SnmpBitString - class com.koshna.snmp.core.smi.SnmpBitString.
This class represents the SMI SnmpBitString.
SnmpBitString() - Constructor for class com.koshna.snmp.core.smi.SnmpBitString
Default constructor, constructs an SnmpBitString and sets the value to 0
SnmpBitString(BERElement) - Constructor for class com.koshna.snmp.core.smi.SnmpBitString
Constructs an SnmpBitString from a BER element
SnmpBitString(BitSet) - Constructor for class com.koshna.snmp.core.smi.SnmpBitString
Constructs an SnmpBitString and sets the value to the BitSet parameter
SnmpBitString(byte[]) - Constructor for class com.koshna.snmp.core.smi.SnmpBitString
Constructs an SnmpBitString and sets the value to the byte[] parameter
SnmpBitString(EnumBits) - Constructor for class com.koshna.snmp.core.smi.SnmpBitString
Constructs a SnmpBitString and sets the value to the bitset parameter
SnmpBitString(SnmpBitString) - Constructor for class com.koshna.snmp.core.smi.SnmpBitString
Copy constructor, constructs an SnmpBitString from another
SnmpBitString(String) - Constructor for class com.koshna.snmp.core.smi.SnmpBitString
Constructs an SnmpBitString and sets the value to the String parameter
SnmpBulkReqRespPdu - class com.koshna.snmp.core.SnmpBulkReqRespPdu.
This class represents a snmp bulk request/response pdu.
SnmpBulkReqRespPdu() - Constructor for class com.koshna.snmp.core.SnmpBulkReqRespPdu
Constructs an empty PDU
SnmpBulkReqRespPdu(BERTag) - Constructor for class com.koshna.snmp.core.SnmpBulkReqRespPdu
Constructs a PDU from a BER encoded element
SnmpBulkReqRespPdu(InputStream) - Constructor for class com.koshna.snmp.core.SnmpBulkReqRespPdu
Constructs a PDU from an InputStream
SnmpBulkReqRespPdu(SnmpBulkReqRespPdu) - Constructor for class com.koshna.snmp.core.SnmpBulkReqRespPdu
Constructs a PDU with another PDU
SnmpBulkReqRespPdu(Vector) - Constructor for class com.koshna.snmp.core.SnmpBulkReqRespPdu
Constructs a PDU with a vector of VarBinds
snmpCommunityContextEngineID - Variable in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
snmpCommunityContextName - Variable in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
SnmpCommunityEntry - class com.koshna.snmp.mibs.community.SnmpCommunityEntry.
 
SnmpCommunityEntry(byte[]) - Constructor for class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
snmpCommunityIndex - Variable in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
SnmpCommunityMIBObjects - class com.koshna.snmp.mibs.community.SnmpCommunityMIBObjects.
 
SnmpCommunityMIBObjects() - Constructor for class com.koshna.snmp.mibs.community.SnmpCommunityMIBObjects
 
snmpCommunityName - Variable in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
snmpCommunitySecurityName - Variable in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
snmpCommunityStorageType - Variable in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
snmpCommunityTable - Variable in class com.koshna.snmp.mibs.community.SnmpCommunityMIBObjects
 
SnmpCommunityTable - class com.koshna.snmp.mibs.community.SnmpCommunityTable.
 
SnmpCommunityTable() - Constructor for class com.koshna.snmp.mibs.community.SnmpCommunityTable
 
snmpCommunityTransportTag - Variable in class com.koshna.snmp.mibs.community.SnmpCommunityEntry
 
SnmpContext - interface com.koshna.snmp.core.SnmpContext.
This class represents an abstract snmp context used to match messages to command responders.
SnmpCounter - class com.koshna.snmp.core.smi.SnmpCounter.
This class represents the SMI SnmpCounter.
SnmpCounter() - Constructor for class com.koshna.snmp.core.smi.SnmpCounter
Default constructor, constructs an SnmpCounter and sets the value to 0
SnmpCounter(BERElement) - Constructor for class com.koshna.snmp.core.smi.SnmpCounter
Constructs an SnmpCounter from a BER element
SnmpCounter(long) - Constructor for class com.koshna.snmp.core.smi.SnmpCounter
Constructs an SnmpCounter and sets the value to the long parameter
SnmpCounter(SnmpCounter) - Constructor for class com.koshna.snmp.core.smi.SnmpCounter
Copy constructor, constructs an SnmpCounter from another
SnmpCounter64 - class com.koshna.snmp.core.smi.SnmpCounter64.
This class represents the SMI SnmpCounter64.
SnmpCounter64() - Constructor for class com.koshna.snmp.core.smi.SnmpCounter64
Default constructor, constructs an SnmpCounter64 and sets the value to 0
SnmpCounter64(BERElement) - Constructor for class com.koshna.snmp.core.smi.SnmpCounter64
Constructs an SnmpCounter64 from a BER element
SnmpCounter64(BigInteger) - Constructor for class com.koshna.snmp.core.smi.SnmpCounter64
Constructs an SnmpCounter64 and sets the value to the BigInteger parameter
SnmpCounter64(SnmpCounter64) - Constructor for class com.koshna.snmp.core.smi.SnmpCounter64
Copy constructor, constructs an SnmpCounter64 from another
SnmpDecodeException - exception com.koshna.snmp.core.SnmpDecodeException.
This class represents a snmp pdu decode exception.
SnmpDecodeException(int) - Constructor for class com.koshna.snmp.core.SnmpDecodeException
 
SnmpDecodeException(String, int) - Constructor for class com.koshna.snmp.core.SnmpDecodeException
 
SnmpDispatcher - class com.koshna.snmp.core.SnmpDispatcher.
This class represents an abstract snmp dispatcher that forwards the snmp messages/packets to the appropriate processors & then dispatches them to the appropriate handlers/destinations.
SnmpDispatcher.SnmpRequest - class com.koshna.snmp.core.SnmpDispatcher.SnmpRequest.
This is an internal class that encapsulate a snmp request
SnmpDispatcher.SnmpRequest(SnmpDispatcher, SnmpMessage, SnmpPeer, SnmpReqErrorHandler, SnmpResponseHandler) - Constructor for class com.koshna.snmp.core.SnmpDispatcher.SnmpRequest
 
SnmpDispatcher() - Constructor for class com.koshna.snmp.core.SnmpDispatcher
 
snmpEnableAuthenTraps - Variable in class com.koshna.snmp.mibs.v2.Snmp
 
SnmpEncodeException - exception com.koshna.snmp.core.SnmpEncodeException.
This class represents a snmp encode exception.
SnmpEncodeException(int) - Constructor for class com.koshna.snmp.core.SnmpEncodeException
 
SnmpEncodeException(String, int) - Constructor for class com.koshna.snmp.core.SnmpEncodeException
 
SnmpEngineStatsHelper - class com.koshna.snmp.core.SnmpEngineStatsHelper.
This class represents an abstract encapsulator of snmp parameters.
SnmpEngineStatsHelper() - Constructor for class com.koshna.snmp.core.SnmpEngineStatsHelper
 
SnmpEngineTime - class com.koshna.snmp.core.security.SnmpEngineTime.
This class encapsulates the snmp engine time.
SnmpEngineTime(int, int) - Constructor for class com.koshna.snmp.core.security.SnmpEngineTime
Creates a new SnmpEngineTime with specified parameters
SnmpEngineTimeManager - class com.koshna.snmp.core.security.SnmpEngineTimeManager.
This class manages snmp engine times
SnmpEngineTimeManager(byte[]) - Constructor for class com.koshna.snmp.core.security.SnmpEngineTimeManager
Creates a new SnmpEngineTimeManager module with specified parameters
SnmpEngineTimeManager(String) - Constructor for class com.koshna.snmp.core.security.SnmpEngineTimeManager
Creates a new SnmpEngineTimeManager module with specified parameters
SnmpException - exception com.koshna.snmp.core.SnmpException.
This class represents a snmp exception.
SnmpException(int) - Constructor for class com.koshna.snmp.core.SnmpException
 
SnmpException(String) - Constructor for class com.koshna.snmp.core.SnmpException
 
SnmpException(String, int) - Constructor for class com.koshna.snmp.core.SnmpException
 
SnmpGauge - class com.koshna.snmp.core.smi.SnmpGauge.
This class represents the SMI SnmpGauge.
SnmpGauge() - Constructor for class com.koshna.snmp.core.smi.SnmpGauge
Default constructor, constructs an SnmpGauge and sets the value to 0
SnmpGauge(BERElement) - Constructor for class com.koshna.snmp.core.smi.SnmpGauge
Constructs an SnmpGauge from a BER element
SnmpGauge(long) - Constructor for class com.koshna.snmp.core.smi.SnmpGauge
Constructs an SnmpGauge and sets the value to the long parameter
SnmpGauge(SnmpGauge) - Constructor for class com.koshna.snmp.core.smi.SnmpGauge
Copy constructor, constructs an SnmpGauge from another
snmpGet(SnmpOID) - Method in class com.koshna.snmp.manager.SnmpSession
Sends a snmp get request & returns the resultant variable bindings
snmpGet(SnmpOID, SnmpReqErrorHandler, SnmpResponseHandler) - Method in class com.koshna.snmp.manager.SnmpSession
Sends a snmp get request & returns the resultant variable bindings
snmpGet(SnmpVarBind[], SnmpReqErrorHandler, SnmpResponseHandler) - Method in class com.koshna.snmp.manager.SnmpSession
Sends a snmp get request & returns the resultant variable bindings
snmpGetAll() - Method in class com.koshna.snmp.manager.SnmpMibProxy
Retrieves values from a remote agent & updates the values in this mib
snmpGetAll() - Method in class com.koshna.snmp.manager.SnmpMibTableRowProxy
Retrieves values from a remote agent & updates the values in this row
snmpGetAll() - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Retrieves values from a remote agent & updates the values in this table
snmpGetAll() - Method in interface com.koshna.snmp.manager.SnmpMibEntryProxy
Retrieves values from a remote agent & updates the values in this group
snmpGetAll() - Method in class com.koshna.snmp.manager.SnmpMibGroupProxy
Retrieves values from a remote agent & updates the values in this group
snmpGetAt(int) - Method in class com.koshna.snmp.manager.SnmpMibTableRowProxy
Retrieves the value at a given column in this group from a remote agent & updates the value in this group
snmpGetAt(int) - Method in class com.koshna.snmp.manager.SnmpMibGroupProxy
Retrieves the value at a given position in this group from a remote agent & updates the value in this group
snmpGetBulk(SnmpVarBind[], int, int, SnmpReqErrorHandler, SnmpResponseHandler) - Method in class com.koshna.snmp.manager.SnmpV3Session
Sends a snmp getbulk request & returns the resultant variable bindings
snmpGetBulk(SnmpVarBind[], int, int, SnmpReqErrorHandler, SnmpResponseHandler) - Method in class com.koshna.snmp.manager.SnmpV2cSession
Sends a snmp getbulk request & returns the resultant variable bindings
snmpGetColumn(int) - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Retrieves a specified column values from a remote agent & updates the values in this table
snmpGetNext(SnmpOID) - Method in class com.koshna.snmp.manager.SnmpSession
Sends a snmp getnext request & returns the resultant variable bindings
snmpGetNext(SnmpOID, SnmpReqErrorHandler, SnmpResponseHandler) - Method in class com.koshna.snmp.manager.SnmpSession
Sends a snmp getnext request & returns the resultant variable bindings
snmpGetNext(SnmpVarBind[], SnmpReqErrorHandler, SnmpResponseHandler) - Method in class com.koshna.snmp.manager.SnmpSession
Sends a snmp getnext request & returns the resultant variable bindings
snmpGetNextRows(int) - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Retrieves a next given number of rows from a remote agent & updates the values in this table
snmpGetRows(int, int) - Method in class com.koshna.snmp.manager.SnmpMibTableProxy
Retrieves a given number of rows after a given row index from a remote agent & updates the values in this table
snmpInASNParseErrs - Static variable in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
snmpInBadCommunityNames - Static variable in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
snmpInBadCommunityUses - Static variable in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
snmpInBadValues - Static variable in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
snmpInBadVersions - Static variable in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
SnmpInformDispatcher - class com.koshna.snmp.manager.SnmpInformDispatcher.
This class represents a snmp inform dispatcher.
SnmpInformDispatcher() - Constructor for class com.koshna.snmp.manager.SnmpInformDispatcher
 
SnmpInformGenerator - class com.koshna.snmp.core.SnmpInformGenerator.
This class represents a snmp inform generator.
SnmpInformGenerator(SnmpDispatcher) - Constructor for class com.koshna.snmp.core.SnmpInformGenerator
 
SnmpInformGenerator(SnmpDispatcher, Hashtable) - Constructor for class com.koshna.snmp.core.SnmpInformGenerator
 
SnmpInformListener - interface com.koshna.snmp.manager.SnmpInformListener.
This class represents a snmp inform listener.
SnmpInformPdu - class com.koshna.snmp.core.SnmpInformPdu.
This class represents a snmp inform pdu.
SnmpInformPdu(BERTag) - Constructor for class com.koshna.snmp.core.SnmpInformPdu
Constructs a PDU from a BER encoded element
SnmpInformPdu(InputStream) - Constructor for class com.koshna.snmp.core.SnmpInformPdu
Constructs a PDU from a ByteArrayInputStream
SnmpInformPdu(SnmpInformPdu) - Constructor for class com.koshna.snmp.core.SnmpInformPdu
Constructs a PDU with another PDU
SnmpInformPdu(SnmpTimeTicks, SnmpOID) - Constructor for class com.koshna.snmp.core.SnmpInformPdu
Constructs an empty PDU
SnmpInformPdu(SnmpTimeTicks, SnmpOID, Vector) - Constructor for class com.koshna.snmp.core.SnmpInformPdu
Constructs a PDU with a vector of VarBinds
SnmpInformProcessor - class com.koshna.snmp.manager.SnmpInformProcessor.
This class represents a snmp inform pdu processor.
SnmpInformProcessor(SnmpInformListener, SnmpInformPdu, SnmpPeer) - Constructor for class com.koshna.snmp.manager.SnmpInformProcessor
Constructs a snmp inform processor with the given parameters
snmpInGenErrs - Static variable in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
snmpInGetNexts - Static variable in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
snmpInGetRequests - Static variable in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
snmpInGetResponses - Static variable in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
snmpInNoSuchNames - Static variable in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
snmpInPkts - Static variable in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
snmpInReadOnlys - Static variable in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
snmpInSetRequests - Static variable in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
SnmpInteger - class com.koshna.snmp.core.smi.SnmpInteger.
This class represents the SMI SnmpInteger.
SnmpInteger() - Constructor for class com.koshna.snmp.core.smi.SnmpInteger
Default constructor, constructs an SnmpInteger and sets the value to 0
SnmpInteger(BERElement) - Constructor for class com.koshna.snmp.core.smi.SnmpInteger
Constructs an SnmpInteger from a BER element
SnmpInteger(Enum) - Constructor for class com.koshna.snmp.core.smi.SnmpInteger
Constructs an SnmpInteger and sets the value to the int parameter
SnmpInteger(int) - Constructor for class com.koshna.snmp.core.smi.SnmpInteger
Constructs an SnmpInteger and sets the value to the int parameter
SnmpInteger(SnmpInteger) - Constructor for class com.koshna.snmp.core.smi.SnmpInteger
Copy constructor, constructs an SnmpInteger from another
snmpInTooBigs - Static variable in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
snmpInTotalReqVars - Static variable in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
snmpInTotalSetVars - Static variable in class com.koshna.snmp.core.SnmpEngineStatsHelper
 
snmpInTraps - Static variable in class com.koshna.snmp.core.