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

A

AbstractLogger - class com.adventnet.afp.log.AbstractLogger.
This class is the abstract class that implements the Logger interface.
AbstractLogger() - Constructor for class com.adventnet.afp.log.AbstractLogger
Creates a new AbstractLogger instance with the default Logger properties.
AbstractLogWriter - class com.adventnet.afp.log.AbstractLogWriter.
This is the abstract class that implements the LogWriter.
AbstractLogWriter() - Constructor for class com.adventnet.afp.log.AbstractLogWriter
Creates a new AbstractLogWriter instance.
ACCESS_ALLOWED - Static variable in class com.adventnet.snmp.snmp2.vacm.SnmpVacm
Constant value for AccessAllowed
ACCESSFORNOTIFY - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
accessible-for-notify in Snmpv2.
ACMProvider - class com.adventnet.snmp.snmp2.ACMProvider.
This class is used to register the appropriate access control model to be used with AdventNet SNMP API.
ACTIVE - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
The Active State of the Tables.
ACVariation - class com.adventnet.snmp.mibs.ACVariation.
This class represents the VARIATIONS within the module of AGENT-CAPABILITIES which contains the informations like Specific variables that are not implemented Variables for which access is restricted (e.g., to read-only) Variables whose values are restricted to a smaller range than defined in the MIB.
addChecks(byte[], byte) - Method in class com.adventnet.snmp.mibs.MibOperations
Used to add checks to the existing parsing level.
addCustomProperty(String, String) - Method in class com.adventnet.afp.log.LoggerProperties
This method can be used to add any other property which the user may need to use.
addCustomProperty(String, String) - Method in class com.adventnet.afp.log.LogWriterProperties
The method addCustomProperty is used to add a property to the LogWriter.Either key or the value should not be null or empty.
addEntry(SecurityModelEntry) - Method in class com.adventnet.snmp.snmp2.SecurityModelTable
Method to add a new SecurityModelEntry entry to the list of SecurityModel entries maintaied by this class.
addEntry(SecurityModelEntry) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityTable
Adds the SnmpCommunityEntry object to the list of SnmpCommunityEntry objects, maintained in this class.
addEntry(SecurityModelEntry) - Method in class com.adventnet.snmp.snmp2.usm.USMUserTable
Adds the USMUserEntry object to the list of USMUserEntry objects maintained in this class.
addEntry(SnmpEngineEntry) - Method in class com.adventnet.snmp.snmp2.SnmpEngineTable
Adds the SnmpEngineEntry to the list of SnmpEngineEntry objects maintained in this class.
addEntry(SnmpNotifyEntry) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyTable
Adds the SnmpNotifyEntry object to the list of SnmpNotifyEntry objects maintained in this class.
addEntry(SnmpNotifyFilterEntry) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterTable
Adds the SnmpNotifyFilterEntry object to the list of SnmpNotifyFilterEntry objects maintained in this class.
addEntry(SnmpNotifyFilterProfileEntry) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileTable
Adds the SnmpNotifyFilterProfileEntry object to the list of SnmpNotifyFilterProfileEntry objects maintained in this class.
addEntry(SnmpTargetAddrExtEntry) - Method in class com.adventnet.snmp.snmp2.SnmpTargetAddrExtTable
Adds the SnmpTargetAddrExtEntry object to the list of SnmpTargetAddrExtEntry objects maintained in this class.
addEntry(VacmAccessEntry, byte[]) - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupAccessTable
Adds the VacmAccessEntry object to the list of VacmAccessEntry objects in the VacmGroupAccessEntry.
addEntry(VacmContextEntry) - Method in class com.adventnet.snmp.snmp2.vacm.VacmContextTable
Adds the VacmContextEntry to the list of VacmContextEntry objects.
addEntry(VacmFamilyEntry, byte[], int) - Method in class com.adventnet.snmp.snmp2.vacm.VacmViewTreeTable
Adds the VacmFamilyEntry object to the list of VacmFamilyEntry objects in the VacmViewTreeEntry.
addEntry(VacmGroupEntry) - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupTable
Adds the VacmGroupEntry object to the list of VacmGroupEntry objects maintained by this class.
addLabel(String) - Method in class com.adventnet.snmp.mibs.MibOperations
Used to add label which should not be treated as a reserved word by the MIB parser.
addLogClient(LoggerProperties) - Method in class com.adventnet.snmp.beans.SnmpTarget
Adds the Log client for which the target has to redirect the log messages.
addLogClient(LoggerProperties) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Adds the Log client for which the target has to redirect the log messages.
addLogClient(LoggerProperties) - Static method in class com.adventnet.utils.LogManager
Adds the Log client for redirecting the log messages.
addLogClient(LogInterface) - Method in class com.adventnet.snmp.beans.SnmpTarget
Add the Log client for which the target has to redirect the log messages
addLogClient(LogInterface) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Add the Log client for which the SnmpRequestServer has to redirect the log messages
addLogClient(LogInterface) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
add the Log client for which the trapreceiver has to redirect the log messages
addLogClient(LogInterface) - Static method in class com.adventnet.utils.LogManager
Subscribe for logging debug message.
addLogger(LoggerProperties) - Method in class com.adventnet.afp.log.LogConfigFileWriter
This method is used to write the properties of a Logger to the XML file.
addLogger(LoggerProperties) - Method in interface com.adventnet.afp.log.LogConfigWriter
This method adds a new Logger into the destination specified( file, database etc).
addLogWriter(LogWriterProperties) - Method in class com.adventnet.afp.log.LogConfigFileWriter
This method is used to write the Writer and its Properties specified with in the tag to the XML File.
addLogWriter(LogWriterProperties) - Method in interface com.adventnet.afp.log.LogConfigWriter
This method adds a new LogWriter into the destination specified( file, database etc).
addNull(SnmpOID) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
This method will add a vairable binding which contains this SnmpOID and a placeholder ( NULL ) as the value.
addObjectID(String) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method adds an SnmpOID specified by string to the SnmpOID list.
addObjectID(String) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Adds an ObjectID specified by string to the existing OID list.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.adventnet.snmp.beans.PropertyCustomizer
Registers a listener for the PropertyChange event
addPropertyChangeListener(PropertyChangeListener) - Method in class com.adventnet.afp.log.AbstractLogger
This method is used to add the PropertyChangeListener to the Logger instance.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.adventnet.afp.log.Logger
This method is used to add the PropertyChangeListener to the Logger instance.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.adventnet.afp.log.AbstractLogWriter
Method for adding PropertyChangeListener to this LogWriter instance.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.adventnet.afp.log.LogWriter
Method for adding PropertyChangeListener to this LogWriter instance.
addRequest(RequestEvent) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To add a request to the already existing requests.
addRequest(RequestEvent) - Method in interface com.adventnet.snmp.beans.RequestListener
Add a request to the server.
addResultListener(ResultListener) - Method in class com.adventnet.snmp.beans.SnmpTarget
Adds a listener for events from this target.
addResultListener(ResultListener) - Method in class com.adventnet.snmp.beans.SnmpPoller
add a listener for events from this poller.
addResultListener(ResultListener) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Adds a Listener to the list that is notified each time when a response arrives.
addRow(boolean, String[]) - Method in class com.adventnet.snmp.beans.ClippedTable
To add a row of data into the table .Rows can be added to a table only if, the table is a SMIv1 table with EntryStatus defined or SMIv2 table with RowStatus defined.
addRow(boolean, String[], String[]) - Method in class com.adventnet.snmp.beans.SnmpTable
To add a new row of data into the table.
addSnmpClient(SnmpClient) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Subscribe for callbacks.
addSnmpClientWithID(SnmpClient) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Subscribes for callbacks.
addSnmpOID(SnmpOID) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method adds an SnmpOID to the previously set list of SnmpOID
addSnmpOID(SnmpOID) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Adds an SnmpOID to the existing list of OIDs.
addSnmpPropertyListener(SnmpPropertyListener) - Method in class com.adventnet.snmp.beans.SnmpTarget
Adds SnmpPropertyListener to the SnmpPropertyListener list.
addSnmpPropertyListener(SnmpPropertyListener) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Adds SnmpPropertyListener to the Listeners list.
addSnmpTableListener(SnmpTableListener) - Method in class com.adventnet.snmp.beans.SnmpTable
Adds a SnmpTableListener instance to the listener's list.Whenever a change in SnmpTable occurs all the registered listeners will be notified.
addTrapListener(TrapListener) - Method in class com.adventnet.snmp.beans.NotificationAdaptor
Add a listener for events from this target.
addTrapListener(TrapListener) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Adds a listener for events from this target.
addV3HandShakeResultListener(V3HandShakeResultListener) - Method in class com.adventnet.snmp.beans.SnmpTarget
Adds a listener to receive the events when SnmpEngineID discovery and time Synchronization is performed by the method async_create_v3_tables.
addV3HandShakeResultListener(V3HandShakeResultListener) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Adds a listener to receive the events when SnmpEngineID discovery and time Synchronization is performed by the method async_create_v3_tables.
addVariableBinding(int, SnmpVarBind) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Adds SNMP variable at specified index in PDUs list of variable bindings.
addVariableBinding(SnmpVarBind) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Adds SNMP variable at the end of PDU's list of variable bindings.
AGENT_CAPABILITIES_CONSTRUCT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
AgentCapabilities - class com.adventnet.snmp.mibs.AgentCapabilities.
This class represents a AGENT-CAPABILITIES macro in a module.
AgentCapabilitiesModule - class com.adventnet.snmp.mibs.AgentCapabilitiesModule.
This class represents a AGENT-CAPABILITIES macro in a module.
ALL_COLUMNS - Static variable in class com.adventnet.snmp.beans.SnmpTableEvent
Constant to specify if change was across all columns.
ALL_MESSAGES - Static variable in class com.adventnet.snmp.mibs.MibOperations
For printing all the debug messages
ANY_SEC_MODEL - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
Constant values for "any" security model.
appendFile(String, byte[]) - Method in class com.adventnet.snmp.snmp2.SASClient
The appendFile method for appending data to a file in "SASusers" sub-directory in which SASPort.html was created by the SAServer.
appletResize(int, int) - Method in class com.adventnet.snmp.snmp2.SASAppletStub
Called when the applet wants to be resized.
archiveFile(String, String) - Method in class com.adventnet.afp.log.FileLogWriter
The file before getting deleted from the logs directory, is moved to Archive.
ASN1_ERROR_ERR - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when a error occurs while parsing the snmp message.
ASN1Parser - class com.adventnet.snmp.snmp2.ASN1Parser.
Implements the ASN1Parser that contains the decode and encode methods.
async_create_v3_tables() - Method in class com.adventnet.snmp.beans.SnmpServer
Method to create new users and add them to the userTable in USMUserTable.
AUTH_NO_PRIV - Static variable in class com.adventnet.snmp.snmp2.Snmp3Message
Used to specify that authenticated message be sent to the peer.
AUTH_NO_PRIV - Static variable in class com.adventnet.snmp.snmp2.vacm.SnmpVacm
Used to specify that authenticated message be sent to the peer.
AUTH_NO_PRIV - Static variable in class com.adventnet.snmp.beans.SnmpServer
Used to specify that authenticated message be sent to the peer.
AUTH_PRIV - Static variable in class com.adventnet.snmp.snmp2.Snmp3Message
Used to specify that authentication and privacy are used in the communication with the peer.
AUTH_PRIV - Static variable in class com.adventnet.snmp.snmp2.vacm.SnmpVacm
Used to specify that authentication and privacy are used in the communication with the peer.
AUTH_PRIV - Static variable in class com.adventnet.snmp.beans.SnmpServer
Used to specify that authentication and privacy are used in the communication with the peer.
authenticate(Snmp3Message) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
This performs the authentication for this user entry.
authenticate(SnmpPDU, String) - Method in interface com.adventnet.snmp.snmp2.SnmpClient
This function needs to be supplied by the user of the API to add authentication.
authenticate(SnmpPDU, String) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
This is the SnmpClient method implementation used to authenticate a PDU.
authenticate(SnmpPDU, String) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Authenticates the received Trap PDU.
authenticateMessageToSend(Snmp3Message, SnmpSession) - Method in class com.adventnet.snmp.snmp2.SecurityModelEntry
Prepares the outgoing message as per security model and message security level etc.
authenticateMessageToSend(Snmp3Message, SnmpSession) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
This method resets the version of the PDU, to the version which was in it, when authenticateReceivedMessage was invoked.
authenticateMessageToSend(Snmp3Message, SnmpSession) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Performs authentication of the received message as per the security model.
authenticateReceivedMessage(Snmp3Message, SnmpSession) - Method in class com.adventnet.snmp.snmp2.SecurityModelEntry
Performs authentication of the received message as per the security model.
authenticateReceivedMessage(Snmp3Message, SnmpSession) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Performs authentication of the received message as per the standard.
authenticateReceivedMessage(Snmp3Message, SnmpSession) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Performs authentication of the received message as per the USM security model.
AUTHPASSWORD - Static variable in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
to specify the property as auth password
AUTHPROTOCOL - Static variable in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
to specify the property as auth protocol

B

BITSTRING - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
Deprecated. This variable has been deprecated in SNMPv2 protocol.

C

calculateTimeout(int, int) - Method in class com.adventnet.snmp.snmp2.TimeoutPolicy
This method should calculate the timeout value and return it.
callback(SnmpSession, SnmpPDU, int) - Method in interface com.adventnet.snmp.snmp2.SnmpClient
This function needs to be supplied by the user of the API to use callbacks.
callback(SnmpSession, SnmpPDU, int) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
This is the SnmpClient method implementation method that processes and forwards the result.The response returned by the RequestServer will be received by this method.
callback(SnmpSession, SnmpPDU, int) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
this is the method that processes and forward the trap.
category - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
The community string of the Trap
CBC_DES - Static variable in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Constant for SNMPV3 usmUser CBC_DES PrivProtocol.
CHECK_ACCESS - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_ACCESS_FOR_COLUMNAR_NODES - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_ACCESS_FOR_COUNTER_SYNTAX - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_ACCESS_FOR_CREATION_REQUIRES - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_ACCESS_IN_TABLE_AND_ENTRY_NODE - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_ACCESS_KEYWORD - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_ACCESS_VALUE - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_ATLEAST_TWO_SUBOID - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_BINARY_DEFVAL - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_BITS_VALUE - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_BRACES_IN_DEFVAL - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_COLUMNAR_NODES - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_COMMENTS_IN_TEXT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_CONSTRUCT_IN_IMPORTS - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_CREATION_REQUIRES - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_DEFAULT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_DEFVAL - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_DEFVAL_FOR_COUNTER_SYNTAX - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_DISPLAY_HINT_FORMAT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_EMPTY_DEFVAL - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_ENTERPRISE_VALUE - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_ENTRY_IN_AUGMENTS_CONSTRUCT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_ENUM_IN_INTEGER32 - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_ENUM_LABEL - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_EXPORT_CONSTRUCT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_FIRST_SUBOID - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_FOR_SCALAR_INDEX - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_FOR_SIZE_CLAUSE_IN_INTEGER - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_FOR_SIZE_CLAUSE_IN_OCTET_STRING - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_FOR_SMIV1_CONSTRUCT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_GENERIC_TRAP_NUMBER - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_HEX_DEFVAL - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_HYPHEN_IN_IDENTIFIERS - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_IDENTIFIERS - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_IMPLIED_NODE_TYPE - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_INDEX_NODE_ACCESS - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_INDEX_NODE_SYNTAX - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_INDEX_VALUE - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_INVALID_IMPORTS_VALUES - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_INVALID_OBJECTS - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_INVALID_OID_DEFVAL - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_INVALID_V2_SYNTAX - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_LAST_SUBOID - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_LC_NAME - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_LONG_SUBOID - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_LUPDATED_REVISION_UTC_TIME - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_MANDATORY_GROUPS - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_MAX_MIN_RANGE - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_MIN_ACCESS_CONSTRUCT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_MIN_MAX_ACCESS - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_MISCELLANEOUS - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_MODULE_IDENTITY_INVOCATION - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_MODULE_IDENTITY_OCCURRENCE - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_MULTIPLE_OCCURRENCE_OF_ENUM_LABEL - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_MULTIPLE_OCCURRENCE_OF_NODE - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_NEGATIVE_VALUE_IN_SIZE - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_NETWORK_ADDRESS - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_NO_OF_CHARACTERS_EXCEEDS_32 - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_NO_OF_CHARACTERS_EXCEEDS_64 - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_NT_OBJECTS_ACCESS - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_NUMBER_OF_COLUMNAR_NODES - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_OBJECTS_ACCESS - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_OBJECTS_IN_MC - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_OBJECTS_IN_THIS_MODULE - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_OCCURENCE_OF_IMPLIED_NODE - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_OCCURRENCE_OF_DISPLAY_HINT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_OCCURRENCE_OF_INDEX_NODE - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_OCCURRENCE_OF_ROWSTATUS_NODE - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_OID_BETN_MODNAME_DEFINITIONS - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_OID_OIDY_DEFVAL - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_OPAQUE_SYNTAX - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_PROPER_FIELDS - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_RANGE_DUPLICATION - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_RANGE_INTERSECTION - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_RECURSIVE_AUGMENTS_CONSTRUCT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_RESERVED_WORDS - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_ROW_OBJID - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_ROWSTATUS_ACCESS - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_SECOND_SUBOID - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_SEQUENCE_CONSTRUCT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_SEQUENCE_WITH_SUBTYPE - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_SIZE_FOR_OCTET_STRING - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_STATUS - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_SUBTYPING_FOR_SYNTAX - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_SYNTAX - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_TABLE_CONSTRUCT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_TABLE_NAMING_CONVENTION - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_TABLE_OBJECT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_TC_AS_SYNTAX - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_TC_CASE - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_TRAP_NUMBER - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_UTC_TIME - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
CHECK_ZERO_IN_ENUM - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
checkDifferences(Vector) - Method in class com.adventnet.snmp.beans.SnmpTable
This method compares current table data with old data and notifies registered listeners of changes
checkResponses() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Checks for any outstanding responses that are still in the receive queue.
checkResponses() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Checks each session to see if there is any outstanding response.
checkTimeout(int) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Returns true if the reqid is in the list of this session's timed out requests, and removes it from the list.
checkTimeouts() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Checks each session to see if there is any outstanding Time-outs
checkValue(int) - Method in class com.adventnet.snmp.mibs.LeafSyntax
Checks to see if the integer value argument is in the defined range for this syntax definition.
checkValue(String) - Method in class com.adventnet.snmp.mibs.LeafSyntax
Checks to see if the String value argument is in the defined range for this syntax definition.
cleanup() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Deprecated. Replaced by stop() method.
clearWhiteSpace(String) - Static method in class com.adventnet.snmp.beans.Parsers
To get rid of leading and trailing white space
clientCall(byte[]) - Method in class com.adventnet.snmp.snmp2.SASClient
This method is used to build user defined functions around SAS.
ClippedTable - class com.adventnet.snmp.beans.ClippedTable.
The ClippedTable class is an extention of SnmpTable for large SNMP tables.
ClippedTable() - Constructor for class com.adventnet.snmp.beans.ClippedTable
Use this constructor for Applications
ClippedTable(Applet) - Constructor for class com.adventnet.snmp.beans.ClippedTable
Use this constructor for Applets
clone() - Method in class com.adventnet.snmp.mibs.LeafSyntax
Creates and returns a copy of this object.
clone() - Method in class com.adventnet.snmp.mibs.MibTC
Creates and returns a copy of this object.
close() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Close Snmp Session and stop receiver thread.
close() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Stops the API thread which monitors the session for time-outs and retries.
close() - Method in interface com.adventnet.snmp.snmp2.SnmpTransportProvider
Closes the transport interface after communication is over.
close() - Method in class com.adventnet.snmp.snmp2.TcpTransportImpl
Closes the transport interface after communication is over.
close() - Method in class com.adventnet.management.transport.TcpServerTransportImpl
Closes the transport interface after communication is over.
close() - Method in class com.adventnet.management.transport.TcpSessionTransportImpl
Closes the transport interface after communication is over.
close() - Method in class com.adventnet.management.transport.TcpClientTransportImpl
Closes the transport interface after communication is over.
close() - Method in interface com.adventnet.management.transport.TransportProvider
Closes the transport interface after communication is over.
close() - Method in interface com.adventnet.management.transport.SessionTransportProvider
Closes the transport interface after communication is over.
close() - Method in interface com.adventnet.afp.log.LogWriter
For closing all the writer instances.
close() - Method in class com.adventnet.afp.log.FileLogWriter
This method will close the stream that are opened and releases any resources that are associated with the stream.
closeDB() - Method in class com.adventnet.snmp.snmp2.SASClient
This method is for closing the database connection which is opened through the method connectDB method.
closePrintStream() - Static method in class com.adventnet.afp.log.LogPrintStream
This method will close both the SYS_OUT and SYS_ERR streams that are opened.
color - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
 
com.adventnet.afp.log - package com.adventnet.afp.log
 
com.adventnet.management.transport - package com.adventnet.management.transport
This package defines some basic interfaces for a generic transport provider framework communication between a client and server.
com.adventnet.snmp.beans - package com.adventnet.snmp.beans
This package consists of AdventNet SNMP Java Beans components that can be imported into any Java Bean Builders.
com.adventnet.snmp.mibs - package com.adventnet.snmp.mibs
This package provides all the Management Information Base (MIB) handling support like MIB loading, unloading etc.
com.adventnet.snmp.snmp2 - package com.adventnet.snmp.snmp2
This low-level SNMP API package implements snmp communication and snmp variables defined in ASN.1 like SnmpOID, SnmpInteger etc.
com.adventnet.snmp.snmp2.security.community - package com.adventnet.snmp.snmp2.security.community
The community package provides a reference implementation of the Community based Security Model for SNMPv3 that can be plugged into the security model framework provided by the AdventNet SNMP APIs.
com.adventnet.snmp.snmp2.usm - package com.adventnet.snmp.snmp2.usm
The usm package provides a reference implementation of the User based Security Model (usm) for SNMPv3 that can be plugged into the security model framework provided by the AdventNet SNMP APIs.
com.adventnet.snmp.snmp2.vacm - package com.adventnet.snmp.snmp2.vacm
The vacm package provides a reference implementation of the View-based Access Control Model (vacm) for SNMPv3 that can be plugged into the access control framework provided by the AdventNet SNMP APIs.
com.adventnet.utils - package com.adventnet.utils
This package consists of AdventNet Utils classes.It is mainly used for Internationalization and for Logging of Debug messages.
COMMUNITY - Static variable in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
to specify the property as community
compare(int[], int[]) - Static method in class com.adventnet.snmp.snmp2.SnmpAPI
An int array comparison routine.
compareRow(int, Vector) - Method in class com.adventnet.snmp.beans.SnmpTable
This method compares current data with old data for a given row and notifies registered listeners of changes
connectDB(String, String, String, String) - Method in class com.adventnet.snmp.snmp2.SASClient
This method is for connecting with the database through SAS.
ConnectionListener - interface com.adventnet.snmp.snmp2.ConnectionListener.
This is an interface that the user must implement to monitor the status of the connection with the SnmpSession.
ConsoleLog - class com.adventnet.afp.log.ConsoleLog.
For quicker notification, the log messages are directed to the console.
CONTEXTID - Static variable in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
to specify the property as context id
CONTEXTNAME - Static variable in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
to specify the property as context name
convertTrap(TrapEvent) - Method in class com.adventnet.snmp.beans.NotificationAdaptor
Attempts to convert v2c notification pdu parameters to v1 trap pdu parameters.
copy() - Method in class com.adventnet.snmp.snmp2.SecurityModelEntry
This returns the copy of this Security Entry object.
copy() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Makes a copy of entire SnmpPDU including the SnmpMessage it encapsulates.
copy() - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
 
copy() - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
This returns, the copy of this Security Entry object.
copy() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Returns a copy of this USMUserEntry.
copy(byte[], byte[]) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Returns a copy of this USMUserEntry with the userName and engineID, initialized to the values passed.
copyWithoutVarbinds() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
 
COUNTER - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP Type Constants.
COUNTER64 - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP Type Constants.
counter64Diff(SnmpCounter64) - Method in class com.adventnet.snmp.snmp2.SnmpCounter64
Returns the difference between two SnmpCounter64 numbers as a long array of length 2.
CREATE_AND_GO - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
The createAndGo state of the Tables.
CREATE_AND_WAIT - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
The createAndWait state of the Tables.
create_v3_tables() - Method in class com.adventnet.snmp.beans.SnmpServer
Method to create new users and add them to the userTable in USMUserTable.
create_v3_tables() - Method in interface com.adventnet.snmp.beans.CustomizerTemplate
This needs to be implemented to set add v3 user entry.Thil will set v3 user information by creating SnmpEngineTable and USMUserTable
createCompiledMibs(String) - Method in class com.adventnet.snmp.mibs.MibOperations
Used to create compiled mibs namely the cmi and cds files.
createDir(String) - Method in class com.adventnet.snmp.snmp2.SASClient
The createDir method is for creating a directory on the applet host.
createJCheckBoxMenuItem(String, char, char) - Static method in class com.adventnet.utils.SnmpUtils
 
createJMenu(String, char, char) - Static method in class com.adventnet.utils.SnmpUtils
Create a JMenu after internationalizing the name and the mnemonic by looking up the mnemonic character from the resourcebundle.
createJMenuItem(String, char, char) - Static method in class com.adventnet.utils.SnmpUtils
Creates a JMenuItem after internationalizing the name and the mnemonic by looking up the mneumonic character from the resource bundle.
createJRadioButtonMenuItem(String, char, char) - Static method in class com.adventnet.utils.SnmpUtils
 
createLogger(LoggerProperties, boolean) - Method in class com.adventnet.afp.log.LogFactory
The createLogger method is used to add a Logger.
createLogWriter(LogWriterProperties, boolean) - Method in class com.adventnet.afp.log.LogFactory
The method createLogWriters is used to create a new LogWriter.
createSnmpVarBind(Vector, SnmpVar, Vector) - Method in class com.adventnet.snmp.mibs.MibNode
Creates an SnmpVarBind instance with supplied parameters.
createTable(int) - Method in class com.adventnet.snmp.snmp2.SecurityProvider
Creates a new SecurityModelTable Object for the specific securityModel.
createUserEntry(byte[], byte) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Creates a usm user entry with the given EngineID and Security Level, in the USM Table.
createVariable(String) - Method in class com.adventnet.snmp.mibs.LeafSyntax
Instantiates and returns an SnmpVar of type specified by this Syntax.
createVariable(String, byte) - Static method in class com.adventnet.snmp.snmp2.SnmpVar
Creates a new SnmpVar object with the specified type and value.
createVariable(String, String) - Method in class com.adventnet.snmp.mibs.LeafSyntax
Instantiates and returns an SnmpVar of type specified by this Syntax with respect to the encoding scheme.
createVariableBinding(String, String[], String) - Method in class com.adventnet.snmp.mibs.MibOperations
Creates an SnmpVarBind instance with the supplied parameters.
CRITICAL - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
constant for critical debug messages.
CRITICAL - Static variable in class com.adventnet.utils.LogManager
 
CRITICAL - Static variable in class com.adventnet.snmp.mibs.MibOperations
For setting the critical parsing level
CRITICAL_MESSAGES - Static variable in class com.adventnet.snmp.mibs.MibOperations
For printing all the critical messages
CustomizerTemplate - interface com.adventnet.snmp.beans.CustomizerTemplate.
This interface is defined to develop customizer for v3 properties.

D

DataException - exception com.adventnet.snmp.beans.DataException.
Class of DataException - to catch and report SNMP data gathering SNMP data specification, or SNMP data polling errors
DataException() - Constructor for class com.adventnet.snmp.beans.DataException
Constructs a DataException with no detailed message.
DataException(String) - Constructor for class com.adventnet.snmp.beans.DataException
Constructs a DataException with the specified detail message.
date - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
Time when the Trap event occured.
dateString() - Method in class com.adventnet.snmp.beans.ParsedTrapEvent
To get a printable date when trap is received.
dbg(String) - Method in interface com.adventnet.management.transport.LogInterface
This is the method for handling debug messages.
dbg(String) - Method in interface com.adventnet.utils.LogInterface
This is the method for handling debug messages.
DEBUG - Static variable in class com.adventnet.utils.LogManager
 
debugLevel - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
variable having debugLevel , by defaullt FATAL.
debugPrint(String) - Method in interface com.adventnet.snmp.snmp2.SnmpClient
This function needs to be supplied by the user of the API to obtain a means of manipulating debugging output.
debugPrint(String) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
This is the SnmpClient method implementation that prints the standard error.
debugPrint(String) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
This is the SnmpClient method implementation that redirects the log message to standard output or to client directly if it implements LogInterface.
debugPrintHigh(Object) - Static method in class com.adventnet.snmp.snmp2.SnmpAPI
debugPrint method for FATAL messages.
debugPrintLow(Object) - Static method in class com.adventnet.snmp.snmp2.SnmpAPI
debugPrint method for NON_CRITICAL messages.
debugPrintMedium(Object) - Static method in class com.adventnet.snmp.snmp2.SnmpAPI
debugPrint method for CRITICAL messages.
decode() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Decodes the remainder of the PDU.
decodeDefval() - Method in class com.adventnet.snmp.mibs.MibNode
Gives the decoded value of the DEFVAL field.
decodeInstanceString(String, Vector) - Method in class com.adventnet.snmp.mibs.LeafSyntax
Decodes an instance string based on the instance and indexMibNodes.
decodeInteger() - Method in class com.adventnet.snmp.snmp2.ASN1Parser
Decodes an ASN.1 Integer Only the least significant 4 bytes are retained
decodeLength() - Method in class com.adventnet.snmp.snmp2.ASN1Parser
Decodes an ASN.1 length field of an SNMP packet.
decodeLong() - Method in class com.adventnet.snmp.snmp2.ASN1Parser
Decodes an ASN.1 Long Only the least significant 8 bytes are retained
decodeMsgSecurityParams(Snmp3Message, SnmpSession, ASN1Parser) - Method in class com.adventnet.snmp.snmp2.SecurityModelEntry
This method will decode the securityModel dependent security parameters.
decodeMsgSecurityParams(Snmp3Message, SnmpSession, ASN1Parser) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
This method will decode the security parameters that are dependent on the security model.
decodeMsgSecurityParams(Snmp3Message, SnmpSession, ASN1Parser) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
This method will decode the USM security parameters.
decodeObj(byte[]) - Method in class com.adventnet.snmp.beans.ParsedTrapEvent
To decode the encoded object
decodeOctetString() - Method in class com.adventnet.snmp.snmp2.ASN1Parser
Decodes an ASN.1 Octet string.
decodeOID() - Method in class com.adventnet.snmp.snmp2.ASN1Parser
Decodes an ASN.1 Object Identifier.
decodeVarBindList(Vector) - Method in class com.adventnet.snmp.snmp2.ASN1Parser
 
decodeVariable() - Method in class com.adventnet.snmp.snmp2.SnmpOpaque
Returns the SnmpVar object if any wrapped inside the SnmpOpaque object.
DECRYPT_ERROR_ERR - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when the Decryption fails at the authoratative engine(agent) side.
decrypt(byte[], byte[], int, SecurityModelEntry) - Method in class com.adventnet.snmp.snmp2.ASN1Parser
Decrypts the data.
decrypt(byte[], int, byte[], int, byte[]) - Method in class com.adventnet.snmp.snmp2.SecurityModelEntry
This method is called to decrypt the data.
decrypt(byte[], int, byte[], int, byte[]) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
This method is used to decrypt the data.
decrypt(byte[], int, byte[], int, byte[]) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
 
DEFAULT - Static variable in class com.adventnet.utils.LogManager
 
DefaultLogger - class com.adventnet.afp.log.DefaultLogger.

This class is the default implementation of a Logger.
DefaultLogger() - Constructor for class com.adventnet.afp.log.DefaultLogger
Creates a new DefaultLogger instance with default Logger properties.
DELETE - Static variable in class com.adventnet.snmp.beans.SnmpTableEvent
Constant to specify what the change was.
deleteDir(String) - Method in class com.adventnet.snmp.snmp2.SASClient
The deleteDir method for deleting a directory on the applet host.
deleteFile(String) - Method in class com.adventnet.snmp.snmp2.SASClient
The deleteFile method is for deleting a file on the applet host.
deleteRow(String) - Method in class com.adventnet.snmp.beans.SnmpTable
To delete a row of data from the table.
deSerialize() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
This deSerializes the SNMPV3 Security tables from the file specified by the setSerializeFileName method.
deSerialize() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterTable
DeSerializes the file "FilterEntry.ser" to get a list of SnmpNotifyFilterEntry objects.
deSerialize() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyTable
DeSerializes the file "NotifyEntry.ser" to get a list of SnmpNotifyEntry objects.
deSerialize() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileTable
DeSerializes the file "FilterProfileEntry.ser" to get a list of SnmpNotifyFilterProfileEntry objects.
deSerialize() - Method in class com.adventnet.snmp.snmp2.SnmpTargetAddrExtTable
DeSerializes the SnmpTargetAddrExtEntry objects from the file "TAddrExtTable.ser" to get a list of SnmpTargetAddrExtEntry objects.
deSerialize() - Method in class com.adventnet.snmp.snmp2.SnmpEngineTable
DeSerializes the file "EngineEntry.ser" to get a list of SnmpEngineEntry objects.
deSerialize() - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityTable
DeSerializes the file "CommunityEntry.ser" to get a list of SnmpCommunityEntry objects.
deSerialize() - Method in class com.adventnet.snmp.snmp2.usm.USMUserTable
DeSerializes the file "UserEnrty.ser", to get a list of USMUserEntry objects.
deSerialize(ObjectInputStream) - Method in class com.adventnet.snmp.snmp2.SecurityModelTable
DeSerializes the SecurityModelEntry objects from the particular input Stream.
deSerialize(ObjectInputStream) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterTable
DeSerializes the SnmpNotifyFilterEntry objects from the particular input Stream to the list of SnmpNotifyFilterEntry objects.
deSerialize(ObjectInputStream) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyTable
DeSerializes the SnmpNotifyEntry objects from the particular input Stream to the list of SnmpNotifyEntry objects.
deSerialize(ObjectInputStream) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileTable
DeSerializes the SnmpNotifyFilterProfileEntry objects from the particular input Stream to the list of SnmpNotifyFilterProfileEntry objects.
deSerialize(ObjectInputStream) - Method in class com.adventnet.snmp.snmp2.SnmpTargetAddrExtTable
DeSerializes the SnmpTargetAddrExtEntry objects from the particular input Stream to the list of SnmpTargetAddrExtEntry objects.
deSerialize(ObjectInputStream) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityTable
DeSerializes the SnmpCommunityEntry objects, from the particular input Stream, to the list of SnmpCommunityEntry objects.
deSerialize(ObjectInputStream) - Method in class com.adventnet.snmp.snmp2.usm.USMUserTable
DeSerializes the USMUserEntry objects, from the particular input Stream to the list of USMUserEntry objects.
deSerialize(ObjectInputStream) - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupTable
 
deSerialize(ObjectInputStream) - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupAccessTable
Retrives the VacmGroupAccess entries from the file VacmGroupAccessEntry to the GrpAccessTable
deSerialize(ObjectInputStream) - Method in class com.adventnet.snmp.snmp2.vacm.VacmContextTable
Reads the Context entries from the ObjectinputStream specified.
deSerialize(ObjectInputStream) - Method in class com.adventnet.snmp.snmp2.vacm.VacmViewTreeTable
 
deSerializeEngineBoots() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
This deSerializes the engine boots into the file specified by the setSerializeFileName method.
deSerializeUSM() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
This will deserialize the v3 tables like USMUserTable and SnmpEngineTable from serialized file if the serilaized file already exists
DESTROY - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
The Destroy state of the Tables.
diff(SnmpCounter64) - Method in class com.adventnet.snmp.snmp2.SnmpCounter64
Returns the difference between this SnmpCounter64 and SnmpCounter64 argument as a long.
DISABLE - Static variable in class com.adventnet.afp.log.LogLevel
This level has a value 0.This level disables logging .
discoverEngineID(SnmpSession) - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
This performs the standard Snmpv3 discovery process to learn the engineID of the Snmp peer entity.
discoverSnmpEngineID(SnmpSession) - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
This performs the standard Snmpv3 discovery process to learn the engineID of the Snmp peer entity.
discoverSnmpEngineID(SnmpSession, int, int) - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
This performs the standard Snmpv3 discovery process to learn the engineID of the Snmp peer entity.
DISCOVERY_FAILED - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when the Discovery faile
domain - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
The domain - application specific

E

EMPTY_DATA - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when the agent returns an empty data.
EMPTY_VAR_BIND - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when the agent returns an empty VarBind.
EMPTY_VARIABLE - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when the agent returns an empty variable.
emptyStack() - Method in class com.adventnet.snmp.beans.ClippedTable
clear the contents of origin stack
emptyStackInd() - Method in class com.adventnet.snmp.beans.ClippedTable
clear the contents of index stack
enableDisplayHint(boolean) - Method in class com.adventnet.snmp.mibs.MibOperations
Used to set the displayHint flag.
enc - Static variable in class com.adventnet.snmp.snmp2.SnmpString
The Standard encoding string on which all encoding will be done.
encodeCommand(byte) - Method in class com.adventnet.snmp.snmp2.ASN1Parser
Encodes the command.
encodeEnterprise(SnmpOID) - Method in class com.adventnet.snmp.snmp2.ASN1Parser
Encodes the enterprise.
encodeInstanceString(Vector, Vector) - Method in class com.adventnet.snmp.mibs.MibOperations
Encodes an instance string based on the Snmp Type of the indexMibNode.
encodeInstanceString(Vector, Vector) - Method in class com.adventnet.snmp.mibs.LeafSyntax
Encodes an instance string based on the indexVector and indexMibNodes.
encodeInt(int) - Method in class com.adventnet.snmp.snmp2.ASN1Parser
Encodes the data type int.
encodeIPAddress(SnmpString) - Method in class com.adventnet.snmp.snmp2.ASN1Parser
Encodes the IPAddress.
encodeMsgSecurityParams(Snmp3Message, SnmpAPI, ASN1Parser) - Method in class com.adventnet.snmp.snmp2.SecurityModelEntry
This method will encode the securityModel dependent security parameters.
encodeMsgSecurityParams(Snmp3Message, SnmpAPI, ASN1Parser) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
This method will encode the security parameters that are dependent on the security model.
encodeMsgSecurityParams(Snmp3Message, SnmpAPI, ASN1Parser) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
This method will encode the USM message security parameters.
encodeObj() - Method in class com.adventnet.snmp.beans.ParsedTrapEvent
To save this object for persistence
encodeOctets(byte[], int) - Method in class com.adventnet.snmp.snmp2.ASN1Parser
Encodes the octets specified.
encodeSequence() - Method in class com.adventnet.snmp.snmp2.ASN1Parser
This method encodes the sequence.
encodeSequence(byte) - Method in class com.adventnet.snmp.snmp2.ASN1Parser
This method encodes the sequence.
encodeSequence(int) - Method in class com.adventnet.snmp.snmp2.ASN1Parser
This method encodes the sequence.
encodeSequence(int, byte) - Method in class com.adventnet.snmp.snmp2.ASN1Parser
This method encodes the sequence.
encodeString(String) - Method in class com.adventnet.snmp.snmp2.ASN1Parser
Encodes the data type string.
encodeUInt(int) - Method in class com.adventnet.snmp.snmp2.ASN1Parser
Encodes the data type unsigned int.
encodeVarBindList(Vector) - Method in class com.adventnet.snmp.snmp2.ASN1Parser
Encodes the VarBindList.
ENCODING - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
The Standard encoding string on which all encoding will be done.
encrypt(byte[], byte[], int, SecurityModelEntry) - Method in class com.adventnet.snmp.snmp2.ASN1Parser
Encrypts the data.
encrypt(byte[], int, byte[], int, byte[]) - Method in class com.adventnet.snmp.snmp2.SecurityModelEntry
This method is called to encrypt the data.
encrypt(byte[], int, byte[], int, byte[]) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
This method is used to encrypt the data.
encrypt(byte[], int, byte[], int, byte[]) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
 
ENDOFMIBVIEWEXP - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP v2 Null Object Exception Value.
ENDOFMIBVIEWEXP - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when and SNMP Exception occurs.
entity - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
The agent node that send the trap
ENTRY_CLASS - Static variable in class com.adventnet.snmp.snmp2.SecurityProvider
The offset values of the Table and Entry class names stored.
eoid - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
Enterprise OID of the Trap
equals(Object) - Method in class com.adventnet.snmp.snmp2.SnmpUnsignedInt
Returns true, if both the SnmpUnsignedInt objects have the same value and false otherwise.
equals(Object) - Method in class com.adventnet.snmp.snmp2.SnmpString
Returns true if both the SnmpString objects are equal.
equals(Object) - Method in class com.adventnet.snmp.snmp2.SnmpVarBind
Returns true if this SnmpVarBind object and the incoming SnmpVarBind object are same in their contents and false otherwise.
equals(Object) - Method in class com.adventnet.snmp.snmp2.SnmpInt
This method returns true if both the SnmpInt objects are equal and false otherwise.
equals(Object) - Method in class com.adventnet.snmp.snmp2.SnmpOID
Compares this SnmpOID to the specified object.
equals(Object) - Method in class com.adventnet.snmp.snmp2.SnmpCounter64
Returns true if both the SnmpCounter64 objects are equal and false otherwise.
equals(VacmAccessEntry) - Method in class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry
Compares two VacmAccessEntry Objects for equality.
equals(VacmFamilyEntry) - Method in class com.adventnet.snmp.snmp2.vacm.VacmFamilyEntry
Compare two Objects for equality.
err - Static variable in class com.adventnet.afp.log.ConsoleLog
It holds the PrintStream reference for printing error messages on the console.
ERR_CREATING_VARIABLE - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when an error occurs while creating a variable
err(String) - Method in interface com.adventnet.management.transport.LogInterface
Error messages are handled by this method.
err(String) - Method in interface com.adventnet.utils.LogInterface
Error messages are handled by this
err(String, int) - Method in class com.adventnet.afp.log.DefaultLogger
The err method can be used for logging the error messages.
err(String, int) - Method in interface com.adventnet.afp.log.Logger
The err method is used to display error messages.
err(String, int) - Method in class com.adventnet.afp.log.LoggerImpl
The err method can be used for logging the error messages.
err(String, Throwable) - Method in interface com.adventnet.afp.log.LogWriter
For logging the error messages with the throwable Exceptions.
err(String, Throwable) - Method in class com.adventnet.afp.log.FileLogWriter
Prints this Throwable exception and its error message to the log file.When the error messages and the Throwable is passed to this method, the messages and stack trace belonging to it will be printed into the file.
err(String, Throwable, int) - Method in class com.adventnet.afp.log.DefaultLogger
The err method can be used for logging the error messages with the exception trace.
err(String, Throwable, int) - Method in interface com.adventnet.afp.log.Logger
The err method is used to display error messages.
err(String, Throwable, int) - Method in class com.adventnet.afp.log.LoggerImpl
The err method can be used for logging the error messages with the exception trace.
ERROR - Static variable in interface com.adventnet.management.transport.SessionTransportProvider
Static constant for indicating if the operation is a failure.
ErrorMessages - class com.adventnet.snmp.beans.ErrorMessages.
This gets the actual error messages returned by the low level api if any.
ErrorMessages() - Constructor for class com.adventnet.snmp.beans.ErrorMessages
Class to get the actual error messages returned by the low level api if any.
ErrorObject - class com.adventnet.snmp.mibs.ErrorObject.
 
eventParsed(ParsedTrapEvent) - Method in interface com.adventnet.snmp.beans.TrapParserListener
This is invoked when a trap is successfully parsed by the trap parser namely TrapParserBean.
EXACT_MATCH - Static variable in class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry
Constant values for VamcContextMatch = exact
exceptionString(byte) - Static method in class com.adventnet.snmp.snmp2.SnmpException
Constructs an SnmpException with the specified error message.
EXCLUDED - Static variable in class com.adventnet.snmp.snmp2.SnmpNotifyFilterEntry
 
EXCLUDED - Static variable in class com.adventnet.snmp.snmp2.vacm.VacmFamilyEntry
Constant value for VacmFamilyType EXCLUDED
EXT_INDEX_UNAVAIL - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when the external index for a table is not available.

F

FATAL - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
constant for fatal debug messages.
FileLogWriter - class com.adventnet.afp.log.FileLogWriter.
FilelogWriter is a default implementation of the LogWriter provided by the Logging  Framework.
FileLogWriter() - Constructor for class com.adventnet.afp.log.FileLogWriter
Creates a new FileLogWriter instance.
FileUtil - class com.adventnet.afp.log.FileUtil.
This class has the methods that are used internally for file manupulationdeals present in a given directory.
FileUtil(File) - Constructor for class com.adventnet.afp.log.FileUtil
Constructs an object initialized with File Object.
FileUtil(String) - Constructor for class com.adventnet.afp.log.FileUtil
Constructs an object initialized with a String pathname
finalize() - Method in class com.adventnet.snmp.beans.SnmpServer
This cleanses up the common connection if no one is using
finalize() - Method in class com.adventnet.snmp.beans.SnmpPoller
this cleans up if no one is using
finalize() - Method in class com.adventnet.snmp.beans.SnmpTable
Cleans up an object when there are no more references to the object.
finalize() - Method in class com.adventnet.snmp.beans.ClippedTable
Cleans up an object when there are no more references to that object.
finalize() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
This cleans up the common connection if no one is using
fix() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Fixes PDU to eliminate erred variable binding, determined by errindex
flush() - Method in interface com.adventnet.afp.log.LogWriter
For flushing out the current buffer.
flush() - Method in class com.adventnet.afp.log.FileLogWriter
This method transfers the logout and logerror messages from memory in to the file and cleans the memory area.
formatMessage(String, int) - Method in class com.adventnet.afp.log.DefaultLogger
formatMessage method formats the message to a custom format.
formatMessage(String, int) - Method in class com.adventnet.afp.log.LoggerImpl
formatMessage method formats the message to a custom format.

G

GAUGE - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP Type Constants.
genEvent(SnmpPDU) - Method in class com.adventnet.snmp.beans.SnmpServer
generate the events to the listeners
genEvent(SnmpPDU) - Method in class com.adventnet.snmp.beans.SnmpTarget
Generates the events to the listeners
genEvent(SnmpPDU) - Method in class com.adventnet.snmp.beans.SnmpPoller
generate the events to the listeners
genEvent(SnmpPDU) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Generate the response event to the listeners
genEvent(SnmpPDU, SnmpServer) - Method in class com.adventnet.snmp.beans.SnmpServer
generate the events to the listeners
genMsgID() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
This number is unique number that is generated for this JVM.
genReqID() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
This number is unique number that is generated for this JVM.
genTableEvent(SnmpTableEvent) - Method in class com.adventnet.snmp.beans.SnmpTable
Generate the table events to the listeners.
genTimeoutEvent(SnmpPDU) - Method in class com.adventnet.snmp.beans.SnmpServer
generate the events to the listeners
genTimeoutEvent(SnmpPDU) - Method in class com.adventnet.snmp.beans.SnmpTarget
Generates the events to the listeners
genTimeoutEvent(SnmpPDU) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Generate the timeout events to the listeners
GET - Static variable in class com.adventnet.snmp.beans.RequestEvent
Constant for Get Request
GET_REQ_MSG - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
Constant for SNMP get PDU type.
GET_RSP_MSG - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
Constant for SNMP response PDU type.
get(SnmpOID) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. use the following instead

SnmpPDU pdu = new SnmpPDU();
pdu.addNull(oid);
pdu.setCommand(SnmpAPI.GET_REQ_MSG);
SnmpPDU response_pdu = snmpSession.syncSend(pdu);

SnmpVar var = null;
if(response_pdu != null)
{
var = response_pdu.getVariable(0);
}

get(String) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. use the following instead

SnmpPDU pdu = new SnmpPDU();
pdu.addNull(new SnmpOID(oidString));
pdu.setCommand(SnmpAPI.GET_REQ_MSG);
SnmpPDU response_pdu = snmpSession.syncSend(pdu);

SnmpVar var = null;
if(response_pdu != null)
{
var = response_pdu.getVariable(0);
}

getAbsoluteCounters() - Method in class com.adventnet.snmp.beans.SnmpPoller
To get whether the value returned by the poller will be the absolute value or the difference between successive counters.
getAccess() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the access value for this node.
getAccess() - Method in class com.adventnet.snmp.mibs.AgentCapabilitiesModule
Deprecated. Since 3.0. Instead you can use getAccess() in ACVariation class.
getAccess() - Method in class com.adventnet.snmp.mibs.ACVariation
Gets the implemented ACCESS value for this Variation.
getAccessControlModel(int) - Method in class com.adventnet.snmp.snmp2.ACMProvider
Returns the AccessControlModel Object which is registered.
getAccessEntries() - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupAccessEntry
Returns an vector of VacmAccessEntries maintained by this class.
getACModules() - Method in class com.adventnet.snmp.mibs.AgentCapabilities
Gets the acModules in this macro.
getACMProvider() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the Access Control Provider maintained bu this SnmpAPI.
getACVariations() - Method in class com.adventnet.snmp.mibs.AgentCapabilitiesModule
Gets a Vector of ACVariation implemented by the AGENT-CAPABILITIES module.
getAddress() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Deprecated. use the following instead.

UDPProtocolOptions opt = (UDPProtocolOptions)SnmpPDU.getProtocolOptions();
InetAddress address = opt.getRemoteAddress();

getAddress() - Method in class com.adventnet.management.transport.TcpSessionTransportImpl
Returns the socket address of the TCP socket.
getAgentAddr() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets the address of object generating trap in String foramt.
getAgentAddress() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets address of object generating trap.
getAgentAddress() - Method in class com.adventnet.snmp.beans.TrapEvent
Gets the address of the SNMP agent generating trap.
getAgentCapabilities() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the various clauses in AGENT-CAPABILITIES as a Vector of AgentCapabilitiesModule
getAgentCapabilities() - Method in class com.adventnet.snmp.mibs.MibModule
Deprecated. since 4.0 . Instead you can use the method getDefinedAgentCapabilities
getAgentCapabilities(String) - Method in class com.adventnet.snmp.mibs.MibModule
Returns the AgentCapabilities object present in this module.
getAllColumnNodes() - Method in class com.adventnet.snmp.beans.ClippedTable
Gets all the column mib nodes available in the snmpTable.
getAPI() - Method in class com.adventnet.snmp.snmp2.Snmp3Message
 
getApplet() - Method in class com.adventnet.snmp.snmp2.SASProtocolOptions
gets the applet instance.
getAppletContext() - Method in class com.adventnet.snmp.snmp2.SASAppletStub
Gets a handler to the applet's context.
getArchiveDirectory() - Method in class com.adventnet.afp.log.FileLogWriter
This will return the Archive directory.The Archive directory mentioned in the logging configuration file will be returned.
getArchiveStatus() - Method in class com.adventnet.afp.log.FileLogWriter
This will return the Archive status.The current Archive status will be retreived.
getASNParser() - Method in class com.adventnet.snmp.snmp2.Snmp3Message
 
getAttemptComplete() - Method in class com.adventnet.snmp.beans.SnmpTarget
Returns if the splitting pdu is enabled to get the complete data by splitting the varbinds into multiple request.
getAttemptPartial() - Method in class com.adventnet.snmp.beans.SnmpTarget
Returns the boolean state of whether this target will try to get partial data from an agent if the request is a multiple variable request.
getAttemptPartial() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Deprecated. SnmpRequestServer cannot get the partial data. It is specifically for SnmpTarget bean which does synchronous comm..
getAugments() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the augmented table entry.
getAuthKey() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Retrieves the authentication key.
getAuthParams() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Gets the auth params.
getAuthPassword() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Retrieves the authentication password.
getAuthPassword() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the SNMP V3 AuthPassword
getAuthPassword() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the SNMP V3 AuthPassword
getAuthPassword() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Gets authentication password.
getAuthProtocol() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Returns the authentication Protocol used.
getAuthProtocol() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the SNMP V3 AuthProtocol
getAuthProtocol() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the SNMP V3 AuthProtocol
getAuthProtocol() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Gets the Authentication Protocol.
getBeanDescriptor() - Method in class com.adventnet.snmp.beans.SnmpTargetBeanInfo
This will be the customizer for this bean
getBeanDescriptor() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiverBeanInfo
 
getBeanDescriptor() - Method in class com.adventnet.snmp.beans.SnmpRequestServerBeanInfo
This will return the customiser for this bean
getBookMark() - Method in class com.adventnet.snmp.snmp2.ASN1Parser
This method returns the bookmark value.
getBufferSize() - Method in class com.adventnet.afp.log.FileLogWriter
The buffer size is retreived.Since the buffer size can be changed at runtime, this method returns the currently modified size of the buffer.
GETBULK - Static variable in class com.adventnet.snmp.beans.RequestEvent
Constant for GETBULK Request
GETBULK_REQ_MSG - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
Constant for SNMP V2 Get Bulk PDU type.
getCause() - Method in class com.adventnet.afp.log.LogException
This method returns the exception stack trace.
getCellValue(String, int, int) - Method in class com.adventnet.snmp.beans.SnmpTable
To get the value for the cell specified by the row and column index.
getCharacterEncoding() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Returns the Character encoding of the String values.
getCharacterEncoding() - Method in class com.adventnet.snmp.beans.SnmpServer
Get the Character Encoding being used.
getCharacterEncoding() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Get the Character Encoding being used.
getChecks(byte) - Method in class com.adventnet.snmp.mibs.MibOperations
Used to get the checks available for a particular parsingLevel.
getChild(int) - Method in class com.adventnet.snmp.mibs.MibNode
Gets the child node corresponding to the particular sub-id.
getChild(long) - Method in class com.adventnet.snmp.mibs.MibNode
Gets the child node corresponding to the suboid.
getChildList() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the child nodes.
getClassName() - Method in class com.adventnet.afp.log.LoggerProperties
Gets the Logger implementation class that is being used by the Logger.
getClassName() - Method in class com.adventnet.afp.log.LogWriterProperties
The getClassName method returns the current LogWriterClassName.
getClassName(int) - Method in class com.adventnet.snmp.snmp2.ACMProvider
Returns the SnmpACM class names registered.
getClassNames(int) - Method in class com.adventnet.snmp.snmp2.SecurityProvider
Returns the SecurityModelTable and SecurityModelEntry class names as an array of strings.
getClientID() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
This method will return the id for the source which sent this pdu
getCodeBase() - Method in class com.adventnet.snmp.snmp2.SASAppletStub
Gets the base URL.
getColor() - Method in class com.adventnet.snmp.beans.ParsedTrapEvent
This method is used to get the default color for different value of severity
getColumn() - Method in class com.adventnet.snmp.beans.SnmpTableEvent
Gets the columns that are changed.
getColumn(int) - Method in class com.adventnet.snmp.beans.SnmpTable
Returns a string array of data for a column in the Table,represented by the index.
getColumn(String) - Method in class com.adventnet.snmp.beans.SnmpTable
Returns a string array of data for a column in the Table, represented by the column name.Set the tableOID using setTableOID().
getColumnClass(int) - Method in class com.adventnet.snmp.beans.SnmpTable
Returns the class to be used as renderer and editor for the column.
getColumnCount() - Method in class com.adventnet.snmp.beans.SnmpTable
Returns the number of columns in the table corresponding to the table OID already set.
getColumnIndex(String) - Method in class com.adventnet.snmp.beans.ClippedTable
Gets the index value of the column name specified.
getColumnMibNode(int) - Method in class com.adventnet.snmp.beans.SnmpTable
To Get the MibNode corresponding to the table column specified by the column index
getColumnMibNodes() - Method in class com.adventnet.snmp.beans.ClippedTable
Gets the mib nodes for the columns in the table.
getColumnName(int) - Method in class com.adventnet.snmp.beans.SnmpTable
Returns the name of the column specified by the column index.
getColumnNo() - Method in class com.adventnet.snmp.mibs.ErrorObject
Returns the line number of the error.
getColumns() - Method in class com.adventnet.snmp.beans.ClippedTable
Returns vector of names of columns in the table.
getCommand() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets command type of this PDU.
getCommonAncestorWith(MibNode) - Method in class com.adventnet.snmp.mibs.MibNode
Gives the common ancestor node for this node and the specified node.
getCommunity() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Gets community for outgoing SNMPv1 and SNMPv2c requests.
getCommunity() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets community string received/sent.
getCommunity() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the SNMP target Community
getCommunity() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the SNMP target Community
getCommunity() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Gets the SNMP Community.
getCommunity() - Method in class com.adventnet.snmp.beans.TrapEvent
Gets community string received/sent
getCommunityEntry(byte[]) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityTable
Gets the SnmpCommunityEntry associated with the specified communityName.
getCommunityIndex() - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
This method gets the community index of this entry.
getCommunityName() - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Retrieves the snmpCommunityName value associated with this object.
getCommunityTable() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Deprecated. use the following instead
getSecurityProvider().getTable(1); // where 1 stands for v1 security model.
getCompleteResponse() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the complete data from the agent by splitting the varbinds into multiple requests.This can set if request pdu is very big.
getConnection() - Static method in class com.adventnet.snmp.snmp2.SnmpAPI
Returns the database connection instance corresponding to this SnmpAPI instance.
getConnectionListener() - Method in class com.adventnet.snmp.snmp2.SnmpSession
To get reference to the ConnectionListener object.
getContactinfo() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the value of CONTACT-INFO clause in MODULE-IDENTITY macro
getContactInfo() - Method in class com.adventnet.snmp.mibs.ModuleIdentity
Returns the value of CONTACT-INFO clause in this MODULE-IDENTITY macro
getContextEngineID() - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Retrieves the snmpCommunityContextEngineID value associated with this object.
getcontextID() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Deprecated. Replaced with getContextID()
getContextID() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets context ID sent/received with this PDU.
getContextID() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the SNMP V3 contextID.
getContextID() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the SNMP V3 contextID
getContextID() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Gets the SNMP V3 contextID
getContextMatch() - Method in class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry
Get the VacmAccessContextMatch value.
getContextName() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Gets the context name associated with the SNMPv3 message.
getContextName() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets the context name sent/received with this PDU.
getContextName() - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Retrieves the snmpCommunityContextName value associated with this object.
getContextName() - Method in class com.adventnet.snmp.snmp2.vacm.VacmContextEntry
Get the VacmContextName associated with this object.
getContextName() - Method in class com.adventnet.snmp.beans.SnmpTarget
get the SNMP V3 Context name
getContextName() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the SNMP V3 Context name
getContextName() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Gets the SNMP V3 Context name
getContextPrefix() - Method in class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry
Get the contextPrefix value.
getContextTable() - Method in class com.adventnet.snmp.snmp2.vacm.SnmpVacm
Gets the VacmContextTable.
getCreationObjects() - Method in class com.adventnet.snmp.mibs.ACVariation
Returns the value of CREATION-REQUIRES field for this Variation.
getCreationRequires() - Method in class com.adventnet.snmp.mibs.AgentCapabilitiesModule
Deprecated. Since 3.0. Instead you can use getCreationObjects() in ACVariation class.
getCurrentPage() - Method in class com.adventnet.snmp.beans.ClippedTable
get currentPage
getCustomEditor() - Method in class com.adventnet.snmp.beans.ObjectIDEditor
 
getCustomEditor() - Method in class com.adventnet.snmp.beans.MibNamesEditor
 
getCustomProperties() - Method in class com.adventnet.afp.log.LoggerProperties
Returns custom properties that have been set for the Logger.
getCustomProperties() - Method in class com.adventnet.afp.log.LogWriterProperties
The getCustomProperties method is used to get all the Custom properties of a LogWriter.
getCustomProperty(String) - Method in class com.adventnet.afp.log.LoggerProperties
The getCustomProperty method is used to retreive a custom property that has been set for the Logger.
getCustomProperty(String) - Method in class com.adventnet.afp.log.LogWriterProperties
getCustomProperty method is used to retreive a Custom property.
getData() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets encoded data to be sent, or received.
getData() - Method in class com.adventnet.snmp.snmp2.ASN1Parser
Returns the data.
getDatabaseName() - Method in class com.adventnet.snmp.mibs.MibOperations
Gets the name of the Database.
getDataType() - Method in class com.adventnet.snmp.beans.SnmpTable
Returns the datatype in which the table data will be returned.
getDebug() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Defines whether debugging output is being generated.
getDebug() - Method in class com.adventnet.snmp.beans.SnmpTarget
This method returns true if debug mode is enabled and false otherwise
getDebug() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To check if Debug mode is enabled or not
getDecryptionErrors() - Static method in class com.adventnet.snmp.snmp2.usm.USMStats
Returns the decryptionErrors count.
getDefinedAgentCapabilities() - Method in class com.adventnet.snmp.mibs.MibModule
Returns the Enumeration of AgentCapabilities present in this module.
getDefinedModuleCompliances() - Method in class com.adventnet.snmp.mibs.MibModule
Returns the ModuleCompliances present in this module.
getDefinedNodes() - Method in class com.adventnet.snmp.mibs.MibModule
Gets all the nodes defined in this module using this method.
getDefinedNotificationGroups() - Method in class com.adventnet.snmp.mibs.MibModule
Gets all the NotificationGroup objects defined in this module.
getDefinedNotifications() - Method in class com.adventnet.snmp.mibs.MibModule
Gets all the NOTIFICATION-TYPE objects defined in this module.
getDefinedNotificationTypes() - Method in class com.adventnet.snmp.mibs.MibModule
Gets all the NotificationType objects defined in this module.
getDefinedObjectGroups() - Method in class com.adventnet.snmp.mibs.MibModule
Gets all the ObjectGroup objects defined in this module.
getDefinedTCs() - Method in class com.adventnet.snmp.mibs.MibModule
Gets all the TEXTUAL-CONVENTIONS defined in this module.
getDefinedTraps() - Method in class com.adventnet.snmp.mibs.MibModule
Gets all the TRAP-TYPE objects defined in this MIB module.
getDefval() - Method in class com.adventnet.snmp.mibs.MibNode
The defval for this node can be obtained using this method.
getDefval() - Method in class com.adventnet.snmp.mibs.AgentCapabilitiesModule
Deprecated. Since 3.0. Instead you can use getDefVal() in ACVariation class.
getDefVal() - Method in class com.adventnet.snmp.mibs.ACVariation
Returns the value of the DEFVAL field for this Variation.
getDescription() - Method in class com.adventnet.snmp.mibs.AgentCapabilities
Gets the DESCRIPTION string for this OBJECT-GROUP macro.
getDescription() - Method in class com.adventnet.snmp.mibs.ModuleCompliance
Returns the value of the DESCRIPTION clause for this ModuleCompliance.
getDescription() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the description for this node
getDescription() - Method in class com.adventnet.snmp.mibs.NotificationGroup
Gets the DESCRIPTION string for this NotififcationGroup object.
getDescription() - Method in class com.adventnet.snmp.mibs.ObjectGroup
Gets the DESCRIPTION string for this OBJECT-GROUP macro.
getDescription() - Method in class com.adventnet.snmp.mibs.LeafSyntax
Returns the description of the syntax.
getDescription() - Method in class com.adventnet.snmp.mibs.ACVariation
Gets the DESCRIPTION string for this Variation.
getDescription() - Method in class com.adventnet.snmp.mibs.MibTrap
Gets the value of the DESCRIPTION clause.
getDescription() - Method in class com.adventnet.snmp.mibs.NotificationType
Gets the DESCRIPTION string for this NotififcationType object.
getDescription() - Method in class com.adventnet.snmp.mibs.ModuleIdentity
Gets the description for this MODULE-IDENTITY macro.
getDigest(int, byte[], byte[]) - Static method in class com.adventnet.snmp.snmp2.usm.USMUtils
Returns the USMUserEntry.MD5_AUTH or USMUserEntry.SHA_AUTH Digest.
getDigestImpl(int) - Static method in class com.adventnet.snmp.snmp2.usm.USMUtils
Returns the MessageDigest Implementation.
getDisplayHint() - Method in class com.adventnet.snmp.mibs.MibTC
Gets the DISPLAY-HINT field in this TC.
getDisplayName() - Method in class com.adventnet.afp.log.LoggerImpl
To get the display name of the Logger.
getDocumentBase() - Method in class com.adventnet.snmp.snmp2.SASAppletStub
Gets the document URL.
getEncodedLength(SnmpSession) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Returns the length of the encoded pdu.
getEngineBoots() - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
Returns the engine boots value of the corresponding SNMP entity.
GetEngineBootsSerializeFileName() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the fileName into which the SNMPv3 engineBoots are to be stored so that they are persistant.
getEngineEntry() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Gets the corresponding SnmpEngineEntry reference.
getEngineID() - Method in class com.adventnet.snmp.snmp2.SecurityModelEntry
Returns the engineID of this SnmpEngine.
getEngineID() - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
Returns the engineid of the coresponding Snmp entity.
getEngineID() - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Returns, the engineID of this SnmpEngine.
getEngineID() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Retrieves the Engine identifier associated with the SNMP engine.
getEngineID() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the SNMP V3 engineID value for v3
getEngineName() - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
Returns the engineName of the corresponding Snmp entity when Independent transport provider is used.
getEngineTime() - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
Gets the engine time of the corresponding Snmp entity.
getEnterprise() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets the enterprise OID.
getEnterprise() - Method in class com.adventnet.snmp.beans.TrapEvent
Gets the trap enterprise OID.
getEnterprise() - Method in class com.adventnet.snmp.mibs.MibTrap
Gets the enterprise value for this trap.
getEnterpriseString() - Method in class com.adventnet.snmp.mibs.MibTrap
Gets the enterprise name of this trap.
getEntry(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyTable
Gets the SnmpNotifyEntry associated with the specified key.
getEntry(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileTable
Gets the SnmpNotifyFilterProfileEntry associated with the specified key.
getEntry(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpTargetAddrExtTable
Returns the SnmpTargetAddrExtEntry object corresponding to the particular targetAddrName from the list of SnmpTargetAddrExtEntry objects.
getEntry(byte[]) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityTable
Gets the SnmpCommunityEntry associated with the specified key.
getEntry(byte[]) - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupAccessTable
Returns the VacmGroupAccessEntry object corresponding to the groupName specified.
getEntry(byte[]) - Method in class com.adventnet.snmp.snmp2.vacm.VacmContextTable
Returns the VacmContextEntry from the list of VacmContextEntry Objects corresponding to the context name specified.
getEntry(byte[]) - Method in class com.adventnet.snmp.snmp2.vacm.VacmViewTreeTable
Returns the VacmViewTreeentry corresponding to the particular familyName specified.
getEntry(byte[], byte[]) - Method in class com.adventnet.snmp.snmp2.usm.USMUserTable
Returns the USMUserEntry corresponding to the username and engineID.
getEntry(byte[], int[]) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterTable
Gets the SnmpNotifyFilterEntry associated with the specified key.
getEntry(int, byte[]) - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupTable
Returns the VacmGroupEntry object corresponding to the particular securityModel and securityName.
getEntry(Object) - Method in class com.adventnet.snmp.snmp2.SecurityModelTable
Returns a particular SecurityModel entry from the list of SecurityModel entries based on the keys .
getEntry(Object) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterTable
Gets the SnmpNotifyFilterEntry associated with the specified key.
getEntry(Object) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyTable
Gets the SnmpNotifyEntry associated with the specified key.
getEntry(Object) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileTable
Gets the SnmpNotifyFilterProfileEntry associated with the specified key.
getEntry(Object) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityTable
Gets the SnmpCommunityEntry associated with the specified key.
getEntry(Object) - Method in class com.adventnet.snmp.snmp2.usm.USMUserTable
Returns, the SecurityModelEntry for the particular 'key' that is given as an argument.
getEntry(String, int) - Method in class com.adventnet.snmp.snmp2.SnmpEngineTable
Returns the SnmpEngineEntry object corresponding to the particular host and port from the list SnmpEngineEntry objects.
getEnumeration() - Method in class com.adventnet.snmp.snmp2.SecurityModelTable
Returns an enumeration of all the SecurityModelTable objects maintaied in this class.
getEnumeration() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterTable
Returns an enumeration of all the SnmpNotifyFilterEntry objects maintained in this class.
getEnumeration() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyTable
Returns an enumeration of all the SnmpNotifyEntry objects maintained in this class.
getEnumeration() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileTable
Returns an enumeration of all the SnmpNotifyFilterProfileEntry objects maintained in this class.
getEnumeration() - Method in class com.adventnet.snmp.snmp2.SnmpTargetAddrExtTable
Returns an enumeration of all the SnmpTargetAddrExtEntry objects maintaied in this class.
getEnumeration() - Method in class com.adventnet.snmp.snmp2.SnmpEngineTable
Returns an enumeration of all the SnmpEngineEntry objects maintained.
getEnumeration() - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityTable
Returns an enumeration of all the SnmpCommunityEntry objects maintained in this class.
getEnumeration() - Method in class com.adventnet.snmp.snmp2.usm.USMUserTable
Returns an enumeration of all the USMUserEntry objects maintained in this class.
getEnumeration() - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupTable
Returns an enumeration of all the VacmGroupEntry Objects maintained in this class.
getEnumeration() - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupAccessTable
Returns an Enumeration of all the VacmGroupAccessEntry objects maintained in this class.
getEnumeration() - Method in class com.adventnet.snmp.snmp2.vacm.VacmContextTable
Returns an enumeration of the VacmContext entries
getEnumeration() - Method in class com.adventnet.snmp.snmp2.vacm.VacmViewTreeTable
Returns an enumeration of all the VacmViewTreeEntry objects maintained by this class.
getEnumint() - Method in class com.adventnet.snmp.mibs.LeafSyntax
Gets the values for each of the enumerated integer values
getEnumlabels() - Method in class com.adventnet.snmp.mibs.LeafSyntax
Gets the labels for each of the enumerated integer values
getEquivname() - Method in class com.adventnet.snmp.mibs.LeafSyntax
Gets the equivalent SNMP type name.
getErrindex() - Method in class com.adventnet.snmp.snmp2.SnmpVarBind
Return error in variable binding in response pdu.
getErrindex() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets error index of this PDU.
getError() - Method in class com.adventnet.snmp.snmp2.SnmpVar
Used only by SnmpNULL at present to store the error value in case of snmpv2 response PDUs.
getError() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets error information as a String, with offending varbind if any.
getError() - Method in class com.adventnet.snmp.mibs.ErrorObject
Returns the specific error message.
getErrorCode() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the error code for the last request.
getErrorCode() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the error code from the last request.
getErrorCode() - Method in class com.adventnet.snmp.mibs.MibErrorMessages
Returns the error code.
getErrorIndex() - Method in class com.adventnet.snmp.beans.SnmpTarget
To get the error index corresponding to the errored oid in the pdu.
getErrorMessage() - Method in class com.adventnet.snmp.mibs.MibErrorMessages
Returns the error message.
getErrorMessages(String) - Method in class com.adventnet.snmp.mibs.MibOperations
Returns Vector of MibErrorMessages object for the module specified.
getErrorModuleNames() - Method in class com.adventnet.snmp.mibs.MibOperations
Returns the names of modules which are having parsing errors.
getErrorObjects() - Method in class com.adventnet.snmp.mibs.MibErrorMessages
Returns a Vector of ErrorObjects.
getErrorResult() - Method in class com.adventnet.snmp.beans.SnmpResultObject
This will return a Hashtable which will contain a list of elements corresponding to the errored varbinds.
getErrorResultString(SnmpPDU) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the error string associated with the response PDU
getErrorString() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the error string for the request sent.
getErrorString() - Method in class com.adventnet.snmp.beans.ResultEvent
Get the error string reported by the event generator.
getErrorString() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the error string from the last request.
getErrorString() - Method in class com.adventnet.snmp.beans.V3HandShakeResultEvent
Gets the error string incase the SnmpEngineID discovery and the time synchronization was unsuccessful.
getErrorString(int) - Static method in class com.adventnet.snmp.beans.ErrorMessages
Method to get the error string corresponding to the particular error code value.
getErrorString(SnmpPDU) - Method in class com.adventnet.snmp.mibs.MibOperations
Gives a detailed error information on the PDU using information from the loaded MIBs.
getErrstat() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets error status of this PDU.
getEventSetDescriptors() - Method in class com.adventnet.snmp.beans.SnmpTargetBeanInfo
return the event set descriptors
getEventSetDescriptors() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiverBeanInfo
return the event set descriptors
getEventSetDescriptors() - Method in class com.adventnet.snmp.beans.NotificationAdaptorBeanInfo
returns the event set descriptors
getEventSetDescriptors() - Method in class com.adventnet.snmp.beans.SnmpRequestServerBeanInfo
this will return the EventSetDescriptors for this bean
getEventSetDescriptors() - Method in class com.adventnet.snmp.beans.SnmpTableBeanInfo
return the event set descriptors
getExceptionCode() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the exception code for the last request.
getExternalIndices() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the external indices present in the table entry
getFailedRequestID() - Method in class com.adventnet.snmp.beans.ResultEvent
Returns the request ID for failed requests, which may be necessary to track failed requests.
getFamilyEntries() - Method in class com.adventnet.snmp.snmp2.vacm.VacmViewTreeEntry
Returns an Vector of VacmFamilyEntry maintained by this class.
getFamilyMask() - Method in class com.adventnet.snmp.snmp2.vacm.VacmFamilyEntry
Get the vacmViewTreeFamilyMask value.
getFamilyStatus() - Method in class com.adventnet.snmp.snmp2.vacm.VacmFamilyEntry
Get the vacmViewTreeFamilyStatus value.
getFamilyStorageType() - Method in class com.adventnet.snmp.snmp2.vacm.VacmFamilyEntry
Get the StorageType associated with this VacmFamilyEntry
getFamilySubTree() - Method in class com.adventnet.snmp.snmp2.vacm.VacmFamilyEntry
Get the vacmViewTreeFamilySubtree value.
getFamilyType() - Method in class com.adventnet.snmp.snmp2.vacm.VacmFamilyEntry
Get the vacmViewTreeFamilyType value.
getFamilyViewName() - Method in class com.adventnet.snmp.snmp2.vacm.VacmViewTreeEntry
Get the FamilyViewName associated with this object.
getFamilyViewName() - Method in class com.adventnet.snmp.snmp2.vacm.VacmFamilyEntry
Get the vacmViewTreeFamilyViewName value.
getFilename() - Method in class com.adventnet.snmp.mibs.MibModule
Deprecated. since 2.1 . Instead you can use the method getFileName()
getFileName() - Method in class com.adventnet.snmp.mibs.MibModule
Gets the filename of this module.
getFileName() - Method in class com.adventnet.afp.log.FileLogWriter
This will return the log file name .
getFilterMask() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterEntry
Retrieves the snmpNotifyFilterMask value associated with this object.
getFilterProfileName() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileEntry
Retrieves the snmpNotifyFilterProfileName value associated with this object.
getFilterProfileName() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterEntry
Gets the SnmpFilterProfileName associated with this object.
getFilterSubTree() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterEntry
Gets the SnmpFilterSubTree associated with this object.
getFilterType() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterEntry
Retrieves the snmpNotifyFilterType value associated with this object.
getFirstRow() - Method in class com.adventnet.snmp.beans.SnmpTableEvent
Returns the starting index of the rows changed.
getFlushMode() - Method in class com.adventnet.afp.log.FileLogWriter
Used to get the flush mode on which this instance is operating.
getFont() - Static method in class com.adventnet.utils.SnmpUIUtils
Returns the default font.
getGroup() - Method in class com.adventnet.snmp.mibs.MibModuleCompliance
Deprecated. Returns a Vector of GROUP fields in MODULE-COMPLIANCE
getGroupAccessTable() - Method in class com.adventnet.snmp.snmp2.vacm.SnmpVacm
Gets the VacmGroupAccessTable.
getGroupDescr(String) - Method in class com.adventnet.snmp.mibs.ModuleComplianceModule
Returns the description for the given group name.
getGroupDescription() - Method in class com.adventnet.snmp.mibs.MibModuleCompliance
Deprecated. Returns a Vector of the DESCRIPTION fields under GROUP clause in MODULE-COMPLIANCE
getGroupName() - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupAccessEntry
Get the VacmGroupName associated with this object.
getGroups() - Method in class com.adventnet.snmp.mibs.ModuleComplianceModule
Returns a Vector of groups defined in this ModuleCompliance Module.
getGroupTable() - Method in class com.adventnet.snmp.snmp2.vacm.SnmpVacm
Gets the VacmGroupTable.
getHashKey() - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
Retrieve the hash key for this entry.
getHashLength(int) - Static method in class com.adventnet.snmp.snmp2.usm.USMUtils
Returns the length of the hash associated with the protocol.
getHashTableEntry(String, int) - Method in class com.adventnet.snmp.snmp2.usm.USMUserTable
Returns, the Vector containing list of USMUserEntry objects corresponding to a particular SnmpV3 entity.
getHoles() - Method in class com.adventnet.snmp.beans.SnmpTable
Returns the index of the not-implemented columns.Holes are the columns that are not defined in the agent.
getHoles() - Method in class com.adventnet.snmp.beans.ClippedTable
Gets the index of the not-implemented columns.Holes are the columns that are not defined by the agent.
getHostAddress(String) - Method in class com.adventnet.snmp.beans.SnmpServer
To return the ip address as String for the given host name.
getHostAddress(String, int) - Method in class com.adventnet.snmp.snmp2.SASClient
The ip address lookup method is for applet clients.
getHostName() - Method in class com.adventnet.management.transport.TcpSessionTransportImpl
Returns the hostname of the TCP socket.
getHostName(String, int) - Method in class com.adventnet.snmp.snmp2.SASClient
The name lookup method is for applet clients.
getIcon(int) - Method in class com.adventnet.snmp.beans.SnmpTargetBeanInfo
this will return the image to be displayed for this bean
getIcon(int) - Method in class com.adventnet.snmp.beans.SnmpPollerBeanInfo
this will return image to be displayed for this SnmpPoller Bean
getIcon(int) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiverBeanInfo
this will return the image to be displayed for this bean
getIcon(int) - Method in class com.adventnet.snmp.beans.NotificationAdaptorBeanInfo
returns the image to be displayed for the bean in Builder
getIcon(int) - Method in class com.adventnet.snmp.beans.SnmpRequestServerBeanInfo
this will return the image to be displayed for this bean
getIcon(int) - Method in class com.adventnet.snmp.beans.SnmpTableBeanInfo
this will return the image to be displayed for this bean
getIgnoreSpecificControlCodes() - Method in class com.adventnet.snmp.beans.SnmpServer
To get the value determining whether the new-line characters, tabs and carriage returns are printed or their hex values.
getIgnoreSpecificControlCodes() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the value determining whether the new-line characters, tabs and carriage returns are printed or their hex values.
getIgnoreSpecificControlCodes() - Method in class com.adventnet.snmp.mibs.MibOperations
Used to get the value determining whether the new-line characters, tabs and carriage returns are printed or their hex values
getImpliedNode() - Method in class com.adventnet.snmp.mibs.MibNode
Gives the implied node name present in the INDEX list of this MIB node.
getImportedModuleName() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the name of the module from where this node is imported.
getImportedModules() - Method in class com.adventnet.snmp.mibs.MibModule
Gets the names of the modules imported by this module.
getImports() - Method in class com.adventnet.snmp.mibs.MibModule
Gets the imported elements in the MIB.
getImportsParsingLevel() - Method in class com.adventnet.snmp.mibs.MibOperations
Returns the parsingLevel for the dependency MIB files.
getIncludes() - Method in class com.adventnet.snmp.mibs.AgentCapabilitiesModule
Gets the String containing the groups supported by this.
getIncrement(long) - Method in class com.adventnet.snmp.snmp2.SnmpCounter
Gets the (positive) increment of this Counter variable over a long.
getIncrement(SnmpCounter) - Method in class com.adventnet.snmp.snmp2.SnmpCounter
Gets the (positive) increment of this Counter variable over another.
getIndex() - Method in class com.adventnet.snmp.snmp2.ASN1Parser
Returns the message index value.
getIndexes(MibOperations) - Method in class com.adventnet.snmp.mibs.MibNode
Gives the indexes as a Vector of MibNodes.
getIndexMibNodes() - Method in class com.adventnet.snmp.beans.ClippedTable
Gets the Mibnodes for the indices in Table
getIndexNames() - Method in class com.adventnet.snmp.beans.ClippedTable
Gets the names of the indices in the table.
getIndexNames() - Method in class com.adventnet.snmp.mibs.MibNode
Gives the index names defined for this node.
getIndices() - Method in class com.adventnet.snmp.beans.SnmpTable
Returns the indices of the SnmpTable.
getInstance() - Static method in class com.adventnet.afp.log.LogFactory
Used to get the reference of LogFactory.
getInstanceName() - Method in class com.adventnet.afp.log.AbstractLogger
To get the Instance Name of the Logger by which it is known.
getInstanceName() - Method in class com.adventnet.afp.log.LoggerProperties
Method to get the LoggerInstanceName.
getInstanceName() - Method in interface com.adventnet.afp.log.Logger
The getLoggerInstanceName method is used to get the LoggerInstanceName of the Logger.
getInstanceName() - Method in class com.adventnet.afp.log.LogWriterProperties
The getInstanceName method returns the current LogWriterInstanceName.
getInstanceName() - Method in class com.adventnet.afp.log.AbstractLogWriter
This method will return the log writer instance .
getInstanceName() - Method in interface com.adventnet.afp.log.LogWriter
Method to get the instance name.
getInstanceStr(int) - Method in class com.adventnet.snmp.beans.ClippedTable
used to display the index value of the selected row in table
getInstanceString(SnmpOID) - Method in class com.adventnet.snmp.mibs.MibOperations
Gets the Instance portion of OID as a String.
getInstanceString(SnmpOID, MibNode) - Method in class com.adventnet.snmp.mibs.MibOperations
Gets the Instance portion of OID as a String.
getInt(String) - Method in class com.adventnet.snmp.mibs.LeafSyntax
Gets the int value of the label argument.
getIsAugmented() - Method in class com.adventnet.snmp.mibs.MibNode
Used to know whether the entry node contains the AUGMENTS clause.
getKey() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileEntry
Returns the key associated with this SnmpNotifyFilterProfileEntry
getKey() - Method in class com.adventnet.snmp.snmp2.SecurityModelEntry
Returns an Object which is interpretted as a key to uniquely identify this entry in the SecurityModelTable.
getKey() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyEntry
Returns the key associated with this SnmpNotifyEntry.
getKey() - Method in class com.adventnet.snmp.snmp2.SnmpTargetAddrExtEntry
Retrieves the key for this targetAddrExtEntry.
getKey() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterEntry
Returns the key associated with this SnmpNotifyFilterEntry
getKey() - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Returns the key associated with this SnmpCommunityEntry.
getKey() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Retrieve the hash key for this user entry.
getKey() - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupAccessEntry
Retrive the key for this VacmGroupAccessEntry.
getKey() - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupEntry
Retrieve the key for this vacm Group object.
getKey() - Method in class com.adventnet.snmp.snmp2.vacm.VacmViewTreeEntry
Retrive the Key for this VacmViewTreeEntry.
getKey() - Method in class com.adventnet.snmp.snmp2.vacm.VacmContextEntry
Retrive the key for this VacmContextEntry.
getKey(byte[]) - Static method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileEntry
Retrieves the key corresponding to the snmpTargetParamsName specified as parameter.
getKey(byte[]) - Static method in class com.adventnet.snmp.snmp2.SnmpNotifyEntry
Retrieves the key corresponding to the snmpNotifyName specified as parameter.
getKey(byte[]) - Static method in class com.adventnet.snmp.snmp2.SnmpTargetAddrExtEntry
Retrieves the key for this address Name object.
getKey(byte[]) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Returns the key as the String value of this index value.
getKey(byte[]) - Static method in class com.adventnet.snmp.snmp2.vacm.VacmGroupAccessEntry
Retrive the key for this VacmGroupAccessEntry.
getKey(byte[]) - Static method in class com.adventnet.snmp.snmp2.vacm.VacmViewTreeEntry
Retrive the Key for this VacmViewTreeEntry.
getKey(byte[]) - Static method in class com.adventnet.snmp.snmp2.vacm.VacmContextEntry
Retrive the key for this context entry.
getKey(byte[], byte[]) - Static method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Retrieve the key for this user object.
getKey(byte[], int[]) - Static method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterEntry
Retrieves the key corresponding to the given snmpNotifyFilterProfileName and snmpNotifyFilterSubTree.
getKey(int, boolean, int, int, byte[], byte[], byte[]) - Static method in class com.adventnet.snmp.snmp2.usm.USMUtils
Gives the new key corresponding to the keyChange value provided
getKey(int, byte[]) - Static method in class com.adventnet.snmp.snmp2.vacm.VacmGroupEntry
Retrieve the key for this vacm Group object.
getKey(String, int, byte[]) - Static method in class com.adventnet.snmp.snmp2.usm.USMUtils
Retrieves the Hash key associated with the given host, port and userName.
getKeyChange(int, boolean, int, int, byte[], byte[], byte[]) - Static method in class com.adventnet.snmp.snmp2.usm.USMUtils
Returns the keyChange value required for a key change operation.
getKeyLength(int) - Static method in class com.adventnet.snmp.snmp2.usm.USMUtils
Returns the key Length associated with the protocol
getLabel() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the name of this MIB Node.
getLabel(int) - Method in class com.adventnet.snmp.mibs.LeafSyntax
Gets the label corresponding to the integer value argument.
getLastRow() - Method in class com.adventnet.snmp.beans.SnmpTableEvent
Returns the last index of the rows changed.
getLastupdated() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the value of the LAST-UPDATED clause in MODULE-IDENTITY macro
getLastUpdated() - Method in class com.adventnet.snmp.mibs.ModuleIdentity
Returns the value of the LAST-UPDATED clause in this MODULE-IDENTITY macro.
getLatestReceived() - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
 
getLeafSyntax() - Method in class com.adventnet.snmp.beans.ClippedTable
 
getLeafSyntax(SnmpOID) - Method in class com.adventnet.snmp.mibs.MibOperations
Gets the syntax for the node corresponding to this oid.
getLeafSyntax(SnmpOID) - Method in class com.adventnet.snmp.mibs.MibModule
Gets the syntax of the node corresponding to this oid.
getLineNo() - Method in class com.adventnet.snmp.mibs.ErrorObject
Returns the line number of the error.
getLocalAddress() - Method in class com.adventnet.snmp.snmp2.TcpProtocolOptionsImpl
Get the local address configured.
getLocalAddresses() - Method in class com.adventnet.snmp.snmp2.UDPProtocolOptions
This method gets the local addresses for which the session should bind with.
getLocalAddresses() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. use the following instead.
UDPProtocolOptions opt = (UDPProtocolOptions)snmpSession.getProtocolOptions();
String[] local_address = opt.getLocalAddresses();
getLocalAddresses() - Method in class com.adventnet.snmp.beans.SnmpServer
Returns the value of localAddress bound on the session instance.
getLocalAddresses() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Gets the local addresses to listen on.
getLocalPort() - Method in class com.adventnet.snmp.snmp2.UDPProtocolOptions
This method returns the local port at which the session should be opened.
getLocalPort() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. use the following instead.

UDPProtocolOptions opt = (UDPProtocolOptions)snmpSession.getProtocolOptions();
int local_port = opt.getLocalPort();

getLocalPort() - Method in class com.adventnet.snmp.snmp2.TcpProtocolOptionsImpl
Get the local port configured.
getLocalPort() - Method in class com.adventnet.snmp.snmp2.SASProtocolOptions
gets the localport at which the sasclient is started.
getLocalTime() - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
 
getLogClient(int) - Static method in class com.adventnet.utils.LogManager
Returns the client that have registered to receive log messages or null is returned if no one is registered.
getLogClients() - Static method in class com.adventnet.utils.LogManager
Returns the clients that have registered to receive log messages or null is returned if no one is registered.
getLogDirectory() - Method in class com.adventnet.afp.log.FileLogWriter
This will return the log directory.
getLogger(String) - Static method in class com.adventnet.utils.LogManager
Returns the Logger Instance corresponding to the given loggerInstanceName.
getLogger(String) - Method in class com.adventnet.afp.log.LogFactory
The getLogger method is used to get the instance of the Logger specified by loggerInstanceName.
getLoggerProperties() - Method in interface com.adventnet.afp.log.LogConfigReader
 
getLoggerProperties() - Method in class com.adventnet.afp.log.LogConfigFileReader
The getLoggerProps method is used to get the properties of all the loggers.
getLoggers() - Method in class com.adventnet.afp.log.LogFactory
This method is used to get the instances of all the Loggers that are created for performing the Logging operation.
getLogLevel() - Method in class com.adventnet.afp.log.AbstractLogger
The getLogLevel method is used to get the current Logging level of the Logger.
getLogLevel() - Method in class com.adventnet.afp.log.LoggerProperties
To get the logging level of the Logger.
getLogLevel() - Method in interface com.adventnet.afp.log.Logger
The getLogLevel method is used to get the current LogLevel of the particular Logger.
getLogWriter() - Method in class com.adventnet.afp.log.LoggerImpl
The getLogWriter method is used to get the LogWriter of the Logger.
getLogWriter(String) - Static method in class com.adventnet.utils.LogManager
Returns the LogWriter Instance corresponding to the given logWriterInstanceName.
getLogWriter(String) - Method in class com.adventnet.afp.log.LogFactory
Gives instance of the LogWriter which has the logWriterInstanceName.
getLogWriterProperties() - Method in interface com.adventnet.afp.log.LogConfigReader
It returns an array of LogWriterProperties.
getLogWriterProperties() - Method in class com.adventnet.afp.log.LogConfigFileReader
The getLogWriterProps method is used to get the properties of all the log Writers.
getLogWriters() - Method in class com.adventnet.afp.log.LogFactory
This method is used to get the instance of all the LogWriters that are created for performing the Logging operation.
getMacroType() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the macro-type of this node.
getMajorVersion() - Static method in class com.adventnet.snmp.snmp2.SnmpAPI
Returns the major version of this release of SNMP Library.
getMandatoryGroup() - Method in class com.adventnet.snmp.mibs.MibModuleCompliance
Deprecated. Returns the MANDATORY-GROUP field in MODULE-COMPLIANCE
getMandatoryGroups() - Method in class com.adventnet.snmp.mibs.ModuleComplianceModule
Retuns a Vector of MandatoryGroups defined in this ModuleCompliance Module.
getMatchingEntry(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileTable
Gets the SnmpNotifyFilterProfileEntries corresponding to the paramsName.
getMatchingFilterEntries(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterTable
Gets the SnmpNotifyFilterEntries corresponding to the given filterProfileName as an Enumeration.
getMax() - Method in class com.adventnet.snmp.mibs.LeafSyntax
Gives the maximum value allowed for integer type syntaxes
getMaxFileCount() - Method in class com.adventnet.afp.log.FileLogWriter
This will return the maximum file count.
getMaxLineCount() - Method in class com.adventnet.afp.log.FileLogWriter
This will return the maximum lines .The maximum number of lines per file that is used currently can be retreived using this method.
getMaxNumRows() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the maximum number of rows that can be processed, default value is 1000.
getMaxRepetitions() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
GetsMax-Repetitions value of this PDU.
getMaxRepetitions() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the SNMP target max repetitions value for a getbulk request.
getMaxRepetitions() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the SNMP target max repetitions value for a getbulk request.
getMaxSasTypes() - Method in class com.adventnet.snmp.snmp2.SASClient
This method returns the number of known SAS request types and users are requested to use a number greater than the returned value which will keep changing in the future.
getMCModule(String) - Method in class com.adventnet.snmp.mibs.ModuleCompliance
Returns the ModuleComplianceModule object for the given name.
getMCModules() - Method in class com.adventnet.snmp.mibs.ModuleCompliance
Returns the Vector of ModuleComplianceModule objects.
getMessage() - Method in class com.adventnet.afp.log.LogException
This method returns the error message of the exception.
getMibModule(MibNode) - Method in class com.adventnet.snmp.mibs.MibOperations
Gets the MIB Module that contains the specified MibNode.
getMibModule(String) - Method in class com.adventnet.snmp.mibs.MibOperations
Gets the MIB Module from list of already loaded MIBs.
getMibModuleIdentity() - Method in class com.adventnet.snmp.mibs.MibModule
Gets the ModuleIdentity object for the given name.
getMibModuleNames() - Method in class com.adventnet.snmp.mibs.MibOperations
Gets the names of the Mib modules loaded.
getMibModules() - Method in class com.adventnet.snmp.beans.SnmpTarget
This method returns all the MIBs that are loaded in this applet/application.
getMibModules() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the MIBs (/white-space separated list of mib files)that is(/are) loaded in this applet/application
getMibModules() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Gets the MIBs loaded in this applet/application - a white-space separated list of mib files.
getMibModules() - Method in class com.adventnet.snmp.mibs.MibOperations
Gets all the MIB modules loaded in this MibOperations instance.
getMibNode(int[]) - Method in class com.adventnet.snmp.mibs.MibModule
Gets the MibNode corresponding to the int array of OID.
getMibNode(SnmpOID) - Method in class com.adventnet.snmp.mibs.MibOperations
Gets the MibNode for this SnmpOID instance by searching all the MIB modules.
getMibNode(SnmpOID) - Method in class com.adventnet.snmp.mibs.MibModule
Gets the MibNode corresponding to the SnmpOID argument
getMibNode(String) - Method in class com.adventnet.snmp.mibs.MibOperations
Gets the node corresponding to this label.
getMibNode(String) - Method in class com.adventnet.snmp.mibs.MibModule
Gets the MibNode corresponding to the String OID argument.
getMibNode(String, String) - Method in class com.adventnet.snmp.mibs.MibOperations
Gets the node correspoding to the label in this mib.
getMibNode(Vector) - Method in class com.adventnet.snmp.mibs.MibOperations
Gives the MibNode per the Vector of Strings OID argument.
getMibNode(Vector) - Method in class com.adventnet.snmp.mibs.MibModule
Gets the MibNode per the Vector of Strings OID argument.
getMibNodeByName(String) - Method in class com.adventnet.snmp.mibs.MibModule
Gives the MibNode corresponding to the specified nodeLabel
getMibNotification(String) - Method in class com.adventnet.snmp.mibs.MibModule
Gets the NOTIFICATION-TYPE object corresponding to the given name.
getMibOperations() - Method in class com.adventnet.snmp.beans.SnmpTarget
get the MibOperations object reference.
getMibOperations() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the MibOperations object reference.
getMibOperations() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Gets the MibOperations object reference.
getMibPath() - Method in class com.adventnet.snmp.beans.SnmpServer
To get the search Path in which the loadMibModules() will search for the MIB modules.
getMibPath() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Gets the search Path in which the Mib Parser will search for the MIB modules.
getMibPath() - Method in class com.adventnet.snmp.mibs.MibOperations
Gets the search Path in which the Mib Parser will search for the MIB modules.
getMibTC(String) - Method in class com.adventnet.snmp.mibs.MibModule
Gets the TEXTUAL-CONVENTION corresponding to the given name.
getMibTrap(SnmpOID, int, int) - Method in class com.adventnet.snmp.mibs.MibOperations
Gets the trap definition matching the given enterprise, generic type and specific type values.
getMibTrap(String) - Method in class com.adventnet.snmp.mibs.MibModule
Used to get the MibTrap object by giving the trap name.
getMibVersion() - Method in class com.adventnet.snmp.mibs.MibModule
Used to know,whether the loaded MIB module is a SMIv1 MIB (Structure of Management Information) or SMIv2 MIB.
getMin() - Method in class com.adventnet.snmp.mibs.LeafSyntax
Gives the minimum value allowed for integer type syntaxes
getMinorVersion() - Static method in class com.adventnet.snmp.snmp2.SnmpAPI
Returns the minor version of this release of SNMP Library.
getModeOfGettingTable() - Method in class com.adventnet.snmp.beans.ClippedTable
Not for API users.Returns the mode of getting table
getModule() - Method in class com.adventnet.snmp.mibs.MibModuleCompliance
Deprecated. Returns the MODULE field in MODULE-COMPLIANCE macro.
getModuleCompliance() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the various clauses in MODULE-COMPLIANCE macro.
getModuleCompliance(String) - Method in class com.adventnet.snmp.mibs.MibModule
Returns the ModuleComplience object corresponding to the given name.
getModuleIdentity() - Method in class com.adventnet.snmp.mibs.MibModule
Gives the MODULE-IDENTITY node defined in the MIB.
getModuleName() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the name of the module this node is defined return the module name e.g.
getModuleName() - Method in class com.adventnet.snmp.mibs.MibTrap
Returns the name of the module this trap is defined.
getModuleNameDefinition(String) - Method in class com.adventnet.snmp.mibs.MibOperations
Lets you know the module name contained in this MIB file.
getModuleNameDefinitions(String) - Method in class com.adventnet.snmp.mibs.MibOperations
Gives all the module names contained in this mib file.
getModuleSize() - Method in class com.adventnet.snmp.mibs.MibOperations
Returns the number of modules loaded in this MibOperations instance.
getMsg() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Returns the SnmpMessage instance for this pdu.
getMsgFlags() - Method in class com.adventnet.snmp.snmp2.Snmp3Message
Get the msgFlags field of the SNMP PDU.
getMsgID() - Method in class com.adventnet.snmp.snmp2.Snmp3Message
Returns the message Id for the v3 packet.
getMsgMaxSize() - Method in class com.adventnet.snmp.snmp2.Snmp3Message
Returns the max message size field of the SNMPV3 packet.
getMultipleRevision() - Method in class com.adventnet.snmp.mibs.MibOperations
Gets the multiple revisions availabe for the MIB.
getName() - Method in class com.adventnet.snmp.mibs.AgentCapabilities
Returns the name of this ObjectGroup object.
getName() - Method in class com.adventnet.snmp.mibs.ModuleCompliance
Returns the name of this ModuleCompliance object.
getName() - Method in class com.adventnet.snmp.mibs.ModuleComplianceModule
Returns the name of this ModuleComplianceModule object.
getName() - Method in class com.adventnet.snmp.mibs.NotificationGroup
Returns the name of this NotificationGroup object.
getName() - Method in class com.adventnet.snmp.mibs.MibModule
Gets the name of this MIB module.
getName() - Method in class com.adventnet.snmp.mibs.ObjectGroup
Returns the name of this ObjectGroup object.
getName() - Method in class com.adventnet.snmp.mibs.LeafSyntax
Returns the name of this LeafSyntax instance.
getName() - Method in class com.adventnet.snmp.mibs.ACVariation
Returns the name of this VARIATION clause in the AGENT-CAPABILITIES macro.
getName() - Method in class com.adventnet.snmp.mibs.MibTrap
Returns the name of this trap.
getName() - Method in class com.adventnet.snmp.mibs.MibTC
Returns the name of this TEXTUAL-CONVENTION.
getName() - Method in class com.adventnet.snmp.mibs.NotificationType
Returns the name of this NotificationType object.
getName() - Method in class com.adventnet.snmp.mibs.ModuleIdentity
Returns the name of this ModuleIdentity object.
getNearestNode(int[]) - Method in class com.adventnet.snmp.mibs.MibModule
Gets the Nearest MibNode corresponding to the int array of OID.
getNearestNode(SnmpOID) - Method in class com.adventnet.snmp.mibs.MibOperations
Gets the node corresponding to the oid which is nearest to this SnmpOID instance.
GETNEXT - Static variable in class com.adventnet.snmp.beans.RequestEvent
Constant for GetNext Request
GETNEXT_REQ_MSG - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
Constant for SNMP get next PDU type.
getNext() - Method in class com.adventnet.snmp.beans.ClippedTable
Returns the state of the button "Next" in SnmpTablePanel.
getnext(SnmpOID) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. use the following instead

SnmpPDU pdu = new SnmpPDU();
pdu.addNull(oid);
pdu.setCommand(SnmpAPI.GETNEXT_REQ_MSG);
SnmpPDU response_pdu = snmpSession.syncSend(pdu);

SnmpVar var = null;
if(response_pdu != null)
{
var = response_pdu.getVariable(0);
}

getnext(String) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. use the following instead

SnmpPDU pdu = new SnmpPDU();
pdu.addNull(new SnmpOID(oidString));
pdu.setCommand(SnmpAPI.GETNEXT_REQ_MSG);
SnmpPDU response_pdu = snmpSession.syncSend(pdu);

SnmpVar var = null;
if(response_pdu != null)
{
var = response_pdu.getVariable(0);
}

getNextLeafNode() - Method in class com.adventnet.snmp.mibs.MibNode
Gives the next leaf node by searching through the current module.
getNodesFromNames(Vector) - Method in class com.adventnet.snmp.mibs.MibOperations
Gets the MibNodes corresponding to the names in the Vector.
getNodesFromString(String) - Method in class com.adventnet.snmp.mibs.MibOperations
Gets the MibNodes corresponding to the node names in the nodelist.
getNonRepeaters() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets Non-Repeaters value of this PDU.
getNonRepeaters() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the SNMP target non-repeaters value for a getbulk request Default is 0.
getNonRepeaters() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the SNMP target non-repeaters value for a getbulk request.
getNotAccessibleIndex() - Method in class com.adventnet.snmp.beans.SnmpTable
Returns the values for the not-accessible indices in the table.
getNotAccessibleIndex() - Method in class com.adventnet.snmp.beans.ClippedTable
Gets the values for the not-accessible indices of the snmpTable.
getNotAccessibleIndexColumns() - Method in class com.adventnet.snmp.beans.SnmpTable
Returns the names of the not-accessible index columns in the table.
getNotAccessIndexColumns() - Method in class com.adventnet.snmp.beans.ClippedTable
Gets the names of the not-accessible index columns in the table.
getNotificationDefinition() - Method in class com.adventnet.snmp.beans.TrapEvent
Gets the Notification definition if available in a loaded MIB
getNotificationGroup(String) - Method in class com.adventnet.snmp.mibs.MibModule
Gets the NotificationGroup object for the given name.
getNotifications() - Method in class com.adventnet.snmp.mibs.NotificationGroup
Gets the NOTIFICATIONS clause names in this NOTIFICATION-GROUP macro.
getNotificationsNames() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the NOTIFICATIONS clause names in NOTIFICATION-GROUP macro
getNotificationType(String) - Method in class com.adventnet.snmp.mibs.MibModule
Gets the NotificationType object for the given name.
getNotifyFilterProfileTable() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the SnmpNotifyFilterProfileTable that is associated with this SnmpAPI instance.
getNotifyFilterTable() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the SnmpNotifyFilterTable that is associated with this SnmpAPI instance.
getNotifyTable() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the SnmpNotifyTable that is associated with this SnmpAPI instance.
getNotifyTag() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyEntry
Retrieves the snmpNotifyTag value associated with this object.
getNotifyType() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyEntry
Retrive the snmpNotifyType value associated with this object.
getNotifyView() - Method in class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry
Get the VacmAccessNotifyViewName.
getNotInTimeWindows() - Static method in class com.adventnet.snmp.snmp2.usm.USMStats
Returns the notInTimeWindows count.
getNumberedOIDString() - Method in class com.adventnet.snmp.mibs.ModuleCompliance
Returns the numbered oid String of this ModuleCompliance node.
getNumberedOIDString() - Method in class com.adventnet.snmp.mibs.MibNode
Gives the numbered OID string of the node.
getNumberedOIDString() - Method in class com.adventnet.snmp.mibs.NotificationGroup
Returns the numbered oid String of this NotificationGroup.
getNumberedOIDString() - Method in class com.adventnet.snmp.mibs.ObjectGroup
Returns the numbered oid String of this ObjectGroup.
getNumberedOIDString() - Method in class com.adventnet.snmp.mibs.NotificationType
Returns the numbered oid String of this NotificationType.
getNumberedOIDString() - Method in class com.adventnet.snmp.mibs.ModuleIdentity
Returns the numbered oid String of this ModuleIdentity.
getNumCols() - Method in class com.adventnet.snmp.beans.ClippedTable
Gets the total number of columns present in the SnmpTable
getNumericValue() - Method in class com.adventnet.snmp.beans.ResultEvent
This returns the result Numeric value at index 0 as long.
getNumericValue(int) - Method in class com.adventnet.snmp.beans.ResultEvent
This returns the result Numeric value at specified index as long.
getNumericValueAsBigInt() - Method in class com.adventnet.snmp.beans.ResultEvent
This returns the result Numeric value at index 0 as BigInteger.
getNumericValueAsBigInt(int) - Method in class com.adventnet.snmp.beans.ResultEvent
This returns the result Numeric value at specified index as BigInteger.
getNumericValues() - Method in class com.adventnet.snmp.beans.ResultEvent
This returns the result Numeric values as long[].
getNumericValuesAsBigInt() - Method in class com.adventnet.snmp.beans.ResultEvent
This returns the result Numeric values as BigInteger[].
getNumOfVisibleRows() - Method in class com.adventnet.snmp.beans.ClippedTable
Gets the number of rows that will be visible in the SnmpTablePanel.
getObject() - Method in class com.adventnet.snmp.mibs.MibModuleCompliance
Deprecated. Returns a Vector of the OBJECT fields in MODULE-COMPLIANCE
getObjectAccess() - Method in class com.adventnet.snmp.mibs.MibModuleCompliance
Deprecated. Gets the ACCESS fields under OBJECT clause in MODULE-COMPLIANCE.
getObjectDescr(String) - Method in class com.adventnet.snmp.mibs.ModuleComplianceModule
Returns the description for the given object name.
getObjectDescription() - Method in class com.adventnet.snmp.mibs.MibModuleCompliance
Deprecated. Returns a Vector of the DESCRIPTION fields under OBJECT clause in MODULE-COMPLIANCE
getObjectGroup(String) - Method in class com.adventnet.snmp.mibs.MibModule
Gets the ObjectGroup object for the given name.
getObjectID() - Method in class com.adventnet.snmp.snmp2.SnmpVarBind
Return the object identifier in the SnmpVarBind.
getObjectID() - Method in class com.adventnet.snmp.beans.SnmpTarget
This method returns the first object ID as a string
getObjectID() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the first object ID from a list of ObjectIDs.
getObjectID(int) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets the specified SNMP ObjectID from PDUs list of variable bindings.
getObjectID(int) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method returns the object ID at index as a string
getObjectID(int) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the object ID at the specified index
getObjectID(int) - Method in class com.adventnet.snmp.beans.TrapEvent
Gets specified variable ObjectID as a String from list of trap variables.
getObjectIDList() - Method in class com.adventnet.snmp.beans.SnmpTarget
This method returns the list of object IDs as a string array or null, if no OIDs is set previously.
getObjectIDList() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the list of object IDs.
getObjectMinAccess(String) - Method in class com.adventnet.snmp.mibs.ModuleComplianceModule
Returns the MIN-ACCESS value of the OBJECT with the given object name.
getObjectNames() - Method in class com.adventnet.snmp.mibs.MibNode
Deprecated. use the getObjects method instead.
getObjects() - Method in class com.adventnet.snmp.mibs.ModuleComplianceModule
Returns a Vector of objects defined in this ModuleCompliance Module.
getObjects() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the OBJECT clause names in OBJECT-GROUP and NOTIFICATION-TYPE macro.
getObjects() - Method in class com.adventnet.snmp.mibs.ObjectGroup
Gets the OBJECT clause names in OBJECT-GROUP macro.
getObjects() - Method in class com.adventnet.snmp.mibs.NotificationType
Gets the OBJECT clause names in this NOTIFICATION-TYPE macro.
getObjectSyntax() - Method in class com.adventnet.snmp.mibs.MibModuleCompliance
Deprecated. Returns a Vector of SYNTAX values under OBJECT clause in MODULE-COMPLIANCE
getObjectSyntax(String) - Method in class com.adventnet.snmp.mibs.ModuleComplianceModule
Returns the SYNTAX value of the OBJECT with the given name.
getObjectWriteSyntax() - Method in class com.adventnet.snmp.mibs.MibModuleCompliance
Deprecated. Returns a Vector of WRITE-SYNTAX values under the OBJECT clause in MODULE-COMPLIANCE
getObjectWriteSyntax(String) - Method in class com.adventnet.snmp.mibs.ModuleComplianceModule
Returns the WRITE-SYNTAX value of the OBJECT with the given object name.
getOID() - Method in class com.adventnet.snmp.mibs.MibNode
Gives the numbered OID of the node as an array of ints.
getOIDPrefix() - Static method in class com.adventnet.snmp.snmp2.SnmpAPI
This method returns the OID prefix that is set before.
getOIDString() - Method in class com.adventnet.snmp.mibs.ModuleCompliance
Returns the named oid String of this ModuleCompliance node.
getOIDString() - Method in class com.adventnet.snmp.mibs.MibNode
Gives the named OID of the node.
getOIDString() - Method in class com.adventnet.snmp.mibs.NotificationGroup
Returns the named oid String of this NotificationGroup.
getOIDString() - Method in class com.adventnet.snmp.mibs.ObjectGroup
Returns the named oid String of this ObjectGroup.
getOIDString() - Method in class com.adventnet.snmp.mibs.NotificationType
Returns the named oid String of this NotificationType.
getOIDString() - Method in class com.adventnet.snmp.mibs.ModuleIdentity
Returns the named oid String of this ModuleIdentity.
getOIDVector() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the named OID of the node as a Vector.
getOIDVectorIds() - Method in class com.adventnet.snmp.mibs.MibNode
Gives the numbered OID of the node as a Vector of Integer objects.
getOrganization() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the value of ORGANIZATION clause in MODULE-IDENTITY macro
getOrganization() - Method in class com.adventnet.snmp.mibs.ModuleIdentity
Returns the value of the ORGANIZATION clause in this MODULE-IDENTITY macro.
getOverwriteCMI() - Method in class com.adventnet.snmp.beans.SnmpServer
Deprecated. Instead use isOverwriteCMI() method.
getOverwriteCMI() - Method in class com.adventnet.snmp.beans.ClippedTable
Gets the overwrite compiled mibs boolean.
getOverwriteCMI() - Method in class com.adventnet.snmp.mibs.MibOperations
Deprecated. since 4.0, replaced by MibOperations.isOverwriteCMI()
getPacketBufferSize() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Gets the Datagram Buffer Size used for receiving SNMP packets.
getPageSize() - Method in class com.adventnet.snmp.beans.ClippedTable
Returns the number of pages in table stack, i.e.
getParameter(String) - Method in class com.adventnet.snmp.snmp2.SASAppletStub
Returns the value of the named parameter in the HTML tag.
getParent() - Method in class com.adventnet.snmp.mibs.MibNode
We can make use this method to get the parent of this node.
getParsedTime(Date) - Static method in class com.adventnet.snmp.beans.ParsedTrapEvent
To get the long value of the date object.
getParsingLevel() - Method in class com.adventnet.snmp.mibs.MibOperations
Returns the parsingLevel.
getPatchVersion() - Static method in class com.adventnet.snmp.snmp2.SnmpAPI
Returns the patch version of this release of SNMP Library.
getPDU() - Method in class com.adventnet.snmp.snmp2.SnmpMessage
Returns the SnmpPDU instance associated with this message.
getPeername() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. use the following instead.
UDPProtocolOptions opt = (UDPProtocolOptions)snmpSession.getProtocolOptions(); opt.getRemoteHost();
getPerformSets() - Method in class com.adventnet.snmp.beans.SnmpTable
To check if the values will get set if some change is made in any table field which has write access(any editable cell).
getPerformSets(boolean) - Method in class com.adventnet.snmp.beans.SnmpTable
To Activate/Deactivate an editable table field (cell).
getPolledNumRows() - Method in class com.adventnet.snmp.beans.ClippedTable
Gets the number of rows actually polled.
getPollingStatus() - Method in class com.adventnet.snmp.beans.SnmpPoller
returns whether the polling of some data is going on or not.
getPollInterval() - Method in class com.adventnet.snmp.beans.SnmpPoller
get the current polling interval in seconds
getPollInterval() - Method in class com.adventnet.snmp.beans.SnmpTable
Returns the current polling interval in seconds.
getPort() - Method in class com.adventnet.management.transport.TcpSessionTransportImpl
Returns the port of the TCP socket.
getPort() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Gets the local SNMP port number to listen on.
getPortWithExceptionMsg() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Gets the local SNMP port number to listen on.
getPosition() - Method in class com.adventnet.snmp.snmp2.ASN1Parser
This method returns the position in the buffer where the the data will be encoded/decoded.
getPrincipal() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the SNMP V3 Principal
getPrincipal() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the SNMP V3 username
getPrincipal() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Gets Principal ie userName
getPrincipal() - Method in class com.adventnet.snmp.beans.V3HandShakeResultEvent
Gets the principal associated with the SnmpEngineID discovery/time synchronization request that is sent.
getPrivKey() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Retrieves the privacy key value.
getPrivParams() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Retrieve the priv params.
getPrivPassword() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Gets the privacy password.
getPrivPassword() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the SNMP V3 PrivPassword
getPrivPassword() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the SNMP V3 PrivPassword
getPrivPassword() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Gets the SNMPv3 privacy password.
getPrivProtocol() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Retrieves the privacy protocol value.
getProductrelease() - Method in class com.adventnet.snmp.mibs.MibNode
Get the value of PRODUCT-RELEASE clause in AGENT-CAPABILITIES macro
getProductRelease() - Method in class com.adventnet.snmp.mibs.AgentCapabilities
Returns the PRODUCT-RELEASE clause of this object.
getPropertyDescriptors() - Method in class com.adventnet.snmp.beans.SnmpTargetBeanInfo
this will return the PropertyDescriptors for this bean
getPropertyDescriptors() - Method in class com.adventnet.snmp.beans.SnmpPollerBeanInfo
this will return the ProperyDescriptors for this bean
getPropertyDescriptors() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiverBeanInfo
this will return the PropertyDescriptor for this bean
getPropertyDescriptors() - Method in class com.adventnet.snmp.beans.SnmpRequestServerBeanInfo
this will return the PropertyDescriptors for this bean
getPropertyDescriptors() - Method in class com.adventnet.snmp.beans.SnmpTableBeanInfo
this will return the PropertyDescriptor for this bean
getProtocol() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. since all SNMP communications go through only a transportProvider, this method is not at all necessary.
getProtocol() - Method in class com.adventnet.snmp.snmp2.SASProtocolOptions
gets the protocol.
getProtocolData() - Method in class com.adventnet.snmp.snmp2.SnmpTransportPacket
Gets the SNMP message to be sent or received i.e.
getProtocolOptions() - Method in class com.adventnet.snmp.snmp2.SnmpSession
This method will return the ProtocolOptions associated with this SnmpSession.
getProtocolOptions() - Method in class com.adventnet.snmp.snmp2.SnmpTransportPacket
Gets the transport options configured in the Transport Packet.
getProtocolOptions() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
This method will return the transport mechanism's protocol options
getRangeItems() - Method in class com.adventnet.snmp.mibs.LeafSyntax
Gets the range constraints available for this syntax.
getReadView() - Method in class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry
Get the VacmAccessReadViewName.
getReceiveBufferSize() - Method in class com.adventnet.snmp.snmp2.UDPProtocolOptions
This method returns the previously set buffer size or zero.
getReceiveBufferSize() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. instead use the getReceiveBufferSize method available in UDPProtocolOptions.
getReceiveBufferSize() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
This method returns the buffer size of this SnmpTrapReceiver.
getReceivedData() - Method in class com.adventnet.snmp.snmp2.ASN1Parser
Returns the data.
getReference() - Method in class com.adventnet.snmp.mibs.AgentCapabilities
Gets the REFERENCE string for this OBJECT-GROUP macro.
getReference() - Method in class com.adventnet.snmp.mibs.ModuleCompliance
Returns the value of the REFERENCE clause for this ModuleCompliance.
getReference() - Method in class com.adventnet.snmp.mibs.MibNode
Gets string reference for this node.
getReference() - Method in class com.adventnet.snmp.mibs.NotificationGroup
Gets the REFERENCE string for this NotificationGroup object.
getReference() - Method in class com.adventnet.snmp.mibs.ObjectGroup
Gets the REFERENCE string for this OBJECT-GROUP macro.
getReference() - Method in class com.adventnet.snmp.mibs.MibTrap
Gets the value of the REFERENCE clause.
getReference() - Method in class com.adventnet.snmp.mibs.MibTC
Gets the REFERENCE string for this TC.
getReference() - Method in class com.adventnet.snmp.mibs.NotificationType
Gets the REFERENCE string for this NotificationType object.
getRemoteAddress() - Method in class com.adventnet.snmp.snmp2.UDPProtocolOptions
This method gets the remoteAddress as an InetAddress object.
getRemoteHost() - Method in class com.adventnet.snmp.snmp2.UDPProtocolOptions
This method returns the remoteHost.
getRemoteHost() - Method in class com.adventnet.snmp.snmp2.TcpProtocolOptionsImpl
Get the remote host with which this SNMP entity will communicate.
getRemoteHost() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Deprecated. use the following instead.

UDPProtocolOptions opt = (UDPProtocolOptions)SnmpPDU.getProtocolOptions();
String remoteHost = opt.getRemoteHost();

getRemoteHost() - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
Returns the host name of the corresponding Snmp entity.
getRemoteHost() - Method in class com.adventnet.snmp.snmp2.SASProtocolOptions
gets the remoteHost of this ProtocolOptions obeject.
getRemoteHost() - Method in class com.adventnet.snmp.beans.TrapEvent
Gets hostname of the source of trap.
getRemotePort() - Method in class com.adventnet.snmp.snmp2.UDPProtocolOptions
This method gets the remotePort to which the SNMP packets should be sent.
getRemotePort() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. use the following instead.

UDPProtocolOptions opt = (UDPProtocolOptions)snmpSession.getProtocolOptions();
opt.getRemotePort();

getRemotePort() - Method in class com.adventnet.snmp.snmp2.TcpProtocolOptionsImpl
Get the remote port with which this SNMP entity will communicate.
getRemotePort() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Deprecated. use the following instead.

UDPProtocolOptions opt = (UDPProtocolOptions)SnmpPDU.getProtocolOptions();
int remotePort = opt.getRemotePort();

getRemotePort() - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
Returns the port of the corresponding Snmp entity.
getRemotePort() - Method in class com.adventnet.snmp.snmp2.SASProtocolOptions
gets the remotePort for this object.
getRemotePort() - Method in class com.adventnet.snmp.beans.TrapEvent
Gets the remote port of source of trap
getReport() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Returns the status of report flag.
getReqid() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets request id of this PDU.
getReqid() - Method in class com.adventnet.snmp.beans.TrapEvent
Gets the request Identifier in packet.
getRequestID() - Method in class com.adventnet.snmp.beans.ResultEvent
Returns the request ID, which may be necessary to track requests.
getResponse() - Method in class com.adventnet.snmp.beans.ResultEvent
This returns the response object - SnmpPDU for SNMP requests
getResult() - Method in class com.adventnet.snmp.beans.SnmpResultObject
This will return a Vector of successful operation string values.
getResult() - Method in class com.adventnet.snmp.beans.V3HandShakeResultEvent
Get the Result string associated with the SnmpEngineID discovery and the time synchronization.
getRetries() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Gets number of retries before timeout.
getRetries() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets number of retries for this PDU before timeout.
getRetries() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the SNMP target retries value.
getRetries() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the SNMP target retries value.
getRetrievalMode() - Method in class com.adventnet.snmp.beans.SnmpTable
Returns the mode of retrieval of table data.
getRevdescription() - Method in class com.adventnet.snmp.mibs.MibNode
Deprecated. since 4.0. Instead you can use the method getRevisionDescriptions()
getRevision() - Method in class com.adventnet.snmp.mibs.MibNode
Deprecated. since 4.0. Instead you can use the method getRevisions()
getRevisionDescription(String) - Method in class com.adventnet.snmp.mibs.ModuleIdentity
Gives the description for the gievn revision.
getRevisionDescriptions() - Method in class com.adventnet.snmp.mibs.MibNode
Gives the revision descriptions as a vector of String Elements.
getRevisions() - Method in class com.adventnet.snmp.mibs.MibNode
Gives the revisions as a Vector of String Elements.
getRevisions() - Method in class com.adventnet.snmp.mibs.ModuleIdentity
Gets the value of REVISION clause in this MODULE-IDENTITY macro
getRootNode() - Method in class com.adventnet.snmp.mibs.MibModule
Gets a reference to the root node in this MIB module.
getRootNodes() - Method in class com.adventnet.snmp.mibs.MibModule
Returns a collection of root nodes.
getRoundTripDelay() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Returns round-trip delay if received response PDU
getRow(int) - Method in class com.adventnet.snmp.beans.SnmpTable
To get data for a table row,specified by its position in the table.
getRow(String, String) - Method in class com.adventnet.snmp.beans.SnmpTable
Returns the data for a row of the Table specified by the index .
getRowCount() - Method in class com.adventnet.snmp.beans.SnmpTable
Returns the number of rows of data available in the SnmpTable.
getRowName() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the name of the row sequence.
getRowStatus() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileEntry
Retrieves the snmpNotifyFilterProfileRowStatus value associated with this object.
getRowStatus() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyEntry
Retrieves the snmpNotifyRowStatus value associated with this object.
getRowStatus() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterEntry
Retrieves the snmpNotifyFilterRowStatus value associated with this object.
getRowStatus() - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Retrieves the snmpCommunityStatus value associated with this object.
getSASClient() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. use the following instead
SASProtocolOptions opt = (SASProtocolOptions)snmpSession.getProtocolOptions();
SASClient sasclient = opt.getSASClient();
getSASClient() - Static method in class com.adventnet.snmp.snmp2.SnmpAPI
Returns the SASClient instance which has been created at last through the SnmpSession class.
getSASClient() - Method in class com.adventnet.snmp.snmp2.SASProtocolOptions
gets the SASClient instance.
getSASProtocol() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. use the following instead.

SASProtocolOptions opt = (SASProtocolOptions)snmpSession.getProtocolOptions();
int sasprotocol = opt.getProtocol();

getSecLevelForTimeSync() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Returns the securitylevel that would be used when doing a V3 timeSync for a authPriv user.
getSecLevelForTimeSync() - Method in class com.adventnet.snmp.beans.SnmpServer
Returns the securitylevel that would be used when doing a V3 timeSync for a authPriv user.
getSecurity() - Method in class com.adventnet.snmp.snmp2.Snmp3Message
Get securityModel object is associated with the message.
getSecurityID(byte[]) - Method in class com.adventnet.snmp.snmp2.SecurityModelEntry
Returns a security model dependent securityID, using the security model independent security name.
getSecurityID(byte[]) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Returns, a security model dependent securityID, using the security model independent security name.
getSecurityID(byte[]) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Returns the securityID ( which depends on the security model ).
getSecurityLevel() - Method in class com.adventnet.snmp.snmp2.SecurityModelEntry
Returns the security level associated with this securityEntry.
getSecurityLevel() - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Returns, the security level associated with this securityEntry.
getSecurityLevel() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Retrieves the security level value for this user entry.
getSecurityLevel() - Method in class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry
Get the securityLevel.
getSecurityLevel() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the SNMP V3 SecurityLevel
getSecurityLevel() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the SNMP V3 SecurityLevel
getSecurityModel() - Method in class com.adventnet.snmp.snmp2.SecurityModelEntry
Returns the security model.
getSecurityModel() - Method in class com.adventnet.snmp.snmp2.Snmp3Message
Returns the securityModel assoicated with this message.
getSecurityModel() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets the securityModel associated with this PDU.
getSecurityModel() - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Returns, the security model.
getSecurityModel() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Returns the securityModel.
getSecurityModel() - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupEntry
Get the securityModel value associated with this object.
getSecurityModel() - Method in class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry
Get the securityModel value.
getSecurityModel() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the SNMP V3 securityModel
getSecurityModel() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the SNMP V3 securityModel
getSecurityModel() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Gets the SNMP V3 securityModel
getSecurityName() - Method in class com.adventnet.snmp.snmp2.SecurityModelEntry
Returns the security model independent security name.
getSecurityName() - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Retrieves the snmpCommunitySecurityName value associated with this object.
getSecurityName() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Gets the security name, which is independent of the security model.
getSecurityName() - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupEntry
Get the securityName value associated with this object.
getSecurityName(byte[]) - Method in class com.adventnet.snmp.snmp2.SecurityModelEntry
Returns a security model independent security name, using the security model dependent securityID.
getSecurityName(byte[]) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Returns, a security model independent security name using the security model dependent securityID.
getSecurityName(byte[]) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Gets the security name ( which is independent of the security model ) using the securityID ( which depends on the security model ).
getSecurityProvider() - Method in class com.adventnet.snmp.snmp2.Snmp3Message
 
getSecurityProvider() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the SecurityProvider maintained by this SnmpAPI.
getSecurityProvider() - Method in class com.adventnet.snmp.beans.SnmpServer
Gets the security provider.
getSecurityTable(int) - Method in class com.adventnet.snmp.beans.SnmpServer
Returns the SecurityModelTable as an object for a given security model.
getSecurityTable(int) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Gets the SecurityModelTable as an object for a given security Model.
getSendTimeoutEvents() - Method in class com.adventnet.snmp.beans.SnmpTarget
Returns the boolean state of whether this target will send timeout events to a registered listener.
getSendTimeoutEvents() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To check if the target will send timeout events to registered listeners.
getSerializedMibFileName() - Method in class com.adventnet.snmp.beans.SnmpServer
Gets the name of the Serialized Mib file
getSerializedMibFileName() - Method in class com.adventnet.snmp.beans.ClippedTable
gets the name of the Serialized Mib file
getSerializedMibFileName() - Method in class com.adventnet.snmp.mibs.MibOperations
Retrieves the Serialized MIB file name.
getSerializeFileName() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the fileName into which the SNMPv3 configuration tables are to be serialized.
getSessionId() - Method in class com.adventnet.snmp.snmp2.UDPProtocolOptions
This is the method present in ProtocolOptions.
getSessionId() - Method in interface com.adventnet.snmp.snmp2.ProtocolOptions
This method returns a unique sessionId for each Snmp session.
getSessionId() - Method in class com.adventnet.snmp.snmp2.TcpProtocolOptionsImpl
Get a unique session id that is associated with each SNMP session initiated from this SNMP entity.
getSessionId() - Method in class com.adventnet.snmp.snmp2.SASProtocolOptions
gets the session id for this ProtocolOptions obejct.
getSessionList() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Get the List of SNMP sessions managed under this SnmpAPI instance.
getSeverity() - Method in class com.adventnet.snmp.beans.ParsedTrapEvent
To get the numeric severity value of the trap 1 - All 2 - Critical 3 - Major 4 - Minor 5 - Warning 6 - Clear 7 - Info
getSize() - Method in class com.adventnet.snmp.mibs.LeafSyntax
Gives the maximum Size restriction for this syntax.
getSnmpAPI() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Returns the SnmpAPI reference associated with this SnmpSession.
getSnmpClients() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Returns the clients that have been registered for callbacks or null is returned if no one is registered.
getSnmpClientsSize() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. use the following instead

int snmpClientsSize = (snmpSession.getSnmpClients()).size();

getSnmpClientsWithID() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Returns the hashtable in which the clientID and the SnmpClient are associated.
GetSnmpEnableAuthenTraps() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the status of the snmpEnableAuthenTraps variable.
getSnmpEngine() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the SnmpEngineTable reference.
getSnmpEngineBoots() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the SnmpEngineBoots (number of times this SNMP engine has booted of this SNMP entity.
getSnmpEngineID() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the authoritative SnmpEngineID associated with this SNMP entity.
getSnmpEngineID() - Method in class com.adventnet.snmp.beans.SnmpServer
Gets the SnmpEngineID of this SNMP entity.
getSnmpEngineTable() - Method in class com.adventnet.snmp.beans.SnmpServer
returns the SnmpEnginetable which contains the information about v3 engine configured to this bean
getSnmpEngineTable() - Method in interface com.adventnet.snmp.beans.CustomizerTemplate
This needs to be implemented to get SnmpEngineTable reference
getSnmpEngineTime() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the SnmpEngineTime.
getSnmpGroup(String, int) - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the SnmpGroup Object corresponding to the SnmpSession's local_addrs and local_port.
getSnmpInASNParseErrs() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpInASNParseErrs count.
getSnmpInBadCommunityNames() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpInBadCommunityNames count.
getSnmpInBadCommunityUses() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpInBadCommunityUses count.
getSnmpInBadValues() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpInBadValues count.
getSnmpInBadVersions() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpInBadVersions count.
getSnmpInGenErrs() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpInGenErrs count.
getSnmpInGetNexts() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpInGetNexts count.
getSnmpInGetRequests() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpInGetRequests count.
getSnmpInGetResponses() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpInGetResponses count.
getSnmpInNoSuchNames() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpInNoSuchNames count.
getSnmpInPkts() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpInPkts count.
getSnmpInReadOnlys() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpInReadOnlys count.
getSnmpInSetRequests() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpInSetRequests count.
getSnmpInTooBigs() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpInTooBigs count.
getSnmpInTotalReqVars() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpInTotalReqVars count.
getSnmpInTotalSetVars() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpInTotalSetVars count.
getSnmpInTraps() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpInTraps count.
getSnmpInvalidMsgs() - Static method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpInvalidMsgs count.
getSnmpOID() - Method in class com.adventnet.snmp.beans.SnmpTarget
This method returns the first SnmpOID from the list of object IDs or null, if no OID is set previously.
getSnmpOID() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the first SnmpOID from the list of object IDs.
getSnmpOID(String) - Method in class com.adventnet.snmp.mibs.MibOperations
Creates an SnmpOID instance based on the loaded MIBs.
getSnmpOID(String) - Method in class com.adventnet.snmp.mibs.MibModule
Creates an SnmpOID instance from the specified string and information from this Module.
getSnmpOIDList() - Method in class com.adventnet.snmp.beans.SnmpTarget
This method returns the list of object IDs as an array of SnmpOID or null if no OID is set previously.
getSnmpOIDList() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the list of object IDs as an array of SnmpOID instances
getSnmpOutBadValues() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpOutBadValues count.
getSnmpOutGenErrs() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpOutGenErrs count.
getSnmpOutGetNexts() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpOutGetNexts count.
getSnmpOutGetRequests() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpOutGetRequests count.
getSnmpOutGetResponses() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpOutGetResponses count.
getSnmpOutNoSuchNames() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpOutNoSuchNames count.
getSnmpOutPkts() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpOutPkts count.
getSnmpOutSetRequests() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpOutSetRequests count.
getSnmpOutTooBigs() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpOutTooBigs count.
getSnmpOutTraps() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpOutTraps count.
getSnmpProperty() - Method in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
get property value as its original object
getSnmpProxyDrops() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpSilentDrops count.
getSnmpSilentDrops() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpSilentDrops count.
getSnmpTargetAddrMMS() - Method in class com.adventnet.snmp.snmp2.SnmpTargetAddrExtEntry
Gets the snmpTargetAddrMMS associated with this object.
getSnmpTargetAddrTMask() - Method in class com.adventnet.snmp.snmp2.SnmpTargetAddrExtEntry
Gets the snmpTargetAddrTMask associated with this object.
getSnmpTrapOID() - Method in class com.adventnet.snmp.beans.ParsedTrapEvent
 
getSnmpUnavailableContexts() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpUnavailableContexts count.
getSnmpUnknownContexts() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpUnknownContexts count.
getSnmpUnknownPDUHandlers() - Static method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpUnknownPDUHandlers count.
getSnmpUnknownSecurityModels() - Static method in class com.adventnet.snmp.snmp2.SnmpGroup
Gets the snmpUnknownSecurityModels count.
getSnmpVarVec(int) - Method in class com.adventnet.snmp.beans.ClippedTable
Gets a vector of SnmpVar value of the specified row in the table.
getSnmpVersion() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the SNMP target SNMP Version.
getSnmpVersion() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the SNMP target SNMP Version.
getSnmpVersion() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Gets the SNMP Version
getSpecificType() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets specific trap type.
getSpecificType() - Method in class com.adventnet.snmp.beans.TrapEvent
Gets specific type number for the Trap Received.
getSpinLock() - Method in class com.adventnet.snmp.snmp2.vacm.VacmViewTreeTable
Get the spinlock value.
getStartLocalPort() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. now the "open(Applet)" method will throw an SnmpException if it is unable to connect to the SAServer. When such an exception is received, the user should decide whether "open(void)" method should be called or not.
getStatement() - Static method in class com.adventnet.snmp.snmp2.SnmpAPI
Returns the Statement instance corresponding to this SnmpAPI instance
getStatus() - Method in class com.adventnet.snmp.mibs.AgentCapabilities
Gets the STATUS field value for this OBJECT-GROUP macro.
getStatus() - Method in class com.adventnet.snmp.mibs.ModuleCompliance
Returns the STATUS value of this ModuleCompliance.
getStatus() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the status value of this node.
getStatus() - Method in class com.adventnet.snmp.mibs.NotificationGroup
Gets the STATUS field value for this NotificationGroup object.
getStatus() - Method in class com.adventnet.snmp.mibs.ObjectGroup
Gets the STATUS field value for this OBJECT-GROUP macro.
getStatus() - Method in class com.adventnet.snmp.mibs.MibTC
Gets the STATUS field value for this TC.
getStatus() - Method in class com.adventnet.snmp.mibs.NotificationType
Gets the STATUS field value for this NotificationType object.
getStorageType() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileEntry
Retrieves the snmpNotifyFilterProfileStorType value associated with this object.
getStorageType() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyEntry
Retrive the snmpNotifyStorageType value associated with this object.
getStorageType() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterEntry
Retrieves the snmpNotifyFilterStorageType value associated with this object.
getStorageType() - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Retrieves the snmpCommunityStorageType value associated with this object.
getStorageType() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Gets the USM StorageType associated with this USMUserEntry.
getStorageType() - Method in class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry
Get the VACM Access StorageType associated with this VacmAccessEntry
getStr(String) - Method in class com.adventnet.snmp.beans.ParsedTrapEvent
To get the characterstics of the Trap that this event contains.
getString(String) - Static method in class com.adventnet.utils.SnmpUtils
Returns the equivalent string from the Resource Bundle.
getStringValue() - Method in class com.adventnet.snmp.beans.ResultEvent
This returns the first result String value.
getStringValue(int) - Method in class com.adventnet.snmp.beans.ResultEvent
This returns the result String value at requested index.
getStringValueAt(int, int) - Method in class com.adventnet.snmp.beans.ClippedTable
Gets the string value for the cell specified by the row and column index.
getStringValues() - Method in class com.adventnet.snmp.beans.ResultEvent
This returns the result String values as string array.
getSubid() - Method in class com.adventnet.snmp.mibs.MibNode
Deprecated. since 4.0. Instead you can use the method getSubID()
getSubID() - Method in class com.adventnet.snmp.mibs.MibNode
Gives the sub-identifier of this node's object-identifier.
getSuccessCode() - Method in class com.adventnet.snmp.beans.SnmpResultObject
This method will get the success code of this ResultObject.
getSupports() - Method in class com.adventnet.snmp.mibs.AgentCapabilitiesModule
Gets the name of the module that is being supported.
getSyntax() - Method in class com.adventnet.snmp.mibs.MibNode
Gives the syntax associated with this node.
getSyntax() - Method in class com.adventnet.snmp.mibs.AgentCapabilitiesModule
Deprecated. Since 3.0. Instead you can use getSyntax() in ACVariation class
getSyntax() - Method in class com.adventnet.snmp.mibs.LeafSyntax
Gives the syntax for this leafSyntax Object.
getSyntax() - Method in class com.adventnet.snmp.mibs.ACVariation
Returns the SYNTAX value of this Variation.
getSyntax() - Method in class com.adventnet.snmp.mibs.MibTC
Gets the syntax associated with this TC.
getSyntaxByName(String) - Method in class com.adventnet.snmp.mibs.MibOperations
Gets the syntax for the node represented by the String argument.
getSystemUpTime() - Method in class com.adventnet.snmp.beans.ParsedTrapEvent
 
getTable(int) - Method in class com.adventnet.snmp.snmp2.SecurityProvider
Returns the SecurityModelTable as an object for a given security model.
getTableColumnNames() - Method in class com.adventnet.snmp.beans.ClippedTable
 
getTableItems() - Method in class com.adventnet.snmp.mibs.MibNode
Will give the names of the items in the row sequence.
getTableOID() - Method in class com.adventnet.snmp.beans.SnmpTable
To get table oid used with this SnmpTable instance.
getTableSequence() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the name in the SEQUENCE OF "name" item
getTag() - Method in class com.adventnet.snmp.snmp2.ASN1Parser
This method is used to get the tag from a received SNMP message.
getTargetAddrEntry() - Method in class com.adventnet.snmp.snmp2.SnmpTargetAddrExtEntry
Retrieves the SnmpTargetAddrEntry associated with this object.
getTargetAddrExtTable() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the SnmpTargetAddrExtTable corresponding to this SnmpAPI.
getTargetAddrTable() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the SnmpTargetAddrTable corresponding to this SnmpAPI.
getTargetHost() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the SNMP target hostname
getTargetHost() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the SNMP target hostname
getTargetHost() - Method in interface com.adventnet.snmp.beans.CustomizerTemplate
This needs to be implemented to get target host
getTargetHost() - Method in class com.adventnet.snmp.beans.V3HandShakeResultEvent
Gets the target host to which an SnmpEngineID discovery/time synchronization request is sent.
getTargetParamsTable() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the SnmpTargetParamsTable corresponding to this SnmpAPI.
getTargetPort() - Method in class com.adventnet.snmp.beans.SnmpTarget
get the SNMP target port number
getTargetPort() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the SNMP target port number
getTargetPort() - Method in interface com.adventnet.snmp.beans.CustomizerTemplate
This needs to be implemented to get target port
getTargetPort() - Method in class com.adventnet.snmp.beans.V3HandShakeResultEvent
Gets the target port to which an SnmpEngineID discovery/time synchronization request is sent.
getTCDescription() - Method in class com.adventnet.snmp.mibs.MibTC
Gets the DESCRIPTION string for this TC.
getThrowFileNotFound() - Method in class com.adventnet.snmp.mibs.MibOperations
Deprecated.  
getTimeout() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Gets the timeout value.
getTimeout() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets the timeout value.
getTimeout() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the SNMP target timeout value
getTimeout() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the SNMP target timeout value in Seconds.
getTimeoutInMilliSec() - Method in class com.adventnet.snmp.beans.SnmpServer
Returns the timeout value in milliseconds.
getTimeStamp() - Method in class com.adventnet.snmp.beans.ParsedTrapEvent
To get the Time Stamp for the Trap received in String format
getTimeToWait() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Gets the inter-packet delay time set on this SnmpSession object.
getTimeToWait() - Method in class com.adventnet.snmp.beans.SnmpServer
Gets the inter-packet delay time set on this SnmpSession object.
getTimeWindow() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the time window in which messages are accepted by this SNMP engine.
getTransportProvider() - Method in class com.adventnet.snmp.snmp2.SnmpSession
This method gets the transportProvier classname.
getTransportTag() - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Retrieves the snmpCommunityTransportTag value associated with this object.
getTrapDefinition() - Method in class com.adventnet.snmp.beans.TrapEvent
Gets the trap definition if available in a loaded MIB
getTrapOID() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
This method returns the trap-oid for this SNMPv2 trap-pdu.
getTrapPDU() - Method in class com.adventnet.snmp.beans.TrapEvent
Gets the trap PDU.
getTrapSource() - Method in class com.adventnet.snmp.beans.ParsedTrapEvent
To get Agent that sent the trap.
getTrapType() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets the generic type of the trap.
getTrapType() - Method in class com.adventnet.snmp.beans.TrapEvent
Gets the trap type of a specific Trap.
getTrapType() - Method in class com.adventnet.snmp.mibs.MibTrap
Used to know whether this TRAP is generic or specific type.
getType() - Method in class com.adventnet.snmp.snmp2.SnmpVar
Returns type, defined by SnmpAPI types, e.g.SnmpAPI.INTEGER .
getType() - Method in class com.adventnet.snmp.beans.SnmpTableEvent
Returns the type of change that has occured.
getType() - Method in class com.adventnet.snmp.mibs.MibErrorMessages
Returns the type of the error.
getType() - Method in class com.adventnet.snmp.mibs.LeafSyntax
Retrieves the SNMP ASN.1 tag value for this syntax.
getTypeString() - Method in class com.adventnet.snmp.snmp2.SnmpVar
Returns type as a string, e.g.INTEGER, OCTET STRING based on the type of SnmpVar object.
getUnits() - Method in class com.adventnet.snmp.mibs.MibNode
Gets the value of UNITS clause in OBJECT-TYPE macro
getUnknownEngineIDs() - Static method in class com.adventnet.snmp.snmp2.usm.USMStats
Returns the unknownEngineIDs count.
getUnknownUserNames() - Static method in class com.adventnet.snmp.snmp2.usm.USMStats
Returns the unknownUserNames count.
getUnsupportedSecLevels() - Static method in class com.adventnet.snmp.snmp2.usm.USMStats
Returns the unsupportedSecurityLevel count.
getUpTime() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets the timeStamp of the object which has generated the trap.
getUpTime() - Method in class com.adventnet.snmp.beans.ParsedTrapEvent
To get the Up Time value of the Agent which sent the trap
getUpTime() - Method in class com.adventnet.snmp.beans.TrapEvent
Gets the uptime value for a trap.
getUserCloneFrom() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Gets the USMUserCloneFrom OID associated with this USMUserEntry.
getUserName() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Returns the principal for SNMPv3 messages.
getUserName() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets the principal on whose behalf SNMPv3 requests are made.
getUserName() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Gets the userName associated with this user.
getUserPublic() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Gets the USM UserPublic associated with this USMUserEntry.
getUserStatus() - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Gets the USM UserStatus associated with this USMUserEntry.
getUSMTable() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Deprecated. use the following instead.
 SnmpApi.getSecurityProvider().getTable(USM_SECURITY_MODEL); // where USM_SECURITY_MODEL = 3
getUSMTable() - Method in class com.adventnet.snmp.beans.SnmpServer
returns the USMUserTable which contains the informations about v3 Users
getUSMTable() - Method in interface com.adventnet.snmp.beans.CustomizerTemplate
This needs to be implemented to get USMUserTable reference
getUSMTable() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Gets the USMUserTable reference.
getV3ConfigTable() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the table name that was configured for V3.
getV3ConfigTable() - Method in class com.adventnet.snmp.beans.SnmpServer
Gets the table name that was configured for V3.
getVacmAccessStatus() - Method in class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry
Get the vacmAccessStatus associated with this VacmAccessEntry
getVacmGroupName() - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupEntry
Get the VacmGroupName value.
getVacmGroupStatus() - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupEntry
Get the vacmSecurityToGroupStatus associated with this VacmGroupEntry
getVacmGroupStorageType() - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupEntry
Get the StorageType associated with this VacmGroupEntry
getValue() - Method in class com.adventnet.snmp.mibs.MibTrap
Gets the generic or specific trap number.
getValue(int) - Method in class com.adventnet.snmp.beans.ResultEvent
Returns value at specified index as a String variable.
getValueAt(int, int) - Method in class com.adventnet.snmp.beans.SnmpTable
To get the value for the cell specified by the row and column index.
getValues() - Method in class com.adventnet.snmp.beans.ResultEvent
This returns the result variable values as string array.
getVarBindCount() - Method in class com.adventnet.snmp.beans.SnmpTarget
Returns the number of varbinds used with the splitted pdu.
getVariable() - Method in class com.adventnet.snmp.snmp2.SnmpVarBind
Return the variable in the SnmpVarBind.
getVariable(int) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets specified SNMP variable from PDUs list of variables.
getVariable(int) - Method in class com.adventnet.snmp.beans.TrapEvent
Get the specified Variable as a String from traps list of variables.
getVariableBinding(int) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets specified variable binding from PDUs list of variable bindings.
getVariableBindings() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets list of SnmpVarBind objects as a vector.
getVariables() - Method in class com.adventnet.snmp.mibs.MibTrap
Gets the variables as a vector of strings.
getVariation() - Method in class com.adventnet.snmp.mibs.AgentCapabilitiesModule
Deprecated. Since 3.0
getVariationDescription() - Method in class com.adventnet.snmp.mibs.AgentCapabilitiesModule
Deprecated. Since 3.0. Instead you can use getDescription() in ACVariation class.
getVarObject() - Method in class com.adventnet.snmp.snmp2.SnmpVar
Abstract method which returns value of SNMP variable as an appropriate Object type, e.g.
getVarObject() - Method in class com.adventnet.snmp.snmp2.SnmpUnsignedInt
Returns the value of this SnmpUnsignedInt as a Long object.
getVarObject() - Method in class com.adventnet.snmp.snmp2.SnmpString
Returns the value of this SnmpString object as a printable string object.
getVarObject() - Method in class com.adventnet.snmp.snmp2.SnmpBitstring
Returns the value of this SnmpBitstring SNMP variable as a String Object.
getVarObject() - Method in class com.adventnet.snmp.snmp2.SnmpIpAddress
Returns the values of this SnmpIpAddress as a printable String object.
getVarObject() - Method in class com.adventnet.snmp.snmp2.SnmpInt
Returns the value of this SnmpInt object as an Integer object.
getVarObject() - Method in class com.adventnet.snmp.snmp2.SnmpOID
Returns the value of this SnmpOID as a printable string.
getVarObject() - Method in class com.adventnet.snmp.snmp2.SnmpCounter64
returns the value of SNMP variable as an object(long array of length 2).
getVarObject() - Method in class com.adventnet.snmp.snmp2.SnmpNull
Returns the value of this SnmpNull object as an appropriate Object type, in this case returns null.
getVersion() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Gets snmp version for outgoing SNMP requests.
getVersion() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets snmp Version number in PDU.
getVersion() - Method in class com.adventnet.snmp.beans.ParsedTrapEvent
 
getVersion() - Method in class com.adventnet.snmp.beans.TrapEvent
Gets SNMP Version number in PDU.
getVersionString() - Static method in class com.adventnet.snmp.snmp2.SnmpAPI
Returns a string describing this version of SNMP Library.
getViewTable() - Method in class com.adventnet.snmp.snmp2.vacm.SnmpVacm
Gets the VacmViewTreeTable.
getWriteCommunity() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Gets writeCommunity for outgoing requests.
getWriteCommunity() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Gets writeCommunity string received/sent.
getWriteCommunity() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the SNMP target write Community to be used for set requests
getWriteCommunity() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To get the SNMP target write Community to be used for set requests
getWriterInstanceName() - Method in class com.adventnet.afp.log.LoggerProperties
Method to get the LogWriterInstanceName.
getWriteSyntax() - Method in class com.adventnet.snmp.mibs.AgentCapabilitiesModule
Deprecated. Since 3.0. Instead you can use getWriteSyntax() in ACVariation class.
getWriteSyntax() - Method in class com.adventnet.snmp.mibs.ACVariation
Returns the WRITE-SYNTAX value of this Variation.
getWriteView() - Method in class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry
Get the VacmAccessWriteViewName.
getWrongDigests() - Static method in class com.adventnet.snmp.snmp2.usm.USMStats
Returns the wrongDigets count.

H

hashCode() - Method in class com.adventnet.snmp.snmp2.SnmpOID
Returns a hash code value for this SnmpOID.
hashCode() - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
Returns the hashCode for the object.
helpURL - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
URL having more information about the Trap received.
HOSTNAME - Static variable in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
to specify the property as target host name
HTTP_PROTOCOL - Static variable in class com.adventnet.snmp.snmp2.SASClient
 

I

id - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
A unique id for internal processing
ILLEGAL_ARG - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when we pass a illegal argument for a method.
IMPORTS_CONSTRUCT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
INCLUDED - Static variable in class com.adventnet.snmp.snmp2.SnmpNotifyFilterEntry
 
INCLUDED - Static variable in class com.adventnet.snmp.snmp2.vacm.VacmFamilyEntry
Constant value for VacmFamilyType INCLUDED
incrDecryptionErrors() - Static method in class com.adventnet.snmp.snmp2.usm.USMStats
Increments the decryptionErrors count by 1.
incrNotInTimeWindows() - Static method in class com.adventnet.snmp.snmp2.usm.USMStats
Increments the notInTimeWindows count by 1.
incrSnmpInBadCommunityNames() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Increment the snmpInBadCommunityNames value by 1.
incrSnmpInBadCommunityUses() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Increment the snmpInBadCommunityUses value by 1.
incrSnmpInBadVersions() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Increment the snmpInBadVersions value by 1.
incrSnmpInTotalReqVars() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Increment the snmpInTotalReqVars count value by 1.
incrSnmpInTotalSetVars() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Increments the snmpInTotalSetVars count value by 1.
incrSnmpInvalidMsgs() - Static method in class com.adventnet.snmp.snmp2.SnmpGroup
Increments the snmpInvalidMsgs count by 1.
incrSnmpProxyDrops() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Increments the snmpSilentDrops count by one.
incrSnmpSilentDrops() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Increment the snmpSilentDrops count by one.
incrSnmpUnavailableContexts() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Increments the snmpUnavailableContexts count by one.
incrSnmpUnknownContexts() - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Increments the snmpUnknownContexts count by one.
incrSnmpUnknownPDUHandlers() - Static method in class com.adventnet.snmp.snmp2.SnmpGroup
Increments the snmpUnknownPDUHandlers count by 1.
incrSnmpUnknownSecurityModels() - Static method in class com.adventnet.snmp.snmp2.SnmpGroup
Increments the snmpUnknownSecurityModels count by 1.
incrUnknownEngineIDs() - Static method in class com.adventnet.snmp.snmp2.usm.USMStats
Increments the unknownEngineIDs count by 1.
incrUnknownUserNames() - Static method in class com.adventnet.snmp.snmp2.usm.USMStats
Increments the unknownUserNames count by 1.
incrUnsupportedSecLevels() - Static method in class com.adventnet.snmp.snmp2.usm.USMStats
Increments the unsupportedSecLevels count by 1.
incrWrongDigests() - Static method in class com.adventnet.snmp.snmp2.usm.USMStats
Increments the wrongDigests count by 1.
indeces - Variable in class com.adventnet.snmp.beans.ClippedTable
 
INFORM - Static variable in class com.adventnet.snmp.snmp2.SnmpNotifyEntry
 
INFORM_REQ_MSG - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
Constant for SNMP V2 INFORM PDU type.
init_v3_parameters(String, int, String, String, String, int, SnmpSession) - Static method in class com.adventnet.snmp.snmp2.usm.USMUtils
A comprehensive initialization routine that creates new SnmpV3 entities and user entries and performs discovery and time synchronization.
init_v3_parameters(String, int, String, String, String, SnmpSession) - Static method in class com.adventnet.snmp.snmp2.usm.USMUtils
A comprehensive initialization routine that creates new SnmpV3 entities and user entries and performs discovery and time synchronization.
init_v3_params(String, int, String, String, String, int, SnmpSession) - Static method in class com.adventnet.snmp.snmp2.usm.USMUtils
A comprehensive initialization routine that creates new SnmpV3 entities and user entries and performs discovery and time synchronization.
init_v3_params(String, int, String, String, String, SnmpSession) - Static method in class com.adventnet.snmp.snmp2.usm.USMUtils
A comprehensive initialization routine that creates new SnmpV3 entities and user entries and performs discovery and time synchronization.
init() - Static method in class com.adventnet.afp.log.ConsoleLog
Initialization process takes place here in this method.
init(LogConfigReader, LogConfigWriter) - Method in class com.adventnet.afp.log.LogFactory
 
init(LoggerProperties, LogWriter) - Method in class com.adventnet.afp.log.AbstractLogger
The init method is used to intialize the logger.
init(LoggerProperties, LogWriter) - Method in class com.adventnet.afp.log.DefaultLogger
The init method is used to intialize the DefaultLogger.
init(LoggerProperties, LogWriter) - Method in interface com.adventnet.afp.log.Logger
The init method is used to initialize a Logger.The properties of the Logger and the LogWriter are passed to this method.
init(LoggerProperties, LogWriter) - Method in class com.adventnet.afp.log.LoggerImpl
The init method is used to intialize the logger.
init(LogWriterProperties) - Method in class com.adventnet.afp.log.AbstractLogWriter
For initializing implementation class with required properties.
init(LogWriterProperties) - Method in interface com.adventnet.afp.log.LogWriter
For initializing implementation class with required properties.
init(LogWriterProperties) - Method in class com.adventnet.afp.log.FileLogWriter
For initializing implementation class with required properties.
init(Object[]) - Method in class com.adventnet.management.transport.TcpServerTransportImpl
Initializes the TCP ServerSocket over which the data is sent/received.
init(Object[]) - Method in class com.adventnet.management.transport.TcpClientTransportImpl
Initializes the TCP Socket over which the data is sent/received.
init(Object[]) - Method in interface com.adventnet.management.transport.TransportProvider
Initializes the SAS transport session over which the data is sent/received.
init(String, String) - Static method in class com.adventnet.afp.log.LogPrintStream
This method obtains all the properties for the SYS_OUT and SYS_ERR from the file XMLLogReader.
initACM(int) - Method in class com.adventnet.snmp.snmp2.ACMProvider
Creates a new ACM Object for the specific access control Model.
initACMProvider() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
This method initializes the Access Control Provider by reading from the file acmProvider.config .
initJdbcParams(String, String, String, String) - Method in class com.adventnet.snmp.snmp2.SnmpAPI
This method should be invoked to initialize the Jdbc Parameters in case of database support.
initJdbcParams(String, String, String, String) - Method in class com.adventnet.snmp.beans.SnmpServer
If you need to use a database support, this method should be invoked to initialize the Jdbc Parameters.
initJdbcParams(String, String, String, String) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
If you need to use database support for mibs, this method should be invoked to initialize the Jdbc Parameters.
initJdbcParams(String, String, String, String) - Method in class com.adventnet.snmp.mibs.MibOperations
If you need to use database support, you have to invoke this method to initialize the Jdbc Parameters.
initSecurityProvider() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
This method initializes the SecurityProvider by reading from the file securityProvider.confg .
initSecurityProvider() - Method in class com.adventnet.snmp.beans.SnmpServer
This method initiates the SecurityProvider by reading from the file securityProvider.confg .
initSecurityProvider() - Method in interface com.adventnet.snmp.beans.CustomizerTemplate
Initialize the security provider
initSecurityProvider() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Initializes the SecurityProvider by reading from the file securityProvider.config.
INSERT - Static variable in class com.adventnet.snmp.beans.SnmpTableEvent
Constant to specify what the change was.
INTEGER - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP Type Constants.
INTERNATIONALIZE - Static variable in class com.adventnet.utils.SnmpUtils
the boolean to set whether to internationlize or not.
intValue() - Method in class com.adventnet.snmp.snmp2.SnmpInt
Returns the value of this SnmpInt object as an integer.
INVALID_CONTEXT_ID - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when we set a invalid Context ID.
INVALID_CONTEXT_NAME - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when we set a invalid Context Name.
INVALID_GENERIC_TYPE - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when we give a invalid generic type value.
INVALID_IMPORTS_IN_V2 - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
INVALID_NON_REP - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when we set an Invalid Non-Repeater value.
INVALID_NUMERIC_VAL - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when an agent returns a non-numeric value when we expect a numeric value.
INVALID_TABLE_OID - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when we give an invalid Table OID when setting the Table OID.
INVALID_V1_REQ - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when the user makes a invalid request.
INVALID_VERSION - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when we set an invalid version on the target.
IO_ERROR - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when an IO Error occurs when connecting to a Remote Host.
IP - Static variable in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. Since all the SNMP communications go through a single transport provider, this is not needed.
IP_ADDR_NOT_SPECIFIED - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when the remote Ip address is not specified.
IPADDRESS - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP Type Constants.
isAccessAllowed(SnmpPDU, SnmpOID) - Method in class com.adventnet.snmp.snmp2.SnmpACM
This method processess the isAccessAllowed request.
isAccessAllowed(SnmpPDU, SnmpOID) - Method in class com.adventnet.snmp.snmp2.vacm.SnmpVacm
This method processess the isAccessAllowed request.
isAcmUsed() - Method in class com.adventnet.snmp.snmp2.SnmpACM
Gets the status of the acmUsed flag.
isAcmUsed() - Method in class com.adventnet.snmp.snmp2.vacm.SnmpVacm
Gets the status of the vacmUsed flag.
isActive() - Method in class com.adventnet.snmp.snmp2.SASAppletStub
Determines if the applet is active.
isAncestorOf(MibNode) - Method in class com.adventnet.snmp.mibs.MibNode
Used to know whether this node is an ancestor of the specified node.
isAugmentedDisplay() - Method in class com.adventnet.snmp.beans.ClippedTable
returns the status of table whether it is agugmented table or of its original table.
isAugmentedTable() - Method in class com.adventnet.snmp.beans.ClippedTable
returns whether the table is augmented one or not
isAuthenticationFailed() - Method in class com.adventnet.snmp.snmp2.Snmp3Message
Returns a boolean value based on whether V3 authentication has failed.
isAuthPasswordChanged() - Method in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
returns true if the property is AuthPassword changed
isAuthProtocolChanged() - Method in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
returns true if the property is AuthProtocol changed
isAutoActive() - Method in class com.adventnet.snmp.beans.SnmpPoller
returns whether the poller will be started automatically i.e.
isBroadCastAddress(InetAddress, InetAddress) - Static method in class com.adventnet.utils.SnmpUtils
 
isBroadCastEnabled() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
This method says whether this pdu is a broadCastpdu or not.
isBroadCastEnabled() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Returns the current status as to whether broadcasting is enabled/disabled.
isCellEditable(int, int) - Method in class com.adventnet.snmp.beans.SnmpTable
To check if the cell at the specified index is editable or not.
isCellEditable(int, int) - Method in class com.adventnet.snmp.beans.ClippedTable
Returns the boolean state of a cell whether the cell is editable or not.
isCommunityAuthentication() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the Community Authentication flag for this SnmpAPI instance.
isCommunityChanged() - Method in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
returns true if the property is Community changed
isConnected() - Method in class com.adventnet.snmp.snmp2.SASClient
Indicates if the connection to the SNMP Applet Server has been successfully established.
isConstrained() - Method in class com.adventnet.snmp.mibs.LeafSyntax
Checks to see if the syntax has some range/size limitations explicitly defined in the MIB.
isContextIDChanged() - Method in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
returns true if the property is ContextID changed
isContextNameChanged() - Method in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
returns true if the property is ContextName changed
isDBConnected() - Method in class com.adventnet.snmp.snmp2.SASClient
This method is for knowing whether the database connection has been established or not.
isDBConnected() - Method in class com.adventnet.snmp.mibs.MibOperations
Used to know whether the Database connection is alive or not.
isDescendentOf(MibNode) - Method in class com.adventnet.snmp.mibs.MibNode
Using this method we can find whether this node is descendent of the specified node.
isDisplayHintEnabled() - Method in class com.adventnet.snmp.mibs.MibOperations
Used to know whether the displayHint flag is enabled or not.
isEndOfTable() - Method in class com.adventnet.snmp.beans.SnmpTableEvent
Returns the state whether the end of the table is reached or not.
isEndOfTable() - Method in class com.adventnet.snmp.beans.ClippedTable
Returns the boolean state whether the end of table is reached or not.
isEnumerated() - Method in class com.adventnet.snmp.mibs.LeafSyntax
Checks to see if the syntax is enumerated.
isExists(VacmContextEntry) - Method in class com.adventnet.snmp.snmp2.vacm.VacmContextTable
This method returns true if this particular entry is present in the table or false otherwise.
isFileReadWrite() - Static method in class com.adventnet.snmp.snmp2.SASClient
Checks if the fileWrite flag is true.
isHostNameChanged() - Method in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
returns true if the property is HostName changed
isImplied() - Method in class com.adventnet.snmp.mibs.MibNode
Used to find whether the INDEX clause contains an Implied statement
isImportedNode() - Method in class com.adventnet.snmp.mibs.MibNode
Used to find whether this is an imported node.
isInCurrentTable(String) - Method in class com.adventnet.snmp.mibs.MibNode
Used to find whether the given node is a column of the current table.
isIndex() - Method in class com.adventnet.snmp.mibs.MibNode
Using this method we can find whether this is an index node.
isInSubTree(SnmpOID, SnmpOID) - Static method in class com.adventnet.snmp.beans.SnmpTarget
Check if objid has rootoid as an ancestor.
isInteger() - Method in class com.adventnet.snmp.snmp2.ASN1Parser
This method is used to check whether the tag is an integer.
isIPAddress() - Method in class com.adventnet.snmp.snmp2.ASN1Parser
This method is used to check whether the tag is an IP address.
isKnownSASType(int) - Method in class com.adventnet.snmp.snmp2.SASClient
If the value passed is one of the known request types, it returns true.
isLeaf() - Method in class com.adventnet.snmp.mibs.MibNode
Used to know whether this is a leaf node.
isLoadFromCompiledMibs() - Method in class com.adventnet.snmp.beans.SnmpServer
To check whether the mib will be loaded from CompiledMib files or not.
isLoadFromCompiledMibs() - Method in class com.adventnet.snmp.beans.ClippedTable
To check whether the mib will be loaded from CompiledMib files or not.
isLoadFromCompiledMibs() - Method in class com.adventnet.snmp.mibs.MibOperations
Used to know whether the MIB is loaded from the compiled mibs.
isLoadFromDatabase() - Method in class com.adventnet.snmp.mibs.MibOperations
Used to know whether the MIB is loaded from the DataBase.
isLoadFromSerializedMibs() - Method in class com.adventnet.snmp.beans.SnmpServer
To check whether the mib will be loaded from Serialized Mib files or not.
isLoadFromSerializedMibs() - Method in class com.adventnet.snmp.beans.ClippedTable
To check whether the mib will be loaded from Serialized Mib files or not.
isLoadFromSerializedMibs() - Method in class com.adventnet.snmp.mibs.MibOperations
Used to know whether the MIB is loaded from serialized mibs.
isLoadMibsFromDatabase() - Method in class com.adventnet.snmp.beans.SnmpServer
To check whether the mib will be loaded from database or not.
isLoadMibsFromDatabase() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Gets the loadFromDataBase boolean
isMessageSequence() - Method in class com.adventnet.snmp.snmp2.ASN1Parser
This method is used to check whether the tag is a message sequence.
isMibModuleChanged() - Method in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
returns true if the property is MibModule changed
isMultipleRevision() - Method in class com.adventnet.snmp.mibs.MibOperations
Used to know whether the multiple revision is set or not.
isNetMaskAddress(byte[]) - Static method in class com.adventnet.utils.SnmpUtils
 
isNotificationFiltering() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the notification filtering flag for this SnmpAPI instance.
isObjectIDChanged() - Method in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
returns true if the property is ObjectID changed
isOctetString() - Method in class com.adventnet.snmp.snmp2.ASN1Parser
This method is used to check whether the tag is an octet string.
isOID() - Method in class com.adventnet.snmp.snmp2.ASN1Parser
This method is used to check whether the tag is an OID.
isOverwriteCMI() - Method in class com.adventnet.snmp.beans.SnmpServer
Returns the status of whether overwrite compiled mibs option is set.
isOverwriteCMI() - Method in class com.adventnet.snmp.mibs.MibOperations
Used to know whether the compiled mib files are overwritten.
isOverwriteDatabase() - Method in class com.adventnet.snmp.mibs.MibOperations
Gets the overwriteDataBase boolean.
isOverwriteMibsInDatabase() - Method in class com.adventnet.snmp.beans.SnmpServer
Returns whether the mibs in database will be overwritten or not.
isOverwriteMibsInDatabase() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Gets the overwrite mibs in DataBase boolean.
isOverwriteSerializedMibs() - Method in class com.adventnet.snmp.mibs.MibOperations
Used to know whether the serialized mib files are overwritten.
isPaintable() - Method in class com.adventnet.snmp.beans.ObjectIDEditor
 
isPaintable() - Method in class com.adventnet.snmp.beans.MibNamesEditor
 
isPortChanged() - Method in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
returns true if the property is port changed
isPrincipalChanged() - Method in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
returns true if the property is Principal changed
isPrivPasswordChanged() - Method in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
returns true if the property is PrivPassword changed
isRanged() - Method in class com.adventnet.snmp.mibs.LeafSyntax
Checks to see if this syntax has size or value limitations.
isReadable() - Method in class com.adventnet.snmp.mibs.MibNode
Used to know whether this node is readable.
isReadDesc() - Method in class com.adventnet.snmp.beans.SnmpServer
Returns true if reading descriptions from compiled modules is enabled
isReadDesc() - Method in class com.adventnet.snmp.beans.ClippedTable
Retuns the boolean state of the reading descriptions from compiled modules.
isReadDesc() - Method in class com.adventnet.snmp.mibs.MibOperations
Used to know whether reading the descriptions from compiled modules is enabled.
isRetriesChanged() - Method in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
returns true if the property is retries changed
isScalar() - Method in class com.adventnet.snmp.mibs.MibNode
Using this method we can find whether this node is Scalar or not.
isSendPDUByGroup() - Method in class com.adventnet.snmp.beans.SnmpServer
returns the state whether the pdus will be grouped and sent as single PDU.
isSerialize() - Method in class com.adventnet.snmp.beans.SnmpTarget
Returns the status of Serialization of v3 tables ( USMUserTable and SnmpEngineTable )
isSerialize() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To check the status of Serialization of v3 tables (USMUserTable and SnmpEngineTable)
isSerialize() - Method in interface com.adventnet.snmp.beans.CustomizerTemplate
This needs to be implemented to set the status of serialization of v3 tables
isSerializeMibs() - Method in class com.adventnet.snmp.beans.SnmpServer
Returns whether the mib file will be serialized or not.
isSerializeMibs() - Method in class com.adventnet.snmp.beans.ClippedTable
gets the serializeMibs boolean
isSerializeMibs() - Method in class com.adventnet.snmp.mibs.MibOperations
Gets the serializeMibs boolean
isSessionEstablished() - Method in class com.adventnet.snmp.snmp2.SnmpSession
To get the status of the connection established using this session instance.
isSetAutoInformResponse() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Checks if the automatic response flag for the Inform Request is set.
isSetAutoInformResponse() - Method in class com.adventnet.snmp.beans.SnmpServer
High level API method to check if the automatic response flag for the Inform Request is set.
isSetAutoInformResponse() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
High level API method to check if the automatic response flag for the Inform Request is set.
isShowImportedIndex() - Method in class com.adventnet.snmp.mibs.MibOperations
Used to know whether the external indices are shown in the Mib tree.
isSuccess() - Method in class com.adventnet.snmp.beans.ResultEvent
Returns whether the request succeeded or failed.
isSuccess() - Method in class com.adventnet.snmp.beans.V3HandShakeResultEvent
Specifies if the SnmpEngineID discovery and the time synchronization was successful.
isSupportedAccessControlModel(int) - Method in class com.adventnet.snmp.snmp2.ACMProvider
Specifies if a particular acm model is supported or not.
isSupportedSecurityModel(int) - Method in class com.adventnet.snmp.snmp2.SecurityProvider
Specifies if a particular security model is supported or not.
isSupportedSecurityModel(int) - Method in class com.adventnet.snmp.beans.SnmpServer
Specifies if a particular security model is supported or not.
isSupportedSecurityModel(int) - Method in interface com.adventnet.snmp.beans.CustomizerTemplate
Specifies if a particular security model is supported or not.
isSupportedSecurityModel(int) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Specifies if a particular security model is supported or not.
isTable() - Method in class com.adventnet.snmp.mibs.MibNode
Used to know whether this is a table node.
isTableColumn() - Method in class com.adventnet.snmp.mibs.MibNode
Used to know whether this node is a table column or not.
isTableEntry() - Method in class com.adventnet.snmp.mibs.MibNode
Used to find whether this node is a table entry.
isTimeoutChanged() - Method in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
returns true if the property is timeout changed
isTimeTicks() - Method in class com.adventnet.snmp.snmp2.ASN1Parser
This method is used to check whether the tag is a TimeTicks.
isTrapAuthEnable() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Gets status of Trap Authentication for v3 pdus.
isTrapAuthEnable() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
To Check whether SNMPV3 traps are authenticated.
isV3DatabaseFlag() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Gets the Database flag for this SnmpAPI instance.
isV3DatabaseFlag() - Method in class com.adventnet.snmp.snmp2.SnmpEngineTable
Gets the Database flag for this SnmpAPI instance.
isV3DatabaseFlag() - Method in class com.adventnet.snmp.snmp2.usm.USMUserTable
Gets the Database flag for this SnmpAPI instance.
isV3DatabaseFlag() - Method in class com.adventnet.snmp.beans.SnmpServer
To check whether V3 database flag is set or not
isVersionChanged() - Method in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
returns true if the property is version changed
isWriteable() - Method in class com.adventnet.snmp.mibs.MibNode
Used to know whether this node is writeable.

L

LeafSyntax - class com.adventnet.snmp.mibs.LeafSyntax.
This class represents the syntax of a leaf node in a MIB module.
LENIENT - Static variable in class com.adventnet.snmp.mibs.MibOperations
For setting flexible parsing level
LEVEL1 - Static variable in class com.adventnet.afp.log.LogLevel
This level has a value 1.
LEVEL2 - Static variable in class com.adventnet.afp.log.LogLevel
This level has a value 2.This level indicates very important messages(i.e) Messages of intermediate importance .The message with level less than or equal 2 will be logged in this level.
LEVEL3 - Static variable in class com.adventnet.afp.log.LogLevel
This level has a value 3.This level indicates very important messages(i.e) Messages not so important .The message whose level less than or equal 3 will be logged in this level.
listeners - Variable in class com.adventnet.afp.log.AbstractLogger
 
listeners - Variable in class com.adventnet.afp.log.AbstractLogWriter
Vector containing property change listeners
loadMibModule(Applet, URL) - Method in class com.adventnet.snmp.mibs.MibOperations
Load a MIB Module from an applet using the URL.
loadMibModule(String) - Method in class com.adventnet.snmp.mibs.MibOperations
Load a MIB Module from this file.
loadMibModules(Applet, String) - Method in class com.adventnet.snmp.mibs.MibOperations
Load a set of MIB Modules from an applet using the string URLs.
loadMibModules(String) - Method in class com.adventnet.snmp.mibs.MibOperations
Load a set of MIB Modules from files.
loadMibs(String) - Method in class com.adventnet.snmp.beans.SnmpTarget
Load the mibs specified by white-space separated list of mibs.
loadMibs(String) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Loads the specified mib.
loadMibs(String) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Load the mibs specified by white-space separated list of mibs.
locale - Static variable in class com.adventnet.utils.SnmpUtils
The Locale object which will passed to the Resource Bundle.
localPort - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
 
LogConfigFileReader - class com.adventnet.afp.log.LogConfigFileReader.
This class is used to parse the logging configuration file and get the details of all the Log Writers and Loggers present under each writers.
LogConfigFileReader(String) - Constructor for class com.adventnet.afp.log.LogConfigFileReader
 
LogConfigFileWriter - class com.adventnet.afp.log.LogConfigFileWriter.
This class is used to write the details of the LogWriter or Logger to the XML file.
LogConfigFileWriter(String) - Constructor for class com.adventnet.afp.log.LogConfigFileWriter
 
LogConfigReader - interface com.adventnet.afp.log.LogConfigReader.
This is an interface used for parsing the logging configuration details.
LogConfigWriter - interface com.adventnet.afp.log.LogConfigWriter.
LogConfigWriter is an interface provided by the logging framework which is used to write the configuration details of the LogWriter and Logger into any  specified destination.
logErrorMessage(String) - Static method in class com.adventnet.utils.LogManager
Logging Error message of all clients This method is called by the api internally and no need for api users to implement this method.This method will call err() method of LogInterface implementation.
LogException - exception com.adventnet.afp.log.LogException.
This class extends the class Exception.
LogException(String) - Constructor for class com.adventnet.afp.log.LogException
Creates a new LogException with the message given in string.
LogException(String, Exception) - Constructor for class com.adventnet.afp.log.LogException
Creates a new LogException from various classes when there is exception .
LogFactory - class com.adventnet.afp.log.LogFactory.
The Logging Framework is governed by the LogFactory.
Logger - interface com.adventnet.afp.log.Logger.
The Logger interface available in the Logging Framework,  decides which messages are to be logged based on the LogLevel specified.
LoggerImpl - class com.adventnet.afp.log.LoggerImpl.
This class is the default implementation of the Logger interface.
LoggerImpl() - Constructor for class com.adventnet.afp.log.LoggerImpl
Creates a new LoggerImpl instance with the default Logger properties.
LoggerProperties - class com.adventnet.afp.log.LoggerProperties.
It is a logical representation of a Logger and its properties.
LoggerProperties(String, String) - Constructor for class com.adventnet.afp.log.LoggerProperties
Creates a new LoggerProperties instance with the InstanceName specified in loggerInstanceName.
loggingLevel - Variable in class com.adventnet.afp.log.AbstractLogger
 
logInfoMessage(String) - Static method in class com.adventnet.utils.LogManager
Logging Info message of all clients This method is called by the api internally and no need for api users to implement this method.This method will call out() method of LogInterface implementation.
LogInterface - interface com.adventnet.management.transport.LogInterface.
This is the interface implemented by applications using the Server to gather stderr, debug and log messages.
LogInterface - interface com.adventnet.utils.LogInterface.
This is the interface implemented by applications to gather debug and log messages.
LogLevel - class com.adventnet.afp.log.LogLevel.
LogLevels are required to filter the log messages based on their severity.
LogManager - class com.adventnet.utils.LogManager.
The LogManager class manages the redirecting of debug messages and error messages from the SnmpSession class to client which sends request.
LogManager() - Constructor for class com.adventnet.utils.LogManager
 
logMessage(String) - Static method in class com.adventnet.utils.LogManager
Calling debug message of all clients This method is called by SnmpSession class and no need for api users to implement this method.
logMessage(String, int) - Static method in class com.adventnet.utils.LogManager
Calling debug message of client This method is called by SnmpSession class and no need for api users to implement this method.
logMessage(String, int, int) - Method in class com.adventnet.utils.LogManager
Logging the messages to the client corresponding to given clientID.
logMessage(String, int, String) - Method in class com.adventnet.utils.LogManager
Logging the messages to the client corresponding to the loggerInstanceName.
LogPrintStream - class com.adventnet.afp.log.LogPrintStream.
This class will direct all the system out and system err log messages to the files mentioned under the SYS_OUT and SYS_ERR tags respectively.
LogPrintWriter - class com.adventnet.afp.log.LogPrintWriter.
 
LogPrintWriter(FileOutputStream, boolean) - Constructor for class com.adventnet.afp.log.LogPrintWriter
 
LogWriter - interface com.adventnet.afp.log.LogWriter.
The LogWriter takes care of deciding where to log the messages - the storage destination.
LogWriterProperties - class com.adventnet.afp.log.LogWriterProperties.
This class is a structural representation of a LogWriter.
LogWriterProperties(String) - Constructor for class com.adventnet.afp.log.LogWriterProperties
Creates a new LogWriterProperties instance with the default LogWriterClassName and the instance name as logWriterInstanceName.
longValue() - Method in class com.adventnet.snmp.snmp2.SnmpUnsignedInt
Returns the value of this SnmpUnsignedInt as a long value.

M

manage_v3_tables() - Method in class com.adventnet.snmp.beans.SnmpServer
Method to create new users and add them to userTable in USMUserTable.
manage_v3_tables() - Method in interface com.adventnet.snmp.beans.CustomizerTemplate
This needs to be implemented to update the current information about v3 user
managing_v3_tables() - Method in class com.adventnet.snmp.beans.SnmpServer
Method to create new users and add them to userTable in USMUserTable.
matchField(String, String) - Static method in class com.adventnet.snmp.beans.Parsers
Match a value againt the match expression.
MAXREPETITIONS - Static variable in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
to specify the property as max-repetition
MD5_AUTH - Static variable in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Constant for SNMPV3 usmUser MD5 AuthProtocol.
MD5_AUTH - Static variable in class com.adventnet.snmp.beans.SnmpServer
Constants USM Authentication
MIB_NODE_UNAVAIL - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when the Mib-Node is not available for an OID specified during a set request.
MibErrorMessages - class com.adventnet.snmp.mibs.MibErrorMessages.
 
MibException - exception com.adventnet.snmp.mibs.MibException.
The purpose of class MIB Exception is to catch and report MIB parse errors.
MibException() - Constructor for class com.adventnet.snmp.mibs.MibException
Constructs a MibException with no detail message.
MibException(String) - Constructor for class com.adventnet.snmp.mibs.MibException
Constructs a MibException with the specified detail message.
MibModule - class com.adventnet.snmp.mibs.MibModule.
This class represents a MIB module, and enables operations on MIB modules loaded from MIB files.
MIBMODULE - Static variable in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
to specify the property as mib module
MibModuleCompliance - class com.adventnet.snmp.mibs.MibModuleCompliance.
Deprecated. This class incorrectly assumes that the ModuleCompliance construct can have only one Module. Instead, the classes ModuleCompliance and ModuleComplianceModule can be used.
MibNamesEditor - class com.adventnet.snmp.beans.MibNamesEditor.
This class is a property editor for MIBs loaded
MibNamesEditor() - Constructor for class com.adventnet.snmp.beans.MibNamesEditor
 
MibNode - class com.adventnet.snmp.mibs.MibNode.
This class represents an MIB node in the MIB module tree.
MibOperations - class com.adventnet.snmp.mibs.MibOperations.
The MibOperations Class provides MIB support for the SNMP libraries.
MibOperations() - Constructor for class com.adventnet.snmp.mibs.MibOperations
This instantiate a new MibOperations instance for MIB operations.
MibParserConstants - class com.adventnet.snmp.mibs.MibParserConstants.
 
MibTC - class com.adventnet.snmp.mibs.MibTC.
This class represents a MIB TEXTUAL-CONVENTION macro in a module.
MibTrap - class com.adventnet.snmp.mibs.MibTrap.
The TRAP-TYPE construct in SNMPv1 MIB modules is used to specify the events that an agent can report to SNMP managers.
modifyEntry(SecurityModelEntry) - Method in class com.adventnet.snmp.snmp2.SecurityModelTable
This method should locate an entry using the key specified in the argument entry and modify the non-key parameters that are available in entry
modifyEntry(SecurityModelEntry) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityTable
This method should locate an entry, using the key specified in the argument entry and modify the non-key parameters that are available in the entry.
modifyEntry(SecurityModelEntry) - Method in class com.adventnet.snmp.snmp2.usm.USMUserTable
Modifies the corresponding USMUserEntry object in the list of USMUserEntry objects.
MODULE_COMPLIANCE_CONSTRUCT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
MODULE_IDENTITY_CONSTRUCT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
ModuleCompliance - class com.adventnet.snmp.mibs.ModuleCompliance.
This class represents a MIB MODULE-COMPLIANCE macro in a module.
ModuleComplianceModule - class com.adventnet.snmp.mibs.ModuleComplianceModule.
 
ModuleIdentity - class com.adventnet.snmp.mibs.ModuleIdentity.
This class represents a MODULE-IDENTITY macro in a module.
MYSQL - Static variable in class com.adventnet.snmp.mibs.MibOperations
For setting the MySql database

N

netbToString(byte[]) - Static method in class com.adventnet.snmp.snmp2.SnmpIpAddress
A converter from raw IP address (byte[]) to string.
network - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
The associated network - application specific
NETWORKADDRESS - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP Type Constants.
NO_ACCESS_ENTRY - Static variable in class com.adventnet.snmp.snmp2.vacm.SnmpVacm
Constant value for noAccessEntry
NO_AUTH - Static variable in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Constant for SNMPV3 usmNoAuthProtocol.
NO_AUTH - Static variable in class com.adventnet.snmp.beans.SnmpServer
Constants USM Authentication
NO_AUTH_NO_PRIV - Static variable in class com.adventnet.snmp.snmp2.Snmp3Message
Used to specify that both authentication and privacy should not be used.
NO_AUTH_NO_PRIV - Static variable in class com.adventnet.snmp.snmp2.vacm.SnmpVacm
Used to specify that both authentication and privacy are not used.
NO_AUTH_NO_PRIV - Static variable in class com.adventnet.snmp.beans.SnmpServer
Used to specify that both authentication and privacy should not be used.
NO_ERR_REGISTERED - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is the default value of ErrorCode.
NO_GROUP_NAME - Static variable in class com.adventnet.snmp.snmp2.vacm.SnmpVacm
Constant value for noGroupName
NO_PRIV - Static variable in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Constant for SNMPV3 usmNoPrivProtocol.
NO_SUCH_CONTEXT - Static variable in class com.adventnet.snmp.snmp2.vacm.SnmpVacm
Constant value for noSuchContext
NO_SUCH_VIEW - Static variable in class com.adventnet.snmp.snmp2.vacm.SnmpVacm
Constant value for noSuchView
NOACCESS - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
no access for anybody.
node - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
The node generating this event
NON_CRITICAL - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
constant for non-critical debug messages.
NONREPEATERS - Static variable in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
to specify the property as non repeaters
NONVOLATILE - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
The Nonvolatile Storage type of the Tables.
NORMAL - Static variable in class com.adventnet.snmp.mibs.MibOperations
For setting normal parsing level.
NOSUCCESS - Static variable in class com.adventnet.snmp.beans.SnmpResultObject
 
NOSUCHINSTANCEEXP - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP v2 Null Object Exception Value.
NOSUCHINSTANCEEXP - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when and SNMP Exception occurs.
NOSUCHOBJECTEXP - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP v2 Null Object Exception Value.
NOSUCHOBJECTEXP - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when and SNMP Exception occurs.
NOT_IN_SERVICE - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
The notInService state of the Tables.
NOT_IN_TIME_WINDOWS_ERR - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is no time Synchronization between the authoratative engine(agent) and the non-authoratative engine(manager).
NOT_IN_VIEW - Static variable in class com.adventnet.snmp.snmp2.vacm.SnmpVacm
Constant value for notInView
NOT_READY - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
The notReady state of the Tables.
NOTIFICATION_TYPE_CONSTRUCT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
NotificationAdaptor - class com.adventnet.snmp.beans.NotificationAdaptor.
This class is an SNMP NotificationAdaptor for use with SnmpTrapReceiver.
NotificationAdaptor() - Constructor for class com.adventnet.snmp.beans.NotificationAdaptor
Default constructor.
NotificationAdaptorBeanInfo - class com.adventnet.snmp.beans.NotificationAdaptorBeanInfo.
This class is a beaninfo for the SNMP NotificationAdaptor bean.
NotificationAdaptorBeanInfo() - Constructor for class com.adventnet.snmp.beans.NotificationAdaptorBeanInfo
 
NotificationGroup - class com.adventnet.snmp.mibs.NotificationGroup.
This class represents a NOTIFICATION-GROUP macro in a module.
NotificationType - class com.adventnet.snmp.mibs.NotificationType.
This class represents a NOTIFICATION-TYPE macro in a module.
NSAP - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
Deprecated. This variable has been deprecated in SNMPv2 protocol
NULLOBJ - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP Type Constants.

O

OBJECT_GROUP_CONSTRUCT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
OBJECT_IDENTIFIER_CONSTRUCT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
OBJECT_TYPE_CONSTRUCT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
ObjectGroup - class com.adventnet.snmp.mibs.ObjectGroup.
This class represents a OBJECT-GROUP macro in a module.
OBJECTID - Static variable in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
to specify the property as object id
ObjectIDEditor - class com.adventnet.snmp.beans.ObjectIDEditor.
This class is a property editor for Object IDs
ObjectIDEditor() - Constructor for class com.adventnet.snmp.beans.ObjectIDEditor
 
OBJID - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP Type Constants.
OID_NOT_LEAF - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when OID is not a leaf node when we expect it be a leaf node.
OID_NOT_SPECIFIED - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when the OID('s) is not Specified before making a request.
oidList - Variable in class com.adventnet.snmp.beans.SnmpServer
The Object Identifiers will be stored in this array variable.
OK - Static variable in interface com.adventnet.management.transport.SessionTransportProvider
Static constant for indicating if the operation is a success.
OPAQUE - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP Type Constants.
open() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Opens Snmp Session to communicate with an SNMP peer.
open(Applet) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. use the following instead

SnmpAPI api = new SnmpAPI();
SnmpSession ses = new SnmpSession(api);
SASProtocolOptions opt = new SASProtocolOptions();
opt.setApplet(applet);
ses.setProtocolOptions(opt);
ses.open();

open(ProtocolOptions) - Method in interface com.adventnet.snmp.snmp2.SnmpTransportProvider
Opens the transport interface over which the data is sent/received.
open(ProtocolOptions) - Method in class com.adventnet.snmp.snmp2.TcpTransportImpl
Opens the transport interface over which the data is sent/received.
open(String[]) - Method in class com.adventnet.management.transport.TcpServerTransportImpl
Creates a session for communicating with each of the clients and returns a handle (session instance) to the connection request received from the client.
open(String[]) - Method in class com.adventnet.management.transport.TcpSessionTransportImpl
Opens the session over which the data is sent/received Note: Presently this is not intended to be called by the API user since the TcpClientTransportImpl internally creates the session object.
open(String[]) - Method in class com.adventnet.management.transport.TcpClientTransportImpl
Creates an instance of the client session object and returns a handle to it.
open(String[]) - Method in interface com.adventnet.management.transport.TransportProvider
Creates an instance of the transport session object and returns a handle to it.
open(String[]) - Method in interface com.adventnet.management.transport.SessionTransportProvider
Opens the transport interface over which the data is sent/received.
ORACLE - Static variable in class com.adventnet.snmp.mibs.MibOperations
For setting the Oracle database
OTHER - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
The Other Storage type of the Tables.
OTHER_ERROR - Static variable in class com.adventnet.snmp.snmp2.vacm.SnmpVacm
Constant value for otherError
out - Static variable in class com.adventnet.afp.log.ConsoleLog
It holds the PrintStream reference for printing output messages on the console.
out(String) - Method in interface com.adventnet.management.transport.LogInterface
Log messages are handled by this method.
out(String) - Method in interface com.adventnet.utils.LogInterface
Log messages go here
out(String) - Method in interface com.adventnet.afp.log.LogWriter
Derived classes for logging messages.
out(String) - Method in class com.adventnet.afp.log.FileLogWriter
This method writes the log messages to the current file.
out(String, int) - Method in class com.adventnet.afp.log.DefaultLogger
The out method can be used for Logging general output messages and debugging messages.
out(String, int) - Method in interface com.adventnet.afp.log.Logger
The out method is used to display some output messages or debugging messages.
out(String, int) - Method in class com.adventnet.afp.log.LoggerImpl
The out method can be used for Logging general output messages and debugging messages.

P

paintValue(Graphics, Rectangle) - Method in class com.adventnet.snmp.beans.ObjectIDEditor
 
paintValue(Graphics, Rectangle) - Method in class com.adventnet.snmp.beans.MibNamesEditor
 
ParsedTrapEvent - class com.adventnet.snmp.beans.ParsedTrapEvent.
This event is generated by Trap Parser Bean.
ParsedTrapEvent(TrapEvent) - Constructor for class com.adventnet.snmp.beans.ParsedTrapEvent
Creates a ParsedTrapEvent Object.
Parsers - class com.adventnet.snmp.beans.Parsers.
A class for Common parsing functions
Parsers() - Constructor for class com.adventnet.snmp.beans.Parsers
 
parseTrapDefn(MibOperations, String, SnmpPDU) - Static method in class com.adventnet.snmp.beans.Parsers
 
parseTrapDefn(String, SnmpPDU) - Static method in class com.adventnet.snmp.beans.Parsers
 
PARTIAL - Static variable in class com.adventnet.snmp.beans.SnmpResultObject
 
partialSet(SnmpOID[], SnmpVar[]) - Method in class com.adventnet.snmp.snmp2.SnmpSession
SNMP set request method is for multiple SnmpOID argument.
partialSet(SnmpPDU) - Method in class com.adventnet.snmp.snmp2.SnmpSession
SNMP set request method is for multiple SnmpOID argument.
password_to_key(int, byte[], int, byte[]) - Static method in class com.adventnet.snmp.snmp2.usm.USMUtils
The password to key implementation.
pausePolling() - Method in class com.adventnet.snmp.beans.SnmpPoller
stops the polling.
PERF - Static variable in class com.adventnet.utils.LogManager
 
PERMANENT - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
The Permanent Storage type of the Tables.
PORT - Static variable in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
to specify the property as target port
PREFIX_MATCH - Static variable in class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry
Constant values for VacmContextMatch = prefix
PRINCIPAL - Static variable in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
to specify the property as user name
print() - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupEntry
Prints the securityModel, securityName and groupName.
print(boolean) - Method in class com.adventnet.afp.log.LogPrintStream
 
print(char) - Method in class com.adventnet.afp.log.LogPrintStream
 
print(char[]) - Method in class com.adventnet.afp.log.LogPrintStream
 
print(double) - Method in class com.adventnet.afp.log.LogPrintStream
 
print(float) - Method in class com.adventnet.afp.log.LogPrintStream
 
print(int) - Method in class com.adventnet.afp.log.LogPrintStream
 
print(long) - Method in class com.adventnet.afp.log.LogPrintStream
 
print(Object) - Method in class com.adventnet.afp.log.LogPrintStream
 
print(String) - Method in class com.adventnet.afp.log.LogPrintStream
 
printAccess() - Method in class com.adventnet.snmp.mibs.MibNode
Gives the access value as a string.
printDescription() - Method in class com.adventnet.snmp.mibs.MibNode
Returns the Description string
printIndex() - Method in class com.adventnet.snmp.mibs.MibNode
The names of the index nodes can be obtained using this method.
println() - Method in class com.adventnet.afp.log.LogPrintStream
 
println(boolean) - Method in class com.adventnet.afp.log.LogPrintStream
 
println(char) - Method in class com.adventnet.afp.log.LogPrintStream
 
println(char[]) - Method in class com.adventnet.afp.log.LogPrintWriter
 
println(char[]) - Method in class com.adventnet.afp.log.LogPrintStream
 
println(double) - Method in class com.adventnet.afp.log.LogPrintStream
 
println(float) - Method in class com.adventnet.afp.log.LogPrintStream
 
println(int) - Method in class com.adventnet.afp.log.LogPrintStream
 
println(long) - Method in class com.adventnet.afp.log.LogPrintStream
 
println(Object) - Method in class com.adventnet.afp.log.LogPrintStream
 
println(String) - Method in class com.adventnet.afp.log.LogPrintStream
 
printOctets(byte[], int) - Static method in class com.adventnet.snmp.snmp2.usm.USMUtils
Prints the octet data in a more readable form.
printReference() - Method in class com.adventnet.snmp.mibs.MibNode
Returns the Reference string
printStackTrace() - Method in class com.adventnet.afp.log.LogException
Method overridden to facilitate printing of inner exceptions
printStatus() - Method in class com.adventnet.snmp.mibs.MibNode
Returns the status value as a string.
printToFile(String) - Static method in class com.adventnet.snmp.beans.ErrorMessages
 
printVarBinds() - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Returns String of all variable bindings with Tags, e.g.
PRIVPASSWORD - Static variable in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
to specify the property as priv password
processConnectionDown(SnmpSession, ProtocolOptions) - Method in interface com.adventnet.snmp.snmp2.ConnectionListener
This method is invoked,if the connection is lost with the peer.
processConnectionUp(SnmpSession, ProtocolOptions) - Method in interface com.adventnet.snmp.snmp2.ConnectionListener
This method is invoked, if the connection is regained with the peer.
processEncodedMsg(Snmp3Message, ASN1Parser) - Method in class com.adventnet.snmp.snmp2.SecurityModelEntry
This method is called after encoding the message version.
processEncodedMsg(Snmp3Message, ASN1Parser) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
This method is called after encoding the message version.
processEncodedMsg(Snmp3Message, ASN1Parser) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
This method is called after encoding the message version.
PropertyCustomizer - class com.adventnet.snmp.beans.PropertyCustomizer.
This class is the customizer for providing complete custom GUI for customizing v3 settings for all AdventNet Snmp Beans.
PropertyCustomizer() - Constructor for class com.adventnet.snmp.beans.PropertyCustomizer
constructs an MbCustomizer object without any parameter
PropertyCustomPanel - class com.adventnet.snmp.beans.PropertyCustomPanel.
This is the custom panel for v3 settings for all AdventNet Snmp Beans.
PropertyCustomPanel(Object, PropertyChangeSupport) - Constructor for class com.adventnet.snmp.beans.PropertyCustomPanel
 
ProtocolOptions - interface com.adventnet.snmp.snmp2.ProtocolOptions.
This interface defines some protocol specific options that have to be implemented by the user.

Q

queryDB(String) - Method in class com.adventnet.snmp.snmp2.SASClient
This method is for doing a database query.

R

RCREATE - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
read-create value in Snmpv2.
read() - Method in class com.adventnet.management.transport.TcpSessionTransportImpl
Receive data from the peer over the transport interface.
read() - Method in interface com.adventnet.management.transport.SessionTransportProvider
Receive data from the peer over the transport interface.
read(SnmpTransportPacket) - Method in interface com.adventnet.snmp.snmp2.SnmpTransportProvider
Receive data from the peer over the transport interface.
read(SnmpTransportPacket) - Method in class com.adventnet.snmp.snmp2.TcpTransportImpl
Receive data from the peer over the transport interface.
readFromDatabase() - Method in class com.adventnet.snmp.snmp2.SnmpEngineTable
Gets a list of SnmpEngineEntry objects and puts it in the hashtable.
readFromDatabase() - Method in class com.adventnet.snmp.snmp2.usm.USMUserTable
Gets a list of USMUserEntry objects and puts it in the hashtable.
readFromDatabase() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
This will read the v3table like USmUserTable and SnmpEngineTable from Database after establishing connection
READONLY - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
The Readonly Storage type of the Tables.
readPort(URL, String) - Static method in class com.adventnet.management.transport.TransportUtil
Read the port number from the filename specified
receive(int) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Fetches SNMP response PDU, fetches first PDU in response queue, if reqid is 0.
receivedTrap(TrapEvent) - Method in class com.adventnet.snmp.beans.NotificationAdaptor
Fires the received trap event after applying this filter to the registered listeners.
receivedTrap(TrapEvent) - Method in interface com.adventnet.snmp.beans.TrapListener
Invoked on the listener when the trap is received by the generator, i.e, SnmpTrapReceiver.
receiveHandShakeResult(V3HandShakeResultEvent) - Method in interface com.adventnet.snmp.beans.V3HandShakeResultListener
This method is called with V3HandShakeResultEvent after a SnmpEngineID discovery and time synchronization is performed on the host/port specified for a particular user.
refresh() - Method in class com.adventnet.snmp.beans.ClippedTable
refresh the table
refreshTable() - Method in class com.adventnet.snmp.beans.SnmpTable
Refreshes the table data.
registerAccessControlModel(int, String) - Method in class com.adventnet.snmp.snmp2.ACMProvider
Registers a particular ACM model to be used.
registerParsingLevel(byte, byte[]) - Method in class com.adventnet.snmp.mibs.MibOperations
Used to create an used defined parsing level.
registerSecurityModel(int, String, String) - Method in class com.adventnet.snmp.snmp2.SecurityProvider
Registers a particular security model to be used.
releaseResources() - Method in class com.adventnet.snmp.beans.SnmpServer
Though the resources will be cleaned up by the garbage collector, if the application is no more using the SnmpTarget and SnmpRequestServer bean instances, this method can be used to immediately release the resources.
releaseResources() - Method in class com.adventnet.snmp.beans.SnmpTarget
Though the resources will be cleaned up by the garbage collector, if the application is no more using the SnmpTarget bean instance, this method can be used to immediately release the resources.
releaseResources() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Though the resources will be cleaned up by the garbage collector, if the application is no more using the SnmpRequestServer bean instance, this method can be used to immediately release the resources.
releaseResources() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Though the resources will be cleaned up by the garbage collector, if the application is no more using the SnmpTrapReceiver bean instances, this method can be used to immediately release the resources.
remotePort - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
Remote port from which the trap is received
removeAllEntries() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterTable
Deletes all the SnmpNotifyFilterEntry objects maintained in this class.
removeAllEntries() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyTable
Deletes all the SnmpNotifyEntry objects maintained in this class.
removeAllEntries() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileTable
Deletes all the SnmpNotifyFilterProfileEntry objects maintained in this class.
removeAllEntries() - Method in class com.adventnet.snmp.snmp2.SnmpTargetAddrExtTable
Deletes all the SnmpTargetAddrExtEntry objects maintained in this class.
removeAllEntries() - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityTable
Deletes all the SnmpCommunityEntry objects maintained in this class.
removeAllEntries() - Method in class com.adventnet.snmp.snmp2.usm.USMUserTable
Deletes all the USMUserEntry objects maintained in this class.
removeAllEntries() - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupTable
Deletes all the VacmGroupEntry objects maintained by this class.
removeAllEntries() - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupAccessTable
Removes all the VacmGroupAccessEntry Objects maintained by this class.
removeAllEntries() - Method in class com.adventnet.snmp.snmp2.vacm.VacmContextTable
Deletes all the VacmContext entries present in the list
removeAllEntries() - Method in class com.adventnet.snmp.snmp2.vacm.VacmViewTreeTable
Removes all the VacmViewTreeEntry objects maintained by this class.
removeAllSnmpClients() - Method in class com.adventnet.snmp.snmp2.SnmpSession
This method removes all the SnmpClients that were registered in this SnmpSession.
removeChecks(byte[], byte) - Method in class com.adventnet.snmp.mibs.MibOperations
Used to remove checks from the existing parsing level.
removeConnectionListener() - Method in class com.adventnet.snmp.snmp2.SnmpSession
Unsubscribes for ConnectionListener.
removeCustomProperty(String) - Method in class com.adventnet.afp.log.LoggerProperties
This method removes the custom property which has the key name same as that of the argument.
removeCustomProperty(String) - Method in class com.adventnet.afp.log.LogWriterProperties
This method removes the custom property which has the key name same as that of the argument.
removeEntry(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyTable
Deletes the SnmpNotifyEntry corresponding to the index from the list of SnmpNotifyEntry objects.
removeEntry(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileTable
Deletes the SnmpNotifyFilterProfileEntry corresponding to the index from the list of SnmpNotifyFilterProfileEntry objects.
removeEntry(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpTargetAddrExtTable
Deletes the SnmpTargetAddrExtEntry corresponding to the addrName from the list of SnmpTargetAddrExtEntry objects.
removeEntry(byte[]) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityTable
Deletes the SnmpCommunityEntry corresponding to the index, from the list of SnmpCommunityEntry objects.
removeEntry(byte[]) - Method in class com.adventnet.snmp.snmp2.vacm.VacmContextTable
Deletes the entry corresponding to contextName from the list of VacmContextEntry objects.
removeEntry(byte[], byte[]) - Method in class com.adventnet.snmp.snmp2.usm.USMUserTable
Deletes the USMUserEntry corresponding to the userName and engineID, from the list of USMUserEntry objects.
removeEntry(byte[], int[]) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterTable
Deletes the SnmpNotifyFilterEntry corresponding to the index from the list of SnmpNotifyFilterEntry objects.
removeEntry(int, byte[]) - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupTable
Deletes the VacmGroupEntry from the list of VacmGroupEntry objects corresponding to securityModel and securityName.
removeEntry(SecurityModelEntry) - Method in class com.adventnet.snmp.snmp2.SecurityModelTable
Removes a particular entry from the list of SecurityModel entries.
removeEntry(SecurityModelEntry) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityTable
Deletes this particlar SnmpCommunityEntry object, from the list of SnmpCommunityEntry objects.
removeEntry(SecurityModelEntry) - Method in class com.adventnet.snmp.snmp2.usm.USMUserTable
Deletes this particlar USMUserEntry object, from the list of USMUserEntry objects.
removeEntry(SnmpEngineEntry) - Method in class com.adventnet.snmp.snmp2.SnmpEngineTable
Delets the particular SnmpEngineEntry from the list of SnmpEngineEntry objects.
removeEntry(SnmpNotifyEntry) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyTable
Deletes this particlar SnmpNotifyEntry object from the list of SnmpNotifyEntry objects.
removeEntry(SnmpNotifyFilterEntry) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterTable
Deletes this particular SnmpNotifyFilterEntry object from the list of SnmpNotifyFilterEntry objects.
removeEntry(SnmpNotifyFilterProfileEntry) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileTable
Deletes this particlar SnmpNotifyFilterProfileEntry object from the list of SnmpNotifyFilterProfileEntry objects.
removeEntry(SnmpTargetAddrExtEntry) - Method in class com.adventnet.snmp.snmp2.SnmpTargetAddrExtTable
Deletes this particlar SnmpTargetAddrExtEntry object from the list of SnmpTargetAddrExtEntry objects.
removeEntry(String, int) - Method in class com.adventnet.snmp.snmp2.SnmpEngineTable
Deletes the SnmpEngineEntry from the list of SnmpEngineEntry objects corresponding to the hostName and port specified.
removeEntry(VacmAccessEntry, byte[]) - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupAccessTable
Removes the specified VacmAccessEntry object from the list of VacmAccessEntry objects in VacmGroupAccessEntry.
removeEntry(VacmContextEntry) - Method in class com.adventnet.snmp.snmp2.vacm.VacmContextTable
Removes this contextEntry object from the list of VacmContextEntry objects.
removeEntry(VacmFamilyEntry, byte[], int) - Method in class com.adventnet.snmp.snmp2.vacm.VacmViewTreeTable
Removes the specified VacmFamilyEntry from the list of VacmFamilyEntry objects in VacmViewTreeEntry.
removeEntry(VacmGroupEntry) - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupTable
Deletes this particular VacmGroupEntry object from the list of VacmGroupEntry objects maintained in this class.
removeLogClient() - Method in class com.adventnet.snmp.beans.SnmpTarget
Removes the Log client for which the target has been registered to redirect the log Messages.
removeLogClient() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Removes the Log client that has been registered to redirect the log Messages for this instance.
removeLogClient(int) - Static method in class com.adventnet.utils.LogManager
Unsubscribe for debug messages.
removeLogger(String) - Method in class com.adventnet.afp.log.LogConfigFileWriter
This method is used to remove a Logger's entry from the XML file.
removeLogger(String) - Method in interface com.adventnet.afp.log.LogConfigWriter
This method removes the Logger from the logging configuration which has the LoggerInstanceName same as the argument passed.
removeLogger(String, boolean) - Method in class com.adventnet.afp.log.LogFactory
The removeLogger method is used to remove a Logger from the Logfactory.
removeLogWriter(String) - Method in class com.adventnet.afp.log.LogConfigFileWriter
This method is used to remove a writer from the XML file.
removeLogWriter(String) - Method in interface com.adventnet.afp.log.LogConfigWriter
This method removes the LogWriter from the logging configuration which has the LogWriterInstanceName same as the argument passed.
removeLogWriter(String, boolean) - Method in class com.adventnet.afp.log.LogFactory
The removeLogWriter method is used to remove a LogWriter.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.adventnet.snmp.beans.PropertyCustomizer
Removes a listener for the PropertyChange event
removePropertyChangeListener(PropertyChangeListener) - Method in class com.adventnet.afp.log.AbstractLogger
This method is used to remove the listener who does not want to get notified during any change in the properties of the Logger.
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.adventnet.afp.log.Logger
This method is used to remove the PropertyChangeListener from the Logger instance.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.adventnet.afp.log.AbstractLogWriter
Used to remove the registered PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.adventnet.afp.log.LogWriter
Used to remove the registered PropertyChangeListener.
removeResultListener(ResultListener) - Method in class com.adventnet.snmp.beans.SnmpTarget
Removes a listener for events from this target.
removeResultListener(ResultListener) - Method in class com.adventnet.snmp.beans.SnmpPoller
Remove a listener for events from this poller.
removeResultListener(ResultListener) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Removes a listener for response events from the list of listeners.
removeSnmpClient(SnmpClient) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Unsubscribes for callbacks.
removeSnmpClientWithID(int) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Unsubscribe for callbacks.
removeSnmpPropertyListener(SnmpPropertyListener) - Method in class com.adventnet.snmp.beans.SnmpTarget
Removes the SnmpPropertyListener from the list maintained by this target.
removeSnmpPropertyListener(SnmpPropertyListener) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Removes the SnmpPropertyListener from the list.
removeSnmpTableListener(SnmpTableListener) - Method in class com.adventnet.snmp.beans.SnmpTable
Remove a listener from the list that's notified each time a change in the SNMP Table occurs.
removeTrapListener(TrapListener) - Method in class com.adventnet.snmp.beans.NotificationAdaptor
Remove a listener for events from this target.
removeTrapListener(TrapListener) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Removes a listener for events from this target.
removeV3HandShakeListener(V3HandShakeResultListener) - Method in class com.adventnet.snmp.beans.SnmpTarget
Removes the listener registered for getting events.
removeV3HandShakeListener(V3HandShakeResultListener) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Removes the listener registered for getting events.
removeVariableBinding(int) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Removes SNMP variable binding at specified index in PDUs list of variable bindings.
removeVariableBinding(SnmpVarBind) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Removes specified SNMP variable binding from PDUs list of variable bindings.
REPORT_FLAG - Static variable in class com.adventnet.snmp.snmp2.Snmp3Message
Used to specify that the report flag is set when request is sent out.
REPORT_MSG - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
Constant for SNMP V2 Report PDU type.
REQ_TIMEDOUT - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when the agent Times Out.
reqTraps(int) - Method in class com.adventnet.snmp.snmp2.SASClient
Method to request delivery of traps by SAServer arriving at that port.
RequestEvent - class com.adventnet.snmp.beans.RequestEvent.
This event object, which contains information for an SNMP request that can be handled by any RequestEventListner, e.g.
RequestEvent(Object, byte) - Constructor for class com.adventnet.snmp.beans.RequestEvent
This instantiates a Request event with specified source, and specified request type - GET, or GETNEXT.
RequestEvent(Object, String) - Constructor for class com.adventnet.snmp.beans.RequestEvent
This instantiates a Set Request event with specified source, and specified set value.
RequestEvent(Object, String[], byte) - Constructor for class com.adventnet.snmp.beans.RequestEvent
This instantiates a Request event with specified source, specified OID list, and specified request type, i.e, GET, or GETNEXT.
RequestEvent(Object, String[], SnmpVar[]) - Constructor for class com.adventnet.snmp.beans.RequestEvent
This instantiates a Request event with specified source, specified OID list and SnmpVar array list.
RequestEvent(Object, String[], String[]) - Constructor for class com.adventnet.snmp.beans.RequestEvent
This instantiates a Set Request event with specified source, specified OID list, and specified set value list.
RequestEvent(Object, String, byte) - Constructor for class com.adventnet.snmp.beans.RequestEvent
This instantiates a Request event with specified source, specified OID, and specified request type, i.e, GET, or GETNEXT.
RequestEvent(Object, String, String) - Constructor for class com.adventnet.snmp.beans.RequestEvent
This instantiates a Set Request event with specified source, specified OID, and specified value.
RequestListener - interface com.adventnet.snmp.beans.RequestListener.
This interface defines a listener for SNMP requests.
RESOURCES - Static variable in class com.adventnet.utils.LogManager
 
restartPolling() - Method in class com.adventnet.snmp.beans.SnmpPoller
Restart the SNMP polling.
restoreDefaultTimeoutPolicy() - Method in class com.adventnet.snmp.snmp2.SnmpSession
restores this SnmpSession object to have the default TimeoutPolicy.
ResultAdapter - class com.adventnet.snmp.beans.ResultAdapter.
This class is a convenient class which smoothens implementing ResultListeners.
ResultAdapter() - Constructor for class com.adventnet.snmp.beans.ResultAdapter
 
ResultEvent - class com.adventnet.snmp.beans.ResultEvent.
This class is the event generated by objects that execute SNMP requests, e.g.
ResultEvent(Object) - Constructor for class com.adventnet.snmp.beans.ResultEvent
This instantiates a result event with specified source
ResultEvent(Object, Object) - Constructor for class com.adventnet.snmp.beans.ResultEvent
This instantiates a result event with specified source, and specified response object, i.e, the SNMP PDU for SNMP requests.
ResultEvent(Object, Object, MibOperations) - Constructor for class com.adventnet.snmp.beans.ResultEvent
This instantiates a result event with specified source, and specified response object, i.e, the SNMP PDU for SNMP requests.
ResultEvent(Object, Object, String) - Constructor for class com.adventnet.snmp.beans.ResultEvent
This instantiates a result event with specified source, specified variable bindings, and specified error message.
ResultEvent(Object, Object, String, int) - Constructor for class com.adventnet.snmp.beans.ResultEvent
This instantiates a result event with specified source, specified variable bindings, specified error message and failed reqestid.
ResultEvent(Object, Object, String, MibOperations) - Constructor for class com.adventnet.snmp.beans.ResultEvent
This instantiates a result event with specified source, specified variable bindings, and specified error message.
ResultListener - interface com.adventnet.snmp.beans.ResultListener.
This interface defines the listener for SNMP responses, or ResultEvent objects.
RETRIES - Static variable in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
to specify the property as retries
REVERSE_CHRONOLOGICAL_ORDER - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
RONLY - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
read access for everyone.
rowColor - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
The color of the row on the Trap Table, that specifies th Trap.
run() - Method in class com.adventnet.snmp.snmp2.SnmpSession
The run method starts the receiver thread for this session object.
run() - Method in class com.adventnet.snmp.snmp2.SASClient
Invokes receive() method.
run() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
This method starts the API thread which monitors the sessions to look for the requests which have timed out and retransmits the pdu if required.
run() - Method in class com.adventnet.snmp.beans.SnmpPoller
the work done by the polling thread.
run() - Method in class com.adventnet.snmp.beans.SnmpTable
The run method does polling and updates of the table at specified polling itervals.
run() - Method in class com.adventnet.snmp.beans.ClippedTable
The run method does polling and updates of the table at specified polling itervals.
run1() - Method in class com.adventnet.snmp.beans.ClippedTable
method added for the purpose of Table Updation.Not for API users.
RWRITE - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
add write access for community.

S

SASAppletStub - class com.adventnet.snmp.snmp2.SASAppletStub.
This class provides the implementation of the AppletStub methods to plug into applet to simulate the applet behaviour.
SASAppletStub() - Constructor for class com.adventnet.snmp.snmp2.SASAppletStub
Constructor that creates the implementation of the AppletStub.
SASClient - class com.adventnet.snmp.snmp2.SASClient.
The SASClient class enables applet services for applets that are limited by the security sandbox that Java applets often run within.
SASClient(Applet, boolean) - Constructor for class com.adventnet.snmp.snmp2.SASClient
By default this constructor will take the protocol value as 1 and look for the SASPort.html file in the applet html directory.
SASClient(Applet, boolean, int) - Constructor for class com.adventnet.snmp.snmp2.SASClient
If the protocol value is set to 1, this constructor will look for the SASPort.html file in the applet html directory.
SASProtocolOptions - class com.adventnet.snmp.snmp2.SASProtocolOptions.
This class is the implementation of ProtocolOptions for SAS implementation of SnmpTransportProvider.
SASProtocolOptions() - Constructor for class com.adventnet.snmp.snmp2.SASProtocolOptions
Initializes the variables for this instance of SASProtocolOptions.
SASProtocolOptions(String, int) - Constructor for class com.adventnet.snmp.snmp2.SASProtocolOptions
Initializes the variables for this instance of SASProtocolOptions.
SASProtocolOptions(String, int, Applet) - Constructor for class com.adventnet.snmp.snmp2.SASProtocolOptions
Initializes the variables for this instance of SASProtocolOptions.
saveFile(String, byte[]) - Method in class com.adventnet.snmp.snmp2.SASClient
The saveFile method for saving data to a file in "SASusers" sub-directory in which SASPort.html was created by the SAServer.
SECURITYEXP_CONNECTING_REMOTE_HOST - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when an security exception is got when conncecting to a Remote Host.
SecurityModelEntry - class com.adventnet.snmp.snmp2.SecurityModelEntry.
This is an abstract class which is used to define a new security model.
SecurityModelEntry() - Constructor for class com.adventnet.snmp.snmp2.SecurityModelEntry
 
SecurityModelTable - class com.adventnet.snmp.snmp2.SecurityModelTable.
This is an abstract class which contains a list of SecurityModelEntry objects belonging to a particular securityModel.
SecurityModelTable() - Constructor for class com.adventnet.snmp.snmp2.SecurityModelTable
 
SecurityProvider - class com.adventnet.snmp.snmp2.SecurityProvider.
This class is used to register the appropriate security model to be used with AdventNet SNMP API.
send(SnmpPDU) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Send SnmpPDU on the given session after encoding the PDU.
sendDiscoverMsg(SnmpSession) - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
This performs the standard Snmpv3 discovery process to learn the engineID of the Snmp peer entity.
sendGetBulkRequestList() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To send a GetBulk request to get a list of SNMP variable bindings from the agent using the Object Identifier list previously set in this SnmpRequestServer instance.
sendGetNextRequest() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To send a getnext request for the SNMP variable identified by the first Object Identifier set in this SnmpRequestServer instance.
sendGetNextRequest(SnmpOID) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To send a getnext request for the SNMP variable identified by specified Object Identifier.
sendGetNextRequestList() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To send a getnext request for a list of SNMP variable bindings identified by the Object Identifier list previously set in this SnmpRequestServer instance.
sendGetNextRequestList(SnmpOID[]) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To send a getnext request for a list of SNMP variables identified by the Object Identifier list stored in this SnmpRequestServer instance.
sendGetRequest() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To send a get request for the the SNMP variable identified by the first Object Identifier stored in the SnmpRequestServer instance.
sendGetRequest(SnmpOID) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To send a get request for the the SNMP variable identified by specified Object Identifier.
sendGetRequestList() - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To send a get request for the list of SNMP variable bindings identified by the Object Identifier list previously set in this SnmpRequestServer instance.
sendGetRequestList(SnmpOID[]) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To send a get request for a list of SNMP variables identified by the Object Identifier list.
sendNotification(SnmpPDU) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Authenticates and sends the notification to all the entries that can avail of the notification filtering facility.
sendSetRequest(String) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To send a set request with the value to be set for the ObjectID This method will fail if MIB with this variable is not loaded or this is not a leaf node in the MIB.
sendSetRequest(String, byte) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To send a set request with the value to be set and the type of the variable Throws DataException if no OID specified earlier or in case of errors.
sendSetRequestList(String[]) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set the list of SNMP variable bindings on the agent using the Object Identifier list previously set in this SnmpRequestServer instance.
sendSetRequestVariable(SnmpVar) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To send a set request to set the specified SnmpVar value for the OID that is set in the SnmpRequestServer instance.
sendSetRequestVariables(SnmpVar[]) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To send a set request to set the list of SNMP variable bindings on the agent, using the Object Identifier list previously set in this SnmpRequestServer instance.
sendTimeSync(SnmpSession) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Achieves time sync with remotehost.
sendTrap(SnmpOID, String, int, int, long, SnmpVar[]) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To send a SNMP trap, with parameters specified and variable bindings using object ids from the Object Identifier list previously set in this SnmpRequestServer instance, and the values specified.
sendTrap(String, String, int, int, long, String[]) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To send a SNMP trap, with parameters specified and variable bindings using object ids from the Object Identifier list previously set in this SnmpRequestServer instance, and the values specified.
serialize - Variable in class com.adventnet.snmp.beans.SnmpTarget
based on this flag v3 table like USMUserTable and SnmpEngineTable will be serialized
serialize - Variable in class com.adventnet.snmp.beans.SnmpRequestServer
based on this flag the v3 tables ( USMUserTable and SnmpEngineTable ) will be serialized.
serialize() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
This serializes the SNMPV3 Security tables into the file specified by the setSerializeFileName method.
serialize() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterTable
Stores the list of SnmpNotifyFilterEntry objects in the serialized file "FilterEntry.ser"
serialize() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyTable
Stores the list of SnmpNotifyEntry objects in the serialized file "NotifyEntry.ser"
serialize() - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileTable
Stores the list of SnmpNotifyFilterProfileEntry objects in the serialized file "FilterProfileEntry.ser".
serialize() - Method in class com.adventnet.snmp.snmp2.SnmpTargetAddrExtTable
Stores the list of SnmpTargetAddrExtEntry objects in the serialized file "TAddrExtTable.ser"
serialize() - Method in class com.adventnet.snmp.snmp2.SnmpEngineTable
Stores the list of SnmpEngineEntry objects in the serialized file "EngineEntry.ser".
serialize() - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityTable
Stores the list of SnmpCommunityEntry objects in the serialized file "CommunityEntry.ser"
serialize() - Method in class com.adventnet.snmp.snmp2.usm.USMUserTable
Stores the list of USMUSerEntry objects in the serialized file "UseEntry.ser"
serialize(ObjectOutputStream) - Method in class com.adventnet.snmp.snmp2.SecurityModelTable
Serializes the list of SecurityModelEntry objects into particular output Stream specified.
serialize(ObjectOutputStream) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterTable
Serializes the list of SnmpNotifyFilterEntry objects into particular output Stream specified.
serialize(ObjectOutputStream) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyTable
Serializes the list of SnmpNotifyEntry objects into particular output Stream specified.
serialize(ObjectOutputStream) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileTable
Serializes the list of SnmpNotifyFilterProfileEntry objects into particular output Stream specified.
serialize(ObjectOutputStream) - Method in class com.adventnet.snmp.snmp2.SnmpTargetAddrExtTable
Serializes the list of SnmpTargetAddrExtEntry objects into particular output Stream specified.
serialize(ObjectOutputStream) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityTable
Serializes the list of SnmpCommunityEntry objects into particular output Stream specified.
serialize(ObjectOutputStream) - Method in class com.adventnet.snmp.snmp2.usm.USMUserTable
Serializes the list of USMUserEntry objects into particular output Stream specified.
serialize(ObjectOutputStream) - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupTable
Stores the VacmGroup entries in the file GroupEntry
serialize(ObjectOutputStream) - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupAccessTable
Stores the VacmGroupAccess entries in the file GrpAccessEntry
serialize(ObjectOutputStream) - Method in class com.adventnet.snmp.snmp2.vacm.VacmContextTable
Writes the Context entries to the ObjectOutputStream specified.
serialize(ObjectOutputStream) - Method in class com.adventnet.snmp.snmp2.vacm.VacmViewTreeTable
Stores the VacmViewTree entries in the file FamilyEntry
serializeEngineBoots() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
This serializes the engine boots into the file specified by the setSerializeFileName method.
SERIOUS - Static variable in class com.adventnet.utils.LogManager
 
SERIOUS - Static variable in class com.adventnet.snmp.mibs.MibOperations
For setting the serious parsing level
SERIOUS_MESSAGES - Static variable in class com.adventnet.snmp.mibs.MibOperations
For printing all the serious messages
SESSION_REMOTE_HOST_UNKNOWN - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when the Session's remote host is not known.
SessionTransportProvider - interface com.adventnet.management.transport.SessionTransportProvider.
A basic interface which will be implemented for actual communication between client and the server.
SET - Static variable in class com.adventnet.snmp.beans.RequestEvent
Constant for Set Request
SET_REQ_MSG - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
Constant for SNMP set request PDU type.
set(SnmpOID, SnmpVar) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. use the following instead

SnmpPDU pdu = new SnmpPDU();
SnmpVarBind varbind = new SnmpVarBind(oid, var);
pdu.addVariableBinding(varbind);
pdu.setCommand(SnmpAPI.SET_REQ_MSG);
SnmpPDU response_pdu = snmpSession.syncSend(pdu);

SnmpVar response_var = null;
if(response_pdu != null)
{
response_var = response_pdu.getVariable(0);
}

set(String, String, byte) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. use the following instead

SnmpPDU pdu = new SnmpPDU();
SnmpVar variable = SnmpVar.createVariable(setString, type);
SnmpOID oid = new SnmpOID(oidString);
SnmpVarBind varbind = new SnmpVarBind(oid, variable);
pdu.addVariableBinding(varbind);
pdu.setCommand(SnmpAPI.SET_REQ_MSG);
SnmpPDU response_pdu = snmpSession.syncSend(pdu);

SnmpVar var = null;
if(response_pdu != null)
{
var = response_pdu.getVariable(0);
}

setAbsoluteCounters(boolean) - Method in class com.adventnet.snmp.beans.SnmpPoller
sets whether counter values should be absolute - applies only for single variable requests.
setAcmUsed(boolean) - Method in class com.adventnet.snmp.snmp2.SnmpACM
This method is used to set the acmUsed flag.
setAcmUsed(boolean) - Method in class com.adventnet.snmp.snmp2.vacm.SnmpVacm
This method is used to set the vacmUsed flag.
setAddress(InetAddress) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Deprecated. use the following instead.

UDPProtocolOptions opt = (UDPProtocolOptions)SnmpPDU.getProtocolOptions();
opt.setRemoteAddress(address);

setAgentAddr(String) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
sets the agent address as a string.
setAgentAddress(InetAddress) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets Address of object generating trap.
setApplet(Applet) - Method in class com.adventnet.snmp.snmp2.SASProtocolOptions
sets the applet instance for this protocoloptions.
setApplet(Applet) - Static method in class com.adventnet.utils.SnmpUtils
The applet instance.
setAppletContext(AppletContext) - Method in class com.adventnet.snmp.snmp2.SASAppletStub
Sets the applet context to the user specified one.
setArchiveStatus(boolean) - Method in class com.adventnet.afp.log.FileLogWriter
This will Set the archive status at runtime.If the status is true , then deleted file will be moved to the archive else it will not be moved to archive.
setAttemptComplete(boolean) - Method in class com.adventnet.snmp.beans.SnmpTarget
Enables the flag to get the complete data from the agent by splitting the varbinds into multiple request.This can set if request pdu is very big.
setAttemptPartial(boolean) - Method in class com.adventnet.snmp.beans.SnmpTarget
Sets the boolean state of whether this target will try to get a partial data from an agent if the request is a multi variable request.
setAttemptPartial(boolean) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Deprecated. SnmpRequestServer cannot get partial data by enabling the flag. It is specific for SnmpTarget bean which does synchronous comm..
setAugmentedDisplay(boolean) - Method in class com.adventnet.snmp.beans.ClippedTable
set the status of table whether it is augumented table or of its original table.
setAuthKey(byte[]) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Sets the authentication key.
setAuthParams(byte[]) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Sets the auth params value.
setAuthPassword(byte[]) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Sets the authentication password.
setAuthPassword(String) - Method in class com.adventnet.snmp.beans.SnmpTarget
Sets the SNMP V3 AuthPassword
setAuthPassword(String) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set the SNMP V3 AuthPassword
setAuthPassword(String) - Method in interface com.adventnet.snmp.beans.CustomizerTemplate
This needs to be implemented to set auth password
setAuthPassword(String) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Sets authentication password for SNMPv3 authentication.
setAuthProtocol(int) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Sets the authentication Protocol to be used.
setAuthProtocol(int) - Method in class com.adventnet.snmp.beans.SnmpTarget
Sets the SNMP V3 AuthProtocol
setAuthProtocol(int) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set the SNMP V3 AuthProtocol
setAuthProtocol(int) - Method in interface com.adventnet.snmp.beans.CustomizerTemplate
This needs to be implemented to set authProtocol
setAuthProtocol(int) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Sets the Authentication Protocol.
setAutoActive(boolean) - Method in class com.adventnet.snmp.beans.SnmpPoller
To make the poller to start polling automatically after setting either OID or poll interval or after adding the first result listener.
setAutoInformResponse(boolean) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Sets the automatic response flag for the Inform Request.
setAutoInformResponse(boolean) - Method in class com.adventnet.snmp.beans.SnmpServer
High-level API method to set the automatic response flag for the Inform Request.
setAutoInformResponse(boolean) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
High-level API method to set the automatic response flag for the Inform Request.
setBookMark() - Method in class com.adventnet.snmp.snmp2.ASN1Parser
This method sets the bookmark.
setBroadCastEnable(boolean) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Calling this method with a "true" value will indicate that this pdu is a broadcast pdu.
setBroadCastEnable(boolean) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Calling this method with a "true" value will indicate that the request is to be sent as a broadcast request.
setBufferSize(int) - Method in class com.adventnet.afp.log.FileLogWriter
The buffer size is set for the corresponding buffer type .
setBundleName(String) - Static method in class com.adventnet.utils.SnmpUtils
The bundle name of the resource bundle properties file.
setCallbackthread(boolean) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Sets this to true if the user wants the callback to be called from a seperate thread.
setCallbackthread(boolean) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Enable or disable if the user wants the callback to be called from a seperate thread.
setCellValue(String, Object, int, int) - Method in class com.adventnet.snmp.beans.SnmpTable
Sets the value for the cell specified by the row and column index.
setCharacterEncoding(String) - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Sets the Character encoding of the String values.
setCharacterEncoding(String) - Method in class com.adventnet.snmp.beans.SnmpServer
Set the Character Encoding to be used.
setCharacterEncoding(String) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Set the Character Encoding to be used.
setClassName(String) - Method in class com.adventnet.afp.log.LoggerProperties
To set the Logger implementation class to be used by the Logger.
setClassName(String) - Method in class com.adventnet.afp.log.LogWriterProperties
The setClassName method is used to set the LogWriterClass that has to be used for that module.
setClientID(int) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
This method will indicate the id for source which sent this pdu
setCodeBase(URL) - Method in class com.adventnet.snmp.snmp2.SASAppletStub
Sets the codebase URL.
setColumnsPolled(Vector) - Method in class com.adventnet.snmp.beans.SnmpTable
Sets the columns that needs to be polled.
setCommand(byte) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets command type of this PDU.
setCommunity(String) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Sets community for outgoing SNMPv1 and SNMPv2c requests.
setCommunity(String) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets community string received/sent.
setCommunity(String) - Method in class com.adventnet.snmp.beans.SnmpTarget
Sets the SNMP target Community
setCommunity(String) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set the SNMP target Community
setCommunity(String) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Sets the SNMP Community.
setCommunityAuthentication(boolean) - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Enables/Disables the community authentication flag.
setCommunityEncoding(String) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets the encoding to use for community string.
setCommunityIndex(byte[]) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
This method sets the community index value.
setCommunityIndex(String) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
This methods sets the community index value.
setCommunityIndex(String, String) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
This methods sets the community index value.
setCommunityName(byte[]) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Sets the snmpCommunityName value associated with this object.
setConnectionListener(ConnectionListener) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Subscribes for ConnectionListener.
setContextEngineID(byte[]) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Sets the snmpCommunityContextEngineID value associated with this object.
setcontextID(byte[]) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Deprecated. Replaced with setContextID(byte[] ctxtID)
setContextID(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets context ID associated with the PDU.
setContextID(byte[]) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Sets the SNMP V3 contextID
setContextID(String) - Method in class com.adventnet.snmp.beans.SnmpTarget
Sets the SNMP V3 contextID.
setContextID(String) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set the SNMP V3 contextID
setContextMatch(int) - Method in class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry
Set the VacmAccessContextMatch value.
setContextName(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Sets the context name associated with the SNMPv3 message.
setContextName(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets the context name associated with the PDU
setContextName(byte[]) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Sets the snmpCommunityContextName value associated with this object.
setContextName(String) - Method in class com.adventnet.snmp.beans.SnmpTarget
set the SNMP V3 Context name
setContextName(String) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set the SNMP V3 Context name
setContextName(String) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Sets the SNMP V3 Context name
setData(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets encoded data to be sent, or received.
setDatabaseName(byte) - Method in class com.adventnet.snmp.mibs.MibOperations
Used to set the database.
setDataType(int) - Method in class com.adventnet.snmp.beans.SnmpTable
Set the type in which the data has to be returned when the table data is got using the getValueAt or getCellValue methods.By default these methods will return table data as String objects.To get the table data as SnmpVar or SnmpVarBind object, the respective constant can be set using setDataType() method.
setDBOperations(DatabaseOperations) - Method in class com.adventnet.snmp.snmp2.SnmpACM
 
setDBOperations(DatabaseOperations) - Method in class com.adventnet.snmp.snmp2.SecurityModelTable
This method enables the users to set the their own implementation of the "DatabaseOperations" interface.
setDBOperations(DatabaseOperations) - Method in class com.adventnet.snmp.snmp2.usm.USMUserTable
All the Database operations will be performed only through this instance.
setDBOperations(DatabaseOperations) - Method in class com.adventnet.snmp.snmp2.vacm.SnmpVacm
 
setDebug(boolean) - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Defines whether debugging output should be generated.
setDebug(boolean) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method determines if debug output will be printed
setDebug(boolean) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To enable or disable the Debug mode.
setDebug(boolean) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Determines if debug output will be printed
setDebug(boolean) - Method in class com.adventnet.snmp.mibs.MibOperations
Defines whether debugging output should be generated to stdout.
setDebugLevel(int) - Static method in class com.adventnet.snmp.snmp2.SnmpAPI
sets debugLevel FATAL or CRITICAL or NON_CRITICAL.
setDebugMessageLevel(int) - Static method in class com.adventnet.snmp.mibs.MibOperations
Sets the debug message level.
setDefval(String) - Method in class com.adventnet.snmp.mibs.MibNode
Sets the defval as defined in the MIB.
setDestination(ResultListener) - Method in class com.adventnet.snmp.beans.RequestEvent
This sets the Destination for the response.
setDisplayName(String) - Method in class com.adventnet.afp.log.LoggerImpl
To set the display name of the Logger.
setDNSLookup(boolean) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Deprecated. since no lookup will be done unnecessarily.
setDocumentBase(URL) - Method in class com.adventnet.snmp.snmp2.SASAppletStub
Sets the document URL.
setEngineBoots(int) - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
Sets the engineBoots value of the corresponding SNMP entity.
setEngineBootsSerializeFileName(String) - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Sets the fileName into which the SNMPv3 engineBoots are to be stored so that they are persistant.
setEngineEntry(SnmpEngineEntry) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Sets the SnmpEngineEntry reference.
setEngineID(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
Sets the engineID of the corresponding Snmp entity.
setEngineID(byte[]) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set the SNMP V3 engineID value for v3
setEngineTime(int) - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
Sets the engine time of the corresponding Snmp entity.
setEnterprise(SnmpOID) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets the enterprise OID.
setErr(String) - Static method in class com.adventnet.afp.log.LogPrintStream
This method will open the new print stream for the System err messages.
setErrindex(int) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets Error index for this PDU.
setErrstat(int) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Set Error status for this PDU.
setFamilyMask(byte[]) - Method in class com.adventnet.snmp.snmp2.vacm.VacmFamilyEntry
Set the vacmViewTreeFamilyMask value.
setFamilyStatus(int) - Method in class com.adventnet.snmp.snmp2.vacm.VacmFamilyEntry
Set the vacmViewTreeFamilyStatus value.
setFamilyStorageType(int) - Method in class com.adventnet.snmp.snmp2.vacm.VacmFamilyEntry
Set the StorageType associated with this VacmFamilyEntry
setFamilyType(int) - Method in class com.adventnet.snmp.snmp2.vacm.VacmFamilyEntry
Set the vacmViewTreeFamilyType value.
setFileReadWrite(boolean) - Static method in class com.adventnet.snmp.snmp2.SASClient
Sets the fileWrite flag.
setFilterMask(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterEntry
Sets the filterMask value if the size of the mask value is between 0 to 16.
setFilterProfileName(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileEntry
Sets the filterProfileName value associated with this object.
setFilterType(int) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterEntry
Sets the filterType value associated with this object.
setFlushMode(String) - Method in class com.adventnet.afp.log.FileLogWriter
This will set the flush mode at runtime.
setFont(Font) - Static method in class com.adventnet.utils.SnmpUIUtils
Sets the Default Font which will used for all the UI components.
setHeaderName(int, String) - Method in class com.adventnet.snmp.beans.ClippedTable
Sets the string value as the column header of the column given by the index.
setIgnoreSpecificControlCodes(boolean) - Method in class com.adventnet.snmp.beans.SnmpServer
To set the value determining whether the new-line characters, tabs and carriage returns are printed or their hex values.
setIgnoreSpecificControlCodes(boolean) - Method in class com.adventnet.snmp.beans.SnmpTarget
Sets the value determining whether the new-line characters, tabs and carriage returns are printed or their hex values.
setIgnoreSpecificControlCodes(boolean) - Method in class com.adventnet.snmp.mibs.MibOperations
Used to set the value determining whether the new-line characters, tabs and carriage returns are printed as they are or their hex values.
setImportsParsingLevel(byte) - Method in class com.adventnet.snmp.mibs.MibOperations
Used to set the level of parsing for the dependency MIB files.
setIndex() - Method in class com.adventnet.snmp.beans.ClippedTable
adjust the oidList in stack for further operation when getting rows from origin.
setIndexForIndex() - Method in class com.adventnet.snmp.beans.ClippedTable
Used to create a oidList from the index box ,push that oidlist into index stack and polling the table.
setIndexInd() - Method in class com.adventnet.snmp.beans.ClippedTable
adjust the oidList in stack for further operation when getting rows starting with given index.
setLatestReceived(int) - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
 
setLoadFromCompiledMibs(boolean) - Method in class com.adventnet.snmp.beans.SnmpServer
Defines whether to load mib from compiled MIBs.
setLoadFromCompiledMibs(boolean) - Method in class com.adventnet.snmp.beans.ClippedTable
Defines whether to load mib from compiled MIBs.
setLoadFromCompiledMibs(boolean) - Method in class com.adventnet.snmp.mibs.MibOperations
Defines whether to load mib from compiled MIBs.
setLoadFromDatabase(boolean) - Method in class com.adventnet.snmp.mibs.MibOperations
Defines whether to load the MIB from DataBase.
setLoadFromSerializedMibs(boolean) - Method in class com.adventnet.snmp.beans.SnmpServer
Method defines whether to load MIB from serialized file.
setLoadFromSerializedMibs(boolean) - Method in class com.adventnet.snmp.beans.ClippedTable
Defines whether to load MIB from serialized file.
setLoadFromSerializedMibs(boolean) - Method in class com.adventnet.snmp.mibs.MibOperations
Defines whether to load mib from serialized MIB file.
setLoadMibsFromDatabase(boolean) - Method in class com.adventnet.snmp.beans.SnmpServer
Defines whether to load mib from DataBase.
setLoadMibsFromDatabase(boolean) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Defines whether to load mib from DataBase.
setLocalAddresses(String[]) - Method in class com.adventnet.snmp.snmp2.UDPProtocolOptions
This method sets the list of local addresses for which the session should bind.
setLocalAddresses(String[]) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. use the following instead.
UDPProtocolOptions opt = (UDPProtocolOptions)snmpSession.getProtocolOptions(); opt.setLocalAddresses(local_addrs);
setLocalAddresses(String[]) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Sets the local SNMP port number to listen on.
setLocale(Locale) - Static method in class com.adventnet.utils.SnmpUtils
The locale based on which the properties file will be searcded.
setLocalPort(int) - Method in class com.adventnet.snmp.snmp2.UDPProtocolOptions
This method sets the local port on which the session should be opened.
setLocalPort(int) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. use the following instead.

UDPProtocolOptions opt = (UDPProtocolOptions)snmpSession.getProtocolOptions();
opt.setLocalPort(local_port);

setLocalPort(int) - Method in class com.adventnet.snmp.snmp2.SASProtocolOptions
sets the localport at which this sasclient should be started.
setLocalTime(long) - Method in class com.adventnet.snmp.snmp2.SnmpEngineEntry
 
setLogInterface(LogInterface) - Method in class com.adventnet.management.transport.TcpServerTransportImpl
Sets the LogInterface object.
setLogInterface(LogInterface) - Method in class com.adventnet.management.transport.TcpClientTransportImpl
Sets the logInterface to the specified one if any.
setLogInterface(LogInterface) - Method in interface com.adventnet.management.transport.TransportProvider
Sets the log interface to the specified Log.
setLogLevel(int) - Method in class com.adventnet.afp.log.AbstractLogger
The setLogLevel method is used to specify the Log level of the Logger.
setLogLevel(int) - Method in class com.adventnet.afp.log.LoggerProperties
To set the logging level of the Logger.
setLogLevel(int) - Method in interface com.adventnet.afp.log.Logger
The setLogLevel method is used to set the LogLevel of a Logger at runtime.
setLogWriter(LogWriter) - Method in class com.adventnet.afp.log.LoggerImpl
The setLogWriter method is used to assign a LogWriter to the Logger.
setMaxFileCount(int) - Method in class com.adventnet.afp.log.FileLogWriter
This will Set the maximum file count at runtime.The maximum number of files of same type under the logs directory mentioned in the logging configuration file can be changed at runtime by setting the number of lines using this method.
setMaxLineCount(int) - Method in class com.adventnet.afp.log.FileLogWriter
This will Set the maximum line count at runtime.The maximum number of lines per file mentioned in the logging configuration file can be changed at runtime by setting the number of lines using this method.
setMaxNumRows(int) - Method in class com.adventnet.snmp.beans.SnmpTarget
Sets the maximum number of rows that can be processed, default value is 1000.
setMaxRepetitions(int) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets Max-Repetitions value for this PDU.
setMaxRepetitions(int) - Method in class com.adventnet.snmp.beans.SnmpTarget
Sets the SNMP target max repetitions value for a getbulk request.
setMaxRepetitions(int) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set the SNMP target max repetitions value for a getbulk request.
setMibFileExtension(String) - Method in class com.adventnet.snmp.mibs.MibOperations
Registers the extensions with which the MIB file is to be searched.
setMibModules(String) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method sets the MIB to be loaded in this applet/application.
setMibModules(String) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To load the MIB in this applet/application.
setMibModules(String) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Sets the MIB loaded in this applet/application.
setMibOperations(MibOperations) - Method in class com.adventnet.snmp.beans.SnmpServer
Set the MibOperations.This can be used when the API user wants the MibBrowser to use the localinstance of MibOperations instead of the Static MibOperations shared by all the other beans.
setMibPath(String) - Method in class com.adventnet.snmp.beans.SnmpServer
To set the search Path in which the loadMibModules() will search for the MIB modules.
setMibPath(String) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Sets the search path in which the Mib Parser will search for the MIB modules.
setMibPath(String) - Method in class com.adventnet.snmp.mibs.MibOperations
Sets the search Path in which the Mib Parser will search for the MIB modules.
setModeOfGettingTable(int) - Method in class com.adventnet.snmp.beans.ClippedTable
Not for API users.set the mode of getting table
setMsgFlags(byte) - Method in class com.adventnet.snmp.snmp2.Snmp3Message
This methods sets the message flags of the SNMPv3 message.
setMsgID(int) - Method in class com.adventnet.snmp.snmp2.Snmp3Message
Sets the message Id for the v3 packet
setMsgMaxSize(int) - Method in class com.adventnet.snmp.snmp2.Snmp3Message
Sets the message max size field for the SNMPV3 packet.
setMsgVersion(int) - Method in class com.adventnet.snmp.snmp2.SnmpMessage
Sets snmp Version number in PDU
setMultipleRevision(String) - Method in class com.adventnet.snmp.mibs.MibOperations
Sets the Multiple revision for the MIB.
setNext_1(boolean) - Method in class com.adventnet.snmp.beans.ClippedTable
Not for API users.
setNext(boolean) - Method in class com.adventnet.snmp.beans.ClippedTable
Not for API users.
setNonRepeaters(int) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets Non-Repeaters value for this PDU.
setNonRepeaters(int) - Method in class com.adventnet.snmp.beans.SnmpTarget
Sets the SNMP target non-repeaters value for a getbulk request Default is 0.
setNonRepeaters(int) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set the SNMP target non-repeaters value for a getbulk request.
setNotificationFiltering(boolean) - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Enables/Disables the notification filtering.
setNotifyTag(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyEntry
Sets the snmpNotifyTag value associated with this object.
setNotifyType(int) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyEntry
Sets the snmpNotifyType value associated with this object.
setNotifyView(byte[]) - Method in class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry
Set the VacmAccessNotifyViewName.
setNullTable() - Method in class com.adventnet.snmp.snmp2.SnmpEngineTable
Clears the list of SnmpEngineEntry objects.
setNumCols(int) - Method in class com.adventnet.snmp.beans.ClippedTable
Sets the number of columns to be visible in the SnmpTable panel.
setNumericResult(long) - Method in class com.adventnet.snmp.beans.ResultAdapter
An empty implementation of the corresponding ResultListener method
setNumericResult(long) - Method in interface com.adventnet.snmp.beans.ResultListener
The method is called in for responses with numeric valued data, e.g, COUNTER.
setNumOfVisibleRows(int) - Method in class com.adventnet.snmp.beans.ClippedTable
Sets the number rows to be visible in the SnmpTablePanel.
setObject(Object) - Method in class com.adventnet.snmp.beans.PropertyCustomizer
Sets the object to be customized
setObjectID(int, String) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method sets the object ID value at index based on specified string
setObjectID(int, String) - Method in class com.adventnet.snmp.beans.SnmpPoller
Set the object ID value at index based on specified string
setObjectID(int, String) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Sets the object ID value specified the string at the given index
setObjectID(SnmpOID) - Method in class com.adventnet.snmp.snmp2.SnmpVarBind
Sets the object identifier in the SnmpVarBind.
setObjectID(String) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method sets the object ID specified by the String value.
setObjectID(String) - Method in class com.adventnet.snmp.beans.SnmpPoller
Set the object ID specified by the String value.
setObjectID(String) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Sets the object ID value specified by the string
setObjectIDList(String[]) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method sets the list of object IDs based on the specified string array.
setObjectIDList(String[]) - Method in class com.adventnet.snmp.beans.SnmpPoller
Set the list of object IDs based on the specified string array.
setObjectIDList(String[]) - Method in class com.adventnet.snmp.beans.SnmpTable
Sets the column names of the table that needs to be polled.
setObjectIDList(String[]) - Method in class com.adventnet.snmp.beans.ClippedTable
Sets the list of object IDs based on the specified string array.
setObjectIDList(String[]) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Sets the list of object IDs specified by the string array
setOIDPrefix(SnmpOID) - Static method in class com.adventnet.snmp.snmp2.SnmpAPI
This is added to any Object ID that does not begin with a '.'.
setOut(String) - Static method in class com.adventnet.afp.log.LogPrintStream
This method will open the new print stream for the System out messages.
setOverwriteCMI(boolean) - Method in class com.adventnet.snmp.beans.SnmpServer
Defines whether to overwrite the existing compiled MIB files.
setOverwriteCMI(boolean) - Method in class com.adventnet.snmp.beans.ClippedTable
Defines whether to overwrite the existing compiled MIB files.
setOverwriteCMI(boolean) - Method in class com.adventnet.snmp.mibs.MibOperations
Defines whether to overwrite the existing compiled files.
setOverwriteDatabase(boolean) - Method in class com.adventnet.snmp.mibs.MibOperations
Defines whether to overwrite the existing database files.
setOverwriteMibsInDatabase(boolean) - Method in class com.adventnet.snmp.beans.SnmpServer
Defines whether to overwrite the MIB in the DataBase.
setOverwriteMibsInDatabase(boolean) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Defines whether to overwrite the MIB in the DataBase.
setOverwriteSerializedMibs(boolean) - Method in class com.adventnet.snmp.mibs.MibOperations
Defines whether to overwrite the existing serialized MIB files.
setOwnKeyChange(boolean) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Sets the ownKeyChange flag.
setPacketBufferSize(int) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Sets the Datagram Buffer Size used for receiving SNMP packets.
setParameter(String, String) - Method in class com.adventnet.snmp.snmp2.SASAppletStub
Sets the name-value pair in the applet parameter.
setParams(String, String, String) - Method in class com.adventnet.snmp.beans.SnmpTable
To set multiple parameters like TargetHost,MibModule and TableOID
setParams(String, String, String, String, String) - Method in class com.adventnet.snmp.beans.SnmpTarget
To set Multiple parameters like TargetHost,Port,Community,MibModule and OID.
setParams(String, String, String, String, String) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set Multiple parameters like TargetHost,Port,Community,MibModule and OID.
setParams(String, String, String, String, String[]) - Method in class com.adventnet.snmp.beans.SnmpTarget
To set Multiple parameters like TargetHost,Port,Community,MibModule and OIDList.
setParams(String, String, String, String, String[]) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set Multiple parameters like TargetHost,Port,Community,MibModule and OIDList.
setParsingLevel(byte) - Method in class com.adventnet.snmp.mibs.MibOperations
Used to set the level of parsing.
setPeername(String) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. use the following instead.
UDPProtocolOptions opt = (UDPProtocolOptions)snmpSession.getProtocolOptions(); opt.setRemoteHost(peername);
setPollInterval(int) - Method in class com.adventnet.snmp.beans.SnmpPoller
set the polling interval in seconds
setPollInterval(int) - Method in class com.adventnet.snmp.beans.SnmpTable
To set the polling interval in seconds.
setPort(int) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Sets the local SNMP port number to listen on.
setPortWithExceptionMsg(int) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Sets the local SNMP port number to listen on and throws SnmpException in case of BindException.
setPrincipal(String) - Method in class com.adventnet.snmp.beans.SnmpTarget
Sets the SNMP V3 Principal
setPrincipal(String) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set the SNMP V3 username
setPrincipal(String) - Method in interface com.adventnet.snmp.beans.CustomizerTemplate
This needs to be implemented to get user name
setPrincipal(String) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Sets the Principal or authentication user name.
setPrivKey(byte[]) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Sets the privacy key.
setPrivParams(byte[]) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Sets the priv params field.
setPrivPassword(byte[]) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Sets the privacy password.
setPrivPassword(String) - Method in class com.adventnet.snmp.beans.SnmpTarget
Sets the SNMP V3 PrivPassword
setPrivPassword(String) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set the SNMP V3 PrivPassword
setPrivPassword(String) - Method in interface com.adventnet.snmp.beans.CustomizerTemplate
This needs to be implemented to set priv password
setPrivPassword(String) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Sets the privacy password.
setPrivProtocol(int) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Sets the privacy protocol to be used.
setProtocol(int) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. Since all the SNMP communications go through a single transport provider, this is not needed.
setProtocol(int) - Method in class com.adventnet.snmp.snmp2.SASProtocolOptions
sets the protocol value.
setProtocolData(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpTransportPacket
Sets the protocol data on the SnmpTransportPacket
setProtocolOptions(ProtocolOptions) - Method in class com.adventnet.snmp.snmp2.SnmpSession
This associates the ProtocolOptions with this SnmpSession.
setProtocolOptions(ProtocolOptions) - Method in class com.adventnet.snmp.snmp2.SnmpTransportPacket
Sets the protocol options on the SnmpTransportPacket
setProtocolOptions(ProtocolOptions) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
This sets the transport mechanism's protocol options.
setReadDesc(boolean) - Method in class com.adventnet.snmp.beans.SnmpServer
Sets the flag to read descriptions from compiled mib modules.
setReadDesc(boolean) - Method in class com.adventnet.snmp.beans.ClippedTable
Sets the flag to read descriptions from compiled mib modules.
setReadDesc(boolean) - Method in class com.adventnet.snmp.mibs.MibOperations
Sets the flag for reading the descriptions from compiled mib modules.
setReadView(byte[]) - Method in class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry
Set the VacmAccessReadViewName.
setReceiveBufferSize(int) - Method in class com.adventnet.snmp.snmp2.UDPProtocolOptions
This method sets the buffer size of this receiver when the receiver is ready for receiving the next packet.
setReceiveBufferSize(int) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. instead use the setReceiveBufferSize method available in UDPProtocolOptions.
setReceiveBufferSize(int) - Method in class com.adventnet.snmp.beans.SnmpServer
Sets the buffer size of this SnmpServer.
setReceiveBufferSize(int) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
This method sets the buffer size of this SnmpTrapReceiver.
setReEncode(boolean) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Controls ASN.1 encoding (default true).
setRemoteAddress(InetAddress) - Method in class com.adventnet.snmp.snmp2.UDPProtocolOptions
This method sets the remoteAddress.
setRemoteHost(String) - Method in class com.adventnet.snmp.snmp2.UDPProtocolOptions
This method sets the remoteHost to this UDPProtocolOptions object.
setRemoteHost(String) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Deprecated. use the following instead.

UDPProtocolOptions opt = (UDPProtocolOptions)SnmpPDU.getProtocolOptions();
opt.setRemoteHost(host);

setRemoteHost(String) - Method in class com.adventnet.snmp.snmp2.SASProtocolOptions
sets the remote host.
setRemotePort(int) - Method in class com.adventnet.snmp.snmp2.UDPProtocolOptions
This method sets the remotePort to which the SNMP packets should be sent.
setRemotePort(int) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. use the following instead.

UDPProtocolOptions opt = (UDPProtocolOptions)snmpSession.getProtocolOptions();
opt.setRemotePort(port);

setRemotePort(int) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Deprecated. use the following instead.

UDPProtocolOptions opt = (UDPProtocolOptions)SnmpPDU.getProtocolOptions();
opt.setRemotePort(port);

setRemotePort(int) - Method in class com.adventnet.snmp.snmp2.SASProtocolOptions
sets the remotePort.
setReport(boolean) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Sets the status of report flag.
setReqid(int) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets Request id for this PDU.
setRequestID(int) - Method in class com.adventnet.snmp.beans.RequestEvent
This sets the Request ID value.
setResult(ResultEvent) - Method in class com.adventnet.snmp.beans.ResultAdapter
An empty implementation of the corresponding ResultListener method
setResult(ResultEvent) - Method in interface com.adventnet.snmp.beans.ResultListener
The method is always called in for ResultEvent generation.
setRetries(int) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Sets number of retries before timeout.
setRetries(int) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets number of retries for this PDU before timeout.
setRetries(int) - Method in class com.adventnet.snmp.beans.SnmpTarget
Sets the SNMP target retries value.
setRetries(int) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To Set the SNMP target retries value.
setRetrievalMode(boolean) - Method in class com.adventnet.snmp.beans.SnmpTable
To set the mode of retrieval.
setRowStatus(int) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileEntry
Sets the snmpNotifyFilterProfileRowStatus value associated with this object.
setRowStatus(int) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyEntry
Sets the snmpNotifyRowStatus value associated with this object.
setRowStatus(int) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterEntry
Sets the snmpNotifyFilterRowStatus value associated with this object.
setRowStatus(int) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Sets the snmpCommunityStatus value associated with this object.
setSASProtocol(int) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. use the following instead.

SASProtocolOptions opt = new SASProtocolOptions();
opt.setApplet(applet);
opt.setProtocol(SASClient.TCP_PROTOCOL); //or SASClient.HTTP_PROTOCOL
snmpSession.setProtocolOptions(opt);
snmpSession.open();

setSearchPath(String) - Static method in class com.adventnet.utils.SnmpUtils
The search path for the properties file.
setSecLevelForTimeSync(byte) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Sets the securityLevel to use when doing a V3 timeSync for a authPriv user.
setSecLevelForTimeSync(byte) - Method in class com.adventnet.snmp.beans.SnmpServer
Sets the securityLevel to use when doing a V3 timeSync for a authPriv user.
setSecurity(SecurityModelEntry, int) - Method in class com.adventnet.snmp.snmp2.Snmp3Message
Set securityModel object is associated with the message.
setSecurityLevel(byte) - Method in class com.adventnet.snmp.snmp2.SecurityModelEntry
Sets the security level associated with this securityEntry.
setSecurityLevel(byte) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Sets the security level associated with this securityEntry.
setSecurityLevel(byte) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Sets the security level for this user entry.
setSecurityLevel(byte) - Method in class com.adventnet.snmp.beans.SnmpTarget
Sets the SNMP V3 SecurityLevel.The value will be 0 ,1 or 3.
setSecurityLevel(byte) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set the SNMP V3 SecurityLevel.The value will be 0 ,1 or 3.
setSecurityLevel(byte) - Method in interface com.adventnet.snmp.beans.CustomizerTemplate
This needs to be implemented to set security level
setSecurityModel(int) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets the securityModel to be associated with the PDU.
setSecurityModel(int) - Method in class com.adventnet.snmp.beans.SnmpTarget
Sets the SNMP V3 SecurityModel
setSecurityModel(int) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set the SNMP V3 SecurityModel
setSecurityModel(int) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Sets the SNMP V3 SecurityModel
setSecurityName(byte[]) - Method in class com.adventnet.snmp.snmp2.SecurityModelEntry
Sets the security name by taking in the security model independent security name as the argument.
setSecurityName(byte[]) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Sets the snmpCommunitySecurityName value associated with this object.
setSecurityName(byte[]) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Sets the security name by taking the byte array as argument.
setSecurityProvider(SecurityProvider) - Method in class com.adventnet.snmp.snmp2.Snmp3Message
 
setSendPDUByGroup(boolean) - Method in class com.adventnet.snmp.beans.SnmpServer
set the state whether the PDUs should be grouped and send all PDUs as single PDU.After setting it to true this instance will be added to vector.This should be set to false, if this instance is no longer used.
setSendTimeoutEvents(boolean) - Method in class com.adventnet.snmp.beans.SnmpTarget
This should be set to true if the listener should be notified of the timeout events in case if the request timesout.
setSendTimeoutEvents(boolean) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set the boolean state of whether this target will send timeout events to registered listeners or not
setSerializedMibFileName(String) - Method in class com.adventnet.snmp.beans.SnmpServer
Method defines the name of the Serialized MIB File.
setSerializedMibFileName(String) - Method in class com.adventnet.snmp.beans.ClippedTable
Defines the name of the Serialized MIB File.
setSerializedMibFileName(String) - Method in class com.adventnet.snmp.mibs.MibOperations
Defines the name with which the serialized MIB file is to be stored.
setSerializeFileName(String) - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Sets the fileName into which the SNMPv3 configuration tables are to be serialized.
setSerializeMibs(boolean) - Method in class com.adventnet.snmp.beans.SnmpServer
Defines whether to serialize the MibModule.
setSerializeMibs(boolean) - Method in class com.adventnet.snmp.beans.ClippedTable
method defines whether to serialize the MibModule This flag should be set before loading the MIBs.
setSerializeMibs(boolean) - Method in class com.adventnet.snmp.mibs.MibOperations
Defines whether to serialize the MibModule.
setShowImportedIndex(boolean) - Method in class com.adventnet.snmp.mibs.MibOperations
Sets the showImportedIndex boolean value.
SetSnmpEnableAuthenTraps(int) - Method in class com.adventnet.snmp.snmp2.SnmpGroup
Sets the status of the snmpEnableAuthenTraps variable to be enabled or disabled.
setSnmpEngineBoots(int) - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Sets the SnmpEngineBoots (number of times this SNMP engine has booted of this SNMP entity.
setSnmpEngineID(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Sets the authoritative SnmpEngineID for this SNMP entity.
setSnmpEngineID(byte[]) - Method in class com.adventnet.snmp.beans.SnmpServer
Sets the SnmpEngineID for this SNMP entity.
setSnmpEngineTime(int) - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Sets the SnmpEngineTime, the time in seconds after this SNMP engine has booted.
setSnmpOID(SnmpOID) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method sets the SnmpOID
setSnmpOID(SnmpOID) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
Sets the SnmpOID.
setSnmpOIDList(SnmpOID[]) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method sets the list of object IDs as the given array of SnmpOID
setSnmpOIDList(SnmpOID[]) - Method in class com.adventnet.snmp.beans.ClippedTable
Sets the list of object IDs given as an array of SnmpOID instances.
setSnmpOIDList(SnmpOID[]) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set the list of object IDs given as an array of SnmpOIDs
setSnmpTargetAddrMMS(int) - Method in class com.adventnet.snmp.snmp2.SnmpTargetAddrExtEntry
Sets the snmpTargetAddrTMMS value associated with this object.
setSnmpTargetAddrTMask(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpTargetAddrExtEntry
Sets the snmpTargetAddrTMask value associated with this object.
setSnmpVersion(int) - Method in class com.adventnet.snmp.beans.SnmpTarget
Sets the SNMP target SNMP Version.
setSnmpVersion(int) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set the SNMP target SNMP Version.
setSnmpVersion(int) - Method in interface com.adventnet.snmp.beans.CustomizerTemplate
This needs to be implemented to set version
setSnmpVersion(int) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Sets the SNMP Version
setSocketParms(int, int) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. since a new transportProvider implementation for udp has been added, this method no longer becomes necessary.
setSpecificType(int) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets Specific trap type.
setStartLocalPort(int) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. now the "open(Applet)" method will throw an SnmpException if it is unable to connect to the SAServer. When such an exception is received, the user should decide whether "open(void)" method should be called or not.
setStorageType(int) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileEntry
Sets the snmpNotifyFilterProfileStorType value associated with this object.
setStorageType(int) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyEntry
Sets the snmpNotifyStorageType value associated with this object.
setStorageType(int) - Method in class com.adventnet.snmp.snmp2.SnmpNotifyFilterEntry
Sets the snmpNotifyFilterStorageType value associated with this object.
setStorageType(int) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Sets the snmpCommunityStorageType value associated with this object.
setStorageType(int) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Sets the USM StorageType associated with this USMUserEntry.
setStorageType(int) - Method in class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry
Set the VACM Access StorageType associated with this VacmAccessEntry
setStringOID(String) - Method in class com.adventnet.snmp.beans.ClippedTable
Not for API users.
setStringResult(String) - Method in class com.adventnet.snmp.beans.ResultAdapter
An empty implementation of the corresponding ResultListener method
setStringResult(String) - Method in interface com.adventnet.snmp.beans.ResultListener
The method is called in responses with String valued data, e.g, OCTET STRING.
setStringValueAt(String, int, int) - Method in class com.adventnet.snmp.beans.ClippedTable
Sets the value for the cell specified by the row and column index.
setsubOidList() - Method in class com.adventnet.snmp.beans.ClippedTable
Not for API users.
setSysErrProps(Properties) - Static method in class com.adventnet.afp.log.LogPrintStream
This method will set all the system err properties to their respective variables.
setSysOutProps(Properties) - Static method in class com.adventnet.afp.log.LogPrintStream
This method will set all the system out properties to their respective variables.
setTableOID(String) - Method in class com.adventnet.snmp.beans.SnmpTable
Sets the table OID to be used with this SnmpTable instance.
setTableOID(String) - Method in class com.adventnet.snmp.beans.ClippedTable
Specify table to be used with this SnmpTable instance.
setTableOIDWoStart(String) - Method in class com.adventnet.snmp.beans.SnmpTable
To set the table OID without starting polling.
setTargetAddrEntry(SnmpTargetAddrEntry) - Method in class com.adventnet.snmp.snmp2.SnmpTargetAddrExtEntry
Sets the snmpTargetAddrEntry value associated with this object.
setTargetHost(String) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method sets the SNMP target hostname
setTargetHost(String) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set the SNMP target hostname
setTargetHost(String) - Method in interface com.adventnet.snmp.beans.CustomizerTemplate
This needs to be implemented to set target host
setTargetPort(int) - Method in class com.adventnet.snmp.beans.SnmpTarget
set the SNMP target port number
setTargetPort(int) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set the SNMP target port number
setTargetPort(int) - Method in interface com.adventnet.snmp.beans.CustomizerTemplate
This needs to be implemented to set target port
setThrowFileNotFound(boolean) - Method in class com.adventnet.snmp.mibs.MibOperations
Deprecated.  
setTimeout(int) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Sets the timeout value.
setTimeout(int) - Method in class com.adventnet.snmp.snmp2.SASClient
For setting the timeOut value for a synchronous SASClient operation.
setTimeout(int) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets the timeout value.
setTimeout(int) - Method in class com.adventnet.snmp.beans.SnmpTarget
Sets the SNMP target timeout value
setTimeout(int) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To Set the SNMP target timeout value in Seconds.
setTimeoutInMilliSec(int) - Method in class com.adventnet.snmp.beans.SnmpServer
Sets the timeout value which should be given in milliseconds.
setTimeoutPolicy(TimeoutPolicy) - Method in class com.adventnet.snmp.snmp2.SnmpSession
sets the TimeoutPolicy for this SnmpSession.
setTimeToWait(int) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Sets the inter-packet delay time.
setTimeToWait(int) - Method in class com.adventnet.snmp.beans.SnmpServer
Sets the inter-packet delay time.
setTimeWindow(int) - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Sets the time window in which messages should be accepted by this SNMP engine
setTransportHome(String) - Static method in class com.adventnet.management.transport.TransportUtil
 
setTransportProvider(String) - Method in class com.adventnet.snmp.snmp2.SnmpSession
This method sets the transportProvider classname, which will be used for communication purposes.
setTransportTag(byte[]) - Method in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Sets the snmpCommunityTransportTag value associated with this object.
setTrapAuthEnable(boolean) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Specify whether traps should be authenticated while receiving SNMPv3 trap messages.
setTrapAuthEnable(boolean) - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Specify whether traps should be authenticated while receiving SNMPV3 trap messages.
setTrapType(int) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets the generic type of the Trap.
setupStdOutErr() - Static method in class com.adventnet.snmp.snmp2.SnmpAPI
Deprecated. please use the logging framework instead.
setupStdOutErr(String) - Static method in class com.adventnet.snmp.snmp2.SnmpAPI
Deprecated. please use the logging framework instead.
setUpTime(long) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets the timeStamp of the object which has to generate the trap.
setUserCloneFrom(int[]) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Sets the USM UserCloneFrom OID for this USMUserEntry.
setUserName(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Sets the principal for SNMPv3 messages.
setUserName(byte[]) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets the principal on whose behalf SNMPv3 requests are to be made.
setUserPublic(byte[]) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Sets the USM UserPublic associated with this USMUserEntry.
setUserStatus(int) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Sets the USM UserStatus associated with this USMUserEntry.
setUSMUtils(Object) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
The Utils object should be set, so that it can be used for encryption purpose.
setV3ConfigFlag(boolean) - Method in class com.adventnet.snmp.snmp2.SecurityModelTable
Enables/disables the V3 Configuration flag.This flag should be enabled when the user needs to use a configuration table in the case of V3 database.
setV3ConfigFlag(boolean) - Method in class com.adventnet.snmp.snmp2.usm.USMUserTable
Sets the V3 configuration flag.
setV3ConfigTable(String) - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Sets the configured tableName specified in the case of V3Database.
setV3ConfigTable(String) - Method in class com.adventnet.snmp.beans.SnmpServer
Sets the configured tableName specified in the case of V3Database.
setV3DatabaseFlag(boolean) - Method in class com.adventnet.snmp.snmp2.SnmpACM
 
setV3DatabaseFlag(boolean) - Method in class com.adventnet.snmp.snmp2.SnmpAPI
Sets the Database flag in the case of V3.
setV3DatabaseFlag(boolean) - Method in class com.adventnet.snmp.snmp2.SecurityModelTable
Enables/disables the v3 database flag.
setV3DatabaseFlag(boolean) - Method in class com.adventnet.snmp.snmp2.SnmpEngineTable
Sets the Database flag.
setV3DatabaseFlag(boolean) - Method in class com.adventnet.snmp.snmp2.usm.USMUserTable
Sets the Database flag.
setV3DatabaseFlag(boolean) - Method in class com.adventnet.snmp.snmp2.vacm.SnmpVacm
 
setV3DatabaseFlag(boolean) - Method in class com.adventnet.snmp.beans.SnmpServer
If you need to use database support for V3 , set this flag to true.
setVacmAccessStatus(int) - Method in class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry
Set the vacmAccessStatus associated with this VacmAccessEntry.
setVacmGroupName(byte[]) - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupEntry
Set the groupName value.
setVacmGroupStatus(int) - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupEntry
Set the vacmSecurityToGroupStatus associated with this VacmGroupEntry.
setVacmGroupStorageType(int) - Method in class com.adventnet.snmp.snmp2.vacm.VacmGroupEntry
Set the StorageType associated with this VacmGroupEntry
setvalue(Object, int, int) - Method in class com.adventnet.snmp.beans.ClippedTable
Sets the value for the cell specified by the row and column index.
setValueAt(Object, int, int) - Method in class com.adventnet.snmp.beans.SnmpTable
Sets the value for the cell specified by the row and column index.
setVarBindCount(int) - Method in class com.adventnet.snmp.beans.SnmpTarget
Set the number of varbinds per request to get the complete data from the agent by splitting the varbinds into multiple request in case if the request pdu is very big.
setVariable(int, SnmpVar) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets SNMP variable at specified index in PDUs list of variables, to value var.
setVariable(SnmpVar) - Method in class com.adventnet.snmp.snmp2.SnmpVarBind
Sets the variable in the SnmpVarBind.
setVersion(int) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Sets snmp version for outgoing requests.
setVersion(int) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets snmp Version number in PDU.
setWriteCommunity(String) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Sets writeCommunity for outgoing requests.
setWriteCommunity(String) - Method in class com.adventnet.snmp.snmp2.SnmpPDU
Sets writeCommunity string received/sent.
setWriteCommunity(String) - Method in class com.adventnet.snmp.beans.SnmpTarget
Sets the SNMP target write Community to be used for set requests
setWriteCommunity(String) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
To set the SNMP target write Community to be used for set requests
setWriteView(byte[]) - Method in class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry
Set the VacmAccessWriteViewName.
severity - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
The severity of this event, viz.
severityInt(String) - Static method in class com.adventnet.snmp.beans.ParsedTrapEvent
To get the numeric value for corresponding String severity value All - 1 Critical - 2 Major - 3 Minor - 4 Warning - 5 Clear - 6 Info - 7
severityStr() - Method in class com.adventnet.snmp.beans.ParsedTrapEvent
To get the severity string value
severityStr(int) - Static method in class com.adventnet.snmp.beans.ParsedTrapEvent
To get the String value for corresponding Numeric severity value All - 1 Critical - 2 Major - 3 Minor - 4 Warning - 5 Clear - 6 Info - 7
SHA_AUTH - Static variable in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Constant for SNMPV3 usmUser SHA AuthProtocol.
SHA_AUTH - Static variable in class com.adventnet.snmp.beans.SnmpServer
Constants USM Authentication
showErrorMessage(String) - Method in class com.adventnet.snmp.beans.SnmpTable
 
showErrorMessage(String) - Method in class com.adventnet.snmp.beans.ClippedTable
 
SNMP_ERR_AUTHORIZATIONERROR - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP error value.
SNMP_ERR_AUTHORIZATIONERROR - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is an SNMP Error:AuthorizationError
SNMP_ERR_BADVALUE - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP error value.
SNMP_ERR_BADVALUE - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is an SNMP Error: Bad Value
SNMP_ERR_COMMITFAILED - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP error value.
SNMP_ERR_COMMITFAILED - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is an SNMP Error:commitFailed
SNMP_ERR_GENERR - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP error value.
SNMP_ERR_GENERR - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is an SNMP Error:genErr
SNMP_ERR_INCONSISTENTNAME - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP error value.
SNMP_ERR_INCONSISTENTNAME - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is an SNMP Error:inconsistentName
SNMP_ERR_INCONSISTENTVALUE - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP error value.
SNMP_ERR_INCONSISTENTVALUE - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is an SNMP Error:inconsistentValue
SNMP_ERR_NOACCESS - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP error value.
SNMP_ERR_NOACCESS - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is an SNMP Error:No Access
SNMP_ERR_NOCREATION - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP error value.
SNMP_ERR_NOCREATION - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is an SNMP Error:errNotification
SNMP_ERR_NOERROR - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP error value.
SNMP_ERR_NOERROR - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is an SNMP Error No Error
SNMP_ERR_NOSUCHNAME - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP error value.
SNMP_ERR_NOSUCHNAME - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is an SNMP Error: No Such Name
SNMP_ERR_NOTWRITABLE - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP error value.
SNMP_ERR_NOTWRITABLE - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is an SNMP Error:notWritable
SNMP_ERR_READONLY - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP error value.
SNMP_ERR_READONLY - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is an SNMP Error: ReadOnly
SNMP_ERR_RESOURCEUNAVAILABLE - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP error value.
SNMP_ERR_RESOURCEUNAVAILABLE - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is an SNMP Error:resourceUnavailable
SNMP_ERR_TOOBIG - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP error value.
SNMP_ERR_TOOBIG - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is an SNMP Error: Too Big
SNMP_ERR_UNDOFAILED - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP error value.
SNMP_ERR_UNDOFAILED - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is an SNMP Error:undoFailed
SNMP_ERR_WRONGENCODING - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP error value.
SNMP_ERR_WRONGENCODING - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is an SNMP Error:WrongEncoding
SNMP_ERR_WRONGLENGTH - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP error value.
SNMP_ERR_WRONGLENGTH - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is an SNMP Error:WrongLength
SNMP_ERR_WRONGTYPE - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP error value.
SNMP_ERR_WRONGTYPE - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is an SNMP Error:WrongType
SNMP_ERR_WRONGVALUE - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP error value.
SNMP_ERR_WRONGVALUE - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when there is an SNMP Error:WrongValue
SNMP_NOT_INIT - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when the class SnmpAPI is not initialized.
SNMP_PORT - Variable in class com.adventnet.snmp.snmp2.SnmpAPI
The snmp port value of 161 for UDP.
SNMP_TRAP_PORT - Variable in class com.adventnet.snmp.snmp2.SnmpAPI
The trap port value of 162 for UDP.
SNMP_VARIABLE_BINDING_DATA - Static variable in class com.adventnet.snmp.beans.SnmpTable
Constant to specify the format in which the data has to be returned.
SNMP_VARIABLE_DATA - Static variable in class com.adventnet.snmp.beans.SnmpTable
Constant to specify the format in which the data has to be returned.
SNMP_VERSION_1 - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
Constant for setting SNMP Version 1.
SNMP_VERSION_2 - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
Constant for setting SNMP Version 2 (Not supported).
SNMP_VERSION_2C - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
Constant for setting SNMP Version 2c.
SNMP_VERSION_3 - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
Constant for the SNMP Version 3.
Snmp3Message - class com.adventnet.snmp.snmp2.Snmp3Message.
This class encapsulates a v3 message.
Snmp3Message() - Constructor for class com.adventnet.snmp.snmp2.Snmp3Message
 
Snmp3Message(byte[]) - Constructor for class com.adventnet.snmp.snmp2.Snmp3Message
Creates an Snmp3Message object initialised with the given byte array.
Snmp3Message(byte[], SecurityProvider) - Constructor for class com.adventnet.snmp.snmp2.Snmp3Message
Creates an Snmp3Message object initialised with the given byte array and security provider.
SnmpACM - class com.adventnet.snmp.snmp2.SnmpACM.
This class is used for ACM implementation and provides the abstract method isAccessAllowed which does the access verifications.
SnmpACM() - Constructor for class com.adventnet.snmp.snmp2.SnmpACM
 
SnmpAPI - class com.adventnet.snmp.snmp2.SnmpAPI.
The SnmpAPI class is a root class for AdventNet SNMP API.
SnmpAPI() - Constructor for class com.adventnet.snmp.snmp2.SnmpAPI
Creates a new SnmpAPI instance and initialises the authoritative snmpEngineID, snmpEngineBoots, snmpEngineTime and the providers, SecurityProvider and ACMProvider.
SnmpAPI(boolean) - Constructor for class com.adventnet.snmp.snmp2.SnmpAPI
Creates a new SnmpAPI instance and initialises the authoritative snmpEngineID, snmpEngineBoots, snmpEngineTime and the providers, SecurityProvider and ACMProvider.
SnmpBits - class com.adventnet.snmp.snmp2.SnmpBits.
Class of SNMP Bits Variable - Sub-class of SnmpString.
SnmpBits(byte[]) - Constructor for class com.adventnet.snmp.snmp2.SnmpBits
Constructs a new SnmpBits by taking an octet string.
SnmpBits(String, int) - Constructor for class com.adventnet.snmp.snmp2.SnmpBits
Constructs a new SnmpBits by taking a string value and the radix.
SnmpBitstring - class com.adventnet.snmp.snmp2.SnmpBitstring.
Class of SNMP Bitstring Variable - Sub-class of SnmpVar.
SnmpBitstring(byte[]) - Constructor for class com.adventnet.snmp.snmp2.SnmpBitstring
Constructs a new SnmpBitstring by taking an octet string.
SnmpBitstring(byte[], int) - Constructor for class com.adventnet.snmp.snmp2.SnmpBitstring
This takes a byte array and encodes.
SnmpBitstring(String) - Constructor for class com.adventnet.snmp.snmp2.SnmpBitstring
Constructs a new SnmpBitstring taking a string instance as its argument.
SnmpClient - interface com.adventnet.snmp.snmp2.SnmpClient.
This is the interface implemented by client programs that wish to use callback, authentication, and debugging functions of the API.
SnmpCommunityEntry - class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry.
The SnmpCommunityEntry holds the information about a particular community string.
SnmpCommunityEntry() - Constructor for class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Constructs a default SnmpCommunityEntry with default index as "public".
SnmpCommunityEntry(byte[]) - Constructor for class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Constructs a new SnmpCommunityEntry with the specified snmpCommunityIndex.
SnmpCommunityEntry(String) - Constructor for class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Constructs a new SnmpCommunityEntry with the specified snmpCommunityIndex.
SnmpCommunityEntry(String, String) - Constructor for class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Constructs a new SnmpCommunityEntry with the specified snmpCommunityIndex.
SnmpCommunityTable - class com.adventnet.snmp.snmp2.security.community.SnmpCommunityTable.
This class maintains a list of all SnmpCommunityEntry objects and provides the methods to operate on the list.
SnmpCommunityTable() - Constructor for class com.adventnet.snmp.snmp2.security.community.SnmpCommunityTable
 
SnmpCounter - class com.adventnet.snmp.snmp2.SnmpCounter.
Class of SNMP Counter Variable - Sub-class of SnmpUnsignedInt.
SnmpCounter(long) - Constructor for class com.adventnet.snmp.snmp2.SnmpCounter
Constructor requires a long as its argument.
SnmpCounter64 - class com.adventnet.snmp.snmp2.SnmpCounter64.
Class of SNMP 64 bit COUNTER Variable.
SnmpCounter64(BigInteger) - Constructor for class com.adventnet.snmp.snmp2.SnmpCounter64
The constructor takes a BigInteger as its argument.
SnmpCounter64(byte[]) - Constructor for class com.adventnet.snmp.snmp2.SnmpCounter64
This constructor takes a byte array as argument.
SnmpCounter64(long[]) - Constructor for class com.adventnet.snmp.snmp2.SnmpCounter64
The constructor takes a long array of dimension 2 as its argument.
SnmpEngineEntry - class com.adventnet.snmp.snmp2.SnmpEngineEntry.
This class represents a particular SNMP entity and provides a unique mapping between the internet address and port of an entity to the engineID.
SnmpEngineEntry(String) - Constructor for class com.adventnet.snmp.snmp2.SnmpEngineEntry
Constructs a new SnmpEngineEntry which represents a particular SnmpV3 entity for the specified engineName.
SnmpEngineEntry(String, int) - Constructor for class com.adventnet.snmp.snmp2.SnmpEngineEntry
Constructs a new SnmpEngineEntry which represents a particular SnmpV3 entity for the specified host and port.
SnmpEngineTable - class com.adventnet.snmp.snmp2.SnmpEngineTable.
The SnmpEngineTable maintains a lsit of SnmpEngineEntry objects and provides methods to operate on list.
SnmpException - exception com.adventnet.snmp.snmp2.SnmpException.
Class of SNMP Exception - to catch and report SNMP errors.
SnmpException() - Constructor for class com.adventnet.snmp.snmp2.SnmpException
Constructs an SnmpException with no detailed message.
SnmpException(String) - Constructor for class com.adventnet.snmp.snmp2.SnmpException
Constructs an SnmpException with the specifc detail message.
SnmpGauge - class com.adventnet.snmp.snmp2.SnmpGauge.
Class of SNMP Gauge Variable - Sub-class of SnmpUnsignedInt.
SnmpGauge(long) - Constructor for class com.adventnet.snmp.snmp2.SnmpGauge
Constructs a new SnmpGauge which takes a long as its argument.
SNMPGET - Static variable in class com.adventnet.snmp.beans.SnmpServer
Constant for SNMP get request.
SNMPGET - Static variable in class com.adventnet.snmp.beans.SnmpTarget
Constant for SNMP get request.
snmpGet() - Method in class com.adventnet.snmp.beans.SnmpTarget
Queries the target and returns as a string the SNMP variable identified by the first Object Identifier stored in this SnmpTarget instance.
snmpGet(SnmpOID) - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the SNMP variable identified by specified Object Identifier.
snmpGetAllList() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets all instances of variables in the OID list.
snmpGetAllVariableBindings() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets all instances of variables in the OID list.
snmpGetAllVariables() - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets all instances of variables in the OID list.
SNMPGETBULK - Static variable in class com.adventnet.snmp.beans.SnmpServer
Constant for SNMP V2 Get Bulk request.
SNMPGETBULK - Static variable in class com.adventnet.snmp.beans.SnmpTarget
Constant for SNMP V2 Get Bulk request.
snmpGetBulkList() - Method in class com.adventnet.snmp.beans.SnmpTarget
Get bulk on list of variables in the OID list.
snmpGetBulkVariableBindings() - Method in class com.adventnet.snmp.beans.SnmpTarget
Get bulk on list of variables in the OID list.
snmpGetBulkVariables() - Method in class com.adventnet.snmp.beans.SnmpTarget
Get bulk on list of variables in the OID list.
snmpGetList() - Method in class com.adventnet.snmp.beans.SnmpTarget
Queries the agent and returns the list of SNMP variable bindings from the agent using the Object Identifier list previously set in this SnmpTarget instance.
snmpGetList(SnmpOID[]) - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the list of SNMP variables identified by the Object Identifier list stored in this SnmpTarget instance.
SNMPGETNEXT - Static variable in class com.adventnet.snmp.beans.SnmpServer
Constant for SNMP get next request.
SNMPGETNEXT - Static variable in class com.adventnet.snmp.beans.SnmpTarget
Constant for SNMP get next request.
snmpGetNext() - Method in class com.adventnet.snmp.beans.SnmpTarget
Queries the target and returns as a string the next SNMP variable identified by the first Object Identifier stored in this SnmpTarget instance.
snmpGetNext(SnmpOID) - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the SNMP variable identified by specified Object Identifier.
snmpGetNextList() - Method in class com.adventnet.snmp.beans.SnmpTarget
Queries the agent and returns the list of SNMP variable bindings from the agent using the Object Identifier list previously set in this SnmpTarget instance.
snmpGetNextList(SnmpOID[]) - Method in class com.adventnet.snmp.beans.SnmpTarget
Gets the list of SNMP variables identified by the Object Identifier list stored in this SnmpTarget instance.
snmpGetNextVariable() - Method in class com.adventnet.snmp.beans.SnmpTarget
Queries the target and returns the SNMP variable identified by the first Object Identifier stored in this SnmpTarget instance.
snmpGetNextVariableBinding() - Method in class com.adventnet.snmp.beans.SnmpTarget
Queries the target and returns the SNMP variable identified by the first Object Identifier stored in this SnmpTarget instance.
snmpGetNextVariableBindings() - Method in class com.adventnet.snmp.beans.SnmpTarget
Queries the agent and returns the list of SNMP variable bindings from the agent using the Object Identifier list previously set in this SnmpTarget instance.
snmpGetNextVariables() - Method in class com.adventnet.snmp.beans.SnmpTarget
Queries the agent and returns the list of SNMP variable bindings from the agent using the Object Identifier list previously set in this SnmpTarget instance.
snmpGetVariable() - Method in class com.adventnet.snmp.beans.SnmpTarget
Queries the target and returns the SNMP variable identified by the first Object Identifier stored in this SnmpTarget instance.
snmpGetVariableBinding() - Method in class com.adventnet.snmp.beans.SnmpTarget
Queries the target and returns the SNMP variable identified by the first Object Identifier stored in this SnmpTarget instance.
snmpGetVariableBindings() - Method in class com.adventnet.snmp.beans.SnmpTarget
Queries the agent and returns the list of SNMP variable bindings from the agent using the Object Identifier list previously set in this SnmpTarget instance.
snmpGetVariables() - Method in class com.adventnet.snmp.beans.SnmpTarget
Queries the agent and returns the list of SNMP variable bindings from the agent using the Object Identifier list previously set in this SnmpTarget instance.
SnmpGroup - class com.adventnet.snmp.snmp2.SnmpGroup.
This class maintains the counter valus for SnmpGroup.
SNMPINFORM - Static variable in class com.adventnet.snmp.beans.SnmpServer
Constant for SNMP V2 INFORM request.
SNMPINFORM - Static variable in class com.adventnet.snmp.beans.SnmpTarget
Constant for SNMP V2 INFORM request.
SnmpInt - class com.adventnet.snmp.snmp2.SnmpInt.
Class of SNMP Integer Variable - Sub-class of SnmpVar This class can be used to created a SnmpVar object of type SnmpInt.
SnmpInt(int) - Constructor for class com.adventnet.snmp.snmp2.SnmpInt
Constructs a new SnmpInt object by taking an integer value as argument.
SnmpIpAddress - class com.adventnet.snmp.snmp2.SnmpIpAddress.
Class of SNMP IpAddress Variable - Sub-class of SnmpVar.
SnmpIpAddress(byte[]) - Constructor for class com.adventnet.snmp.snmp2.SnmpIpAddress
Constructs a new SnmpIpAddress by accepting the raw IP address - 4 bytes.
SnmpIpAddress(String) - Constructor for class com.adventnet.snmp.snmp2.SnmpIpAddress
Constructs a new SnmpIpAddress with the specified host name or IP address as a string.
SnmpMessage - class com.adventnet.snmp.snmp2.SnmpMessage.
This class encapsulates a v1 or v2c Snmp Message.
SnmpMessage(byte[]) - Constructor for class com.adventnet.snmp.snmp2.SnmpMessage
Constructs an SnmpMessage initialized with SNMP packet message byte array data.
SnmpNetworkAddress - class com.adventnet.snmp.snmp2.SnmpNetworkAddress.
Class of SNMP NetworkAddress Variable - Sub-class of SnmpIpAddress.
SnmpNetworkAddress(byte[]) - Constructor for class com.adventnet.snmp.snmp2.SnmpNetworkAddress
Constructs a new SnmpNetworkAddress by accepting the raw IP address - 4 bytes.
SnmpNetworkAddress(String) - Constructor for class com.adventnet.snmp.snmp2.SnmpNetworkAddress
Constructs a new SnmpNetworkAddress by accepting the host name or IP address as a string.
SnmpNotifyEntry - class com.adventnet.snmp.snmp2.SnmpNotifyEntry.
The SnmpNotifyEntry selects a set of management targets which should receive notifications, as well as the type of notification which should be sent to each selected management target.
SnmpNotifyEntry(byte[]) - Constructor for class com.adventnet.snmp.snmp2.SnmpNotifyEntry
Constructs a new SnmpNotifyEntry with the specified snmpNotifyName.
SnmpNotifyFilterEntry - class com.adventnet.snmp.snmp2.SnmpNotifyFilterEntry.
An element of a filter profile.
SnmpNotifyFilterEntry(byte[], int[]) - Constructor for class com.adventnet.snmp.snmp2.SnmpNotifyFilterEntry
Constructs a new SnmpNotifyFilterEntry with the specified SnmpFilterProfileEntry and the SnmpNotifyFilterSubtree.
SnmpNotifyFilterProfileEntry - class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileEntry.
The SnmpNotifyFilterProfileEntry selects a set of management targets which should receive notifications, as well as the type of notification that should be sent to each selected management target.
SnmpNotifyFilterProfileEntry(byte[]) - Constructor for class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileEntry
Constructs a new SnmpNotifyFilterProfileEntry with the specified SnmpTargetParamsEntry.
SnmpNotifyFilterProfileTable - class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileTable.
This class maintains a list of all SnmpNotifyFilterProfileEntry objects and provides methods to operate on the list.
SnmpNotifyFilterProfileTable(SnmpTargetParamsTable) - Constructor for class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileTable
Constructs a new SnmpNotifyFilterProfileTable with the specified SnmpTargetParamsTable.
SnmpNotifyFilterTable - class com.adventnet.snmp.snmp2.SnmpNotifyFilterTable.
This class maintains a list of filterProfiles used to determine whether particular management targets should receive particular notifications.
SnmpNotifyTable - class com.adventnet.snmp.snmp2.SnmpNotifyTable.
This class maintains a list of all SnmpNotifyEntry objects and provides methods to operate on the list.
SnmpNsap - class com.adventnet.snmp.snmp2.SnmpNsap.
Class of SNMP NSAP Variable - Sub-class of SnmpString.
SnmpNsap(byte[]) - Constructor for class com.adventnet.snmp.snmp2.SnmpNsap
Constructor : Takes an octet string.
SnmpNsap(String) - Constructor for class com.adventnet.snmp.snmp2.SnmpNsap
Constructor takes a String object as its argument.
SnmpNull - class com.adventnet.snmp.snmp2.SnmpNull.
Class of SNMP Null Variable - Sub-class of SnmpVar.
SnmpNull() - Constructor for class com.adventnet.snmp.snmp2.SnmpNull
Creates an SnmpNull object with the value 0.
SnmpNull(byte) - Constructor for class com.adventnet.snmp.snmp2.SnmpNull
Creates an SnmpNull object.
SnmpOID - class com.adventnet.snmp.snmp2.SnmpOID.
Class of SNMP Object ID - Sub-class of SnmpVar This class can be used to create an SnmpVar object of type SnmpOID.
SnmpOID(int[]) - Constructor for class com.adventnet.snmp.snmp2.SnmpOID
Constructs a new SnmpOID by taking an array of ints as an argument.
SnmpOID(String) - Constructor for class com.adventnet.snmp.snmp2.SnmpOID
Constructs a new SnmpOID which requires the argument to be a String OID of the form .N.N.N, or N.N.N.
SnmpOpaque - class com.adventnet.snmp.snmp2.SnmpOpaque.
Class of SNMP Opaque Variable - Sub-class of SnmpString.
SnmpOpaque(byte[]) - Constructor for class com.adventnet.snmp.snmp2.SnmpOpaque
Constructs a new SnmpOpaque object by taking a byte[].
SnmpOpaque(SnmpVar) - Constructor for class com.adventnet.snmp.snmp2.SnmpOpaque
Snmpvar constructor.
SnmpOpaque(String) - Constructor for class com.adventnet.snmp.snmp2.SnmpOpaque
Constructs a SnmpOpaque object by taking a string.
SnmpPDU - class com.adventnet.snmp.snmp2.SnmpPDU.
The SnmpPDU class represents the SNMP PDU used in protocol operations.
SnmpPDU() - Constructor for class com.adventnet.snmp.snmp2.SnmpPDU
Creates a new SnmpPDU instance.
SnmpPoller - class com.adventnet.snmp.beans.SnmpPoller.
This class is an SNMP Poller bean for automatic polling of one or more variables from a given remote agent.
SnmpPoller() - Constructor for class com.adventnet.snmp.beans.SnmpPoller
This constructor is used for polling data applications.
SnmpPoller(Applet) - Constructor for class com.adventnet.snmp.beans.SnmpPoller
This constructor is used for applets.
SnmpPoller(int, ProtocolOptions) - Constructor for class com.adventnet.snmp.beans.SnmpPoller
This constructor is used for applications which use protocols other than UDP/IP.
SnmpPollerBeanInfo - class com.adventnet.snmp.beans.SnmpPollerBeanInfo.
This class is a beaninfo for the SNMP Poller bean.
SnmpPollerBeanInfo() - Constructor for class com.adventnet.snmp.beans.SnmpPollerBeanInfo
 
snmpPropertyChanged(SnmpPropertyChangeEvent) - Method in interface com.adventnet.snmp.beans.SnmpPropertyListener
Gets called when the beans property like targetHost,targetPort etc are changed
SnmpPropertyChangeEvent - class com.adventnet.snmp.beans.SnmpPropertyChangeEvent.
This class is the event generated by bean components whenever there is change in snmp parameters of the beans, e.g.
SnmpPropertyChangeEvent(Object, int, Object) - Constructor for class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
This is the constructor for defining this event
SnmpPropertyListener - interface com.adventnet.snmp.beans.SnmpPropertyListener.
This class should be implemented when we want to be notified of beans property being changed
SNMPREPORT - Static variable in class com.adventnet.snmp.beans.SnmpServer
Constant for SNMP V2 Report request.
SNMPREPORT - Static variable in class com.adventnet.snmp.beans.SnmpTarget
Constant for SNMP V2 Report request.
SnmpRequestServer - class com.adventnet.snmp.beans.SnmpRequestServer.
This class is an SNMP Server bean for performing asynchronous SNMP requests on a list of variables.
SnmpRequestServer() - Constructor for class com.adventnet.snmp.beans.SnmpRequestServer
Use this constructor for applications.
SnmpRequestServer(Applet) - Constructor for class com.adventnet.snmp.beans.SnmpRequestServer
Use this constructor for applets.
SnmpRequestServer(Applet, int, String) - Constructor for class com.adventnet.snmp.beans.SnmpRequestServer
Use this constructor for appletswhich will create a session with name and in specific localport..
SnmpRequestServer(int, ProtocolOptions) - Constructor for class com.adventnet.snmp.beans.SnmpRequestServer
Use this constructor for applications which uses protocols other than UDP/IP.
SnmpRequestServer(int, String) - Constructor for class com.adventnet.snmp.beans.SnmpRequestServer
Use this constructor for applications which will create a session with name and in specific localport.
SnmpRequestServer(String[], String) - Constructor for class com.adventnet.snmp.beans.SnmpRequestServer
Use this constructor for applications in which the session needs to be bound to some local address.
SnmpRequestServerBeanInfo - class com.adventnet.snmp.beans.SnmpRequestServerBeanInfo.
This class is a beaninfo for the SnmpRequestServer bean.
SnmpRequestServerBeanInfo() - Constructor for class com.adventnet.snmp.beans.SnmpRequestServerBeanInfo
 
SNMPRESPONSE - Static variable in class com.adventnet.snmp.beans.SnmpServer
Constant for SNMP response request
SNMPRESPONSE - Static variable in class com.adventnet.snmp.beans.SnmpTarget
Constant for SNMP response request
SnmpResultObject - class com.adventnet.snmp.beans.SnmpResultObject.
This class contains methods to get all valid and errored responses.
snmpSendInformAcknowledgement(long, SnmpOID, SnmpVar[], int) - Method in class com.adventnet.snmp.beans.SnmpTarget
 
snmpSendInformRequest(long, SnmpOID, SnmpVar[]) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method is used to send an SNMPV2 inform pdu with parameters specified and variable bindings using object ids from the Object Identifier list previously set in this SnmpTarget instance, and the values specified.
snmpSendInformRequest(long, String, String[]) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method is to send an SNMPV2 inform pdu with parameters specified and variable bindings using object ids from the Object Identifier list previously set in this SnmpTarget instance, and the values specified.
snmpSendNotification(long, SnmpOID, SnmpVar[]) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method is used to send an SNMPV2 notification pdu with parameters specified and variable bindings using object ids from the Object Identifier list previously set in this SnmpTarget instance, and the values specified.
snmpSendNotification(long, String, String[]) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method is used to send an SNMPV2 notification pdu with parameters specified and variable bindings using object ids from the Object Identifier list previously set in this SnmpTarget instance, and the values specified.
snmpSendTrap(SnmpOID, String, int, int, long, SnmpVar[]) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method is used to send an SNMP trap, with parameters specified and variable bindings using object ids from the Object Identifier list previously set in this SnmpTarget instance, and the values specified.
snmpSendTrap(String, String, int, int, long, String[]) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method is used to send an SNMP trap, with parameters specified and variable bindings using object ids from the Object Identifier list previously set in this SnmpTarget instance, and the values specified.
SnmpServer - class com.adventnet.snmp.beans.SnmpServer.
This class maintains all the resources required for Snmp manager applications and applets.
SnmpSession - class com.adventnet.snmp.snmp2.SnmpSession.
SnmpSession is the basic communication class for performing any SNMP operations.
SnmpSession(SnmpAPI) - Constructor for class com.adventnet.snmp.snmp2.SnmpSession
Creates a new SnmpSession object by taking the SnmpAPI instance.
SNMPSET - Static variable in class com.adventnet.snmp.beans.SnmpServer
Constant for SNMP set request request.
SNMPSET - Static variable in class com.adventnet.snmp.beans.SnmpTarget
Constant for SNMP set request.
snmpSet(String) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method is used to do an SNMP set to the target using value specified of the first variable on the variable list.
snmpSet(String, byte) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method is used to do an SNMP set to the target of the first variable on the variable list using value specified.
snmpSetList(String[]) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method sets the list of SNMP variable bindings on the agent using the Object Identifier list previously set in this SnmpTarget instance.
snmpSetVariable(SnmpVar) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method is used to do an SNMP set with specified value to the target and returns the SNMP variable identified by the first Object Identifier stored in this SnmpTarget instance.
snmpSetVariables(SnmpVar[]) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method is used to do an SNMP set, with values specified, the list of SNMP variable bindings on the agent, using the Object Identifier list previously set in this SnmpTarget instance.
SnmpString - class com.adventnet.snmp.snmp2.SnmpString.
Class of SNMP String Variable - Sub-class of SnmpVar.
SnmpString() - Constructor for class com.adventnet.snmp.snmp2.SnmpString
Constuctor to keep subclasses happy
SnmpString(byte[]) - Constructor for class com.adventnet.snmp.snmp2.SnmpString
Constructs a new SnmpString with the specified byte array of octect string.
SnmpString(String) - Constructor for class com.adventnet.snmp.snmp2.SnmpString
Constructs a new SnmpString with initial value = s .
SnmpString(String, String) - Constructor for class com.adventnet.snmp.snmp2.SnmpString
Constructs a new SnmpString with initial value = s and encoding enc.
SnmpTable - class com.adventnet.snmp.beans.SnmpTable.
The SnmpTable class handles polling for SNMP tables.
SnmpTable() - Constructor for class com.adventnet.snmp.beans.SnmpTable
Use this constructor for applications.
SnmpTable(Applet) - Constructor for class com.adventnet.snmp.beans.SnmpTable
Use this constructor for applets.
SnmpTable(int, ProtocolOptions) - Constructor for class com.adventnet.snmp.beans.SnmpTable
Use this constructor for applications which uses protocols other than UDP/IP.
SnmpTable(int, String) - Constructor for class com.adventnet.snmp.beans.SnmpTable
Use this constructor for creating a new session for this application.
SnmpTableBeanInfo - class com.adventnet.snmp.beans.SnmpTableBeanInfo.
This class is a beaninfo for the SnmpTable bean.
SnmpTableBeanInfo() - Constructor for class com.adventnet.snmp.beans.SnmpTableBeanInfo
 
SnmpTableEvent - class com.adventnet.snmp.beans.SnmpTableEvent.
This class is the event generated by the SnmpTableReceiver bean class.
SnmpTableEvent(Object, Object, int, int, int, int) - Constructor for class com.adventnet.snmp.beans.SnmpTableEvent
This instantiates an SnmpTable event with specified source.
SnmpTableEvent(Object, Object, int, int, int, int, boolean) - Constructor for class com.adventnet.snmp.beans.SnmpTableEvent
This instantiates an SnmpTable event with specified source.
SnmpTableListener - interface com.adventnet.snmp.beans.SnmpTableListener.
SnmpTableListener defines the interface for an object that listens for changes in SnmpTable objects.
SnmpTarget - class com.adventnet.snmp.beans.SnmpTarget.
This class is a lightweight SNMP session for use with other beans in applications and applets.
SnmpTarget() - Constructor for class com.adventnet.snmp.beans.SnmpTarget
This constructor is used in applications.
SnmpTarget(Applet) - Constructor for class com.adventnet.snmp.beans.SnmpTarget
Use this constructor for applets.
SnmpTarget(Applet, int, String) - Constructor for class com.adventnet.snmp.beans.SnmpTarget
Use this constructor for creating a new session for this applet.
SnmpTarget(int, ProtocolOptions) - Constructor for class com.adventnet.snmp.beans.SnmpTarget
This constructor is used for applications which use protocol other than UDP/IP.
SnmpTarget(int, String) - Constructor for class com.adventnet.snmp.beans.SnmpTarget
This constructor is used for creating a new session for this application.
SnmpTarget(String[], String) - Constructor for class com.adventnet.snmp.beans.SnmpTarget
Use this constructor for applications in which the session needs to be bound to some local address.
SnmpTargetAddrExtEntry - class com.adventnet.snmp.snmp2.SnmpTargetAddrExtEntry.
The SnmpTargetAddrExtEntry holds the information about a particular mask and maximum message size (mms) value.
SnmpTargetAddrExtEntry() - Constructor for class com.adventnet.snmp.snmp2.SnmpTargetAddrExtEntry
Default Constructor.
SnmpTargetAddrExtEntry(byte[], int) - Constructor for class com.adventnet.snmp.snmp2.SnmpTargetAddrExtEntry
Constructs a new SnmpTargetAddrExtEntry with the specified snmpTargetAddrTMask and snmpTargetAddrMMS value.
SnmpTargetAddrExtTable - class com.adventnet.snmp.snmp2.SnmpTargetAddrExtTable.
This class maintains a list of all SnmpTargetAddrExtEntry objects and provides methods to operate on the list.
SnmpTargetBeanInfo - class com.adventnet.snmp.beans.SnmpTargetBeanInfo.
This class is a beaninfo for the SnmpTarget bean.
SnmpTargetBeanInfo() - Constructor for class com.adventnet.snmp.beans.SnmpTargetBeanInfo
 
SnmpTimeticks - class com.adventnet.snmp.snmp2.SnmpTimeticks.
Class of SNMP Timeticks Variable - Sub-class of SnmpVar.
SnmpTimeticks(long) - Constructor for class com.adventnet.snmp.snmp2.SnmpTimeticks
Constructs a new SnmpTimeticks object by taking a long type as its argument
SnmpTransportPacket - class com.adventnet.snmp.snmp2.SnmpTransportPacket.
Class containing the options for the transport protocol used by the SNMP API.
SnmpTransportPacket() - Constructor for class com.adventnet.snmp.snmp2.SnmpTransportPacket
Default constructor.
SnmpTransportPacket(ProtocolOptions, byte[]) - Constructor for class com.adventnet.snmp.snmp2.SnmpTransportPacket
Constructor that initializes the ProtocolOptions and the data given as argument.
SnmpTransportProvider - interface com.adventnet.snmp.snmp2.SnmpTransportProvider.
Interface that represents a transport connection between the SNMP manager and SNMP agent.
SNMPTRAP - Static variable in class com.adventnet.snmp.beans.SnmpServer
Constant for SNMP trap request.
SNMPTRAP - Static variable in class com.adventnet.snmp.beans.SnmpTarget
Constant for SNMP trap request.
snmpTrapOID - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
 
SnmpTrapReceiver - class com.adventnet.snmp.beans.SnmpTrapReceiver.
Receives SNMP Traps from SNMP Agents.
SnmpTrapReceiver() - Constructor for class com.adventnet.snmp.beans.SnmpTrapReceiver
Use this constructor for applications.
SnmpTrapReceiver(Applet) - Constructor for class com.adventnet.snmp.beans.SnmpTrapReceiver
Use this constructor for applets.
SnmpTrapReceiver(int, ProtocolOptions) - Constructor for class com.adventnet.snmp.beans.SnmpTrapReceiver
Use this constructor for applications while using generic transportprovider.
SnmpTrapReceiverBeanInfo - class com.adventnet.snmp.beans.SnmpTrapReceiverBeanInfo.
This class is a beaninfo for the SNMP Poller bean.
SnmpTrapReceiverBeanInfo() - Constructor for class com.adventnet.snmp.beans.SnmpTrapReceiverBeanInfo
 
SnmpUIUtils - class com.adventnet.utils.SnmpUIUtils.
Class for the Internationalziation UI specification.
SnmpUnsignedInt - class com.adventnet.snmp.snmp2.SnmpUnsignedInt.
Class of SNMP Unsigned Integer Variable.
SnmpUnsignedInt(long) - Constructor for class com.adventnet.snmp.snmp2.SnmpUnsignedInt
Constructs a new SnmpUnsignedInt by taking a long type as its argument.
SnmpUtils - class com.adventnet.utils.SnmpUtils.
Class for the internationalization implementation.
SNMPV2TRAP - Static variable in class com.adventnet.snmp.beans.SnmpServer
Constant for SNMP V2 Trap request.
SNMPV2TRAP - Static variable in class com.adventnet.snmp.beans.SnmpTarget
Constant for SNMP V2 Trap request.
SnmpVacm - class com.adventnet.snmp.snmp2.vacm.SnmpVacm.
This class is used for VACM implementation and provides the method "isAccessAllowed" which does the access verifications.
SnmpVacm() - Constructor for class com.adventnet.snmp.snmp2.vacm.SnmpVacm
The constructor takes the SnmpAPI as parameter and initializes the vacm data structures.
SnmpVar - class com.adventnet.snmp.snmp2.SnmpVar.
This class provides the abstract methods to present a uniform interface for applications working with the SNMP variables and is the base class for all SNMP Variable class(integer, IpAddress, etc).
SnmpVarBind - class com.adventnet.snmp.snmp2.SnmpVarBind.
Class of SNMP Variable Binding.
SnmpVarBind(SnmpOID, SnmpVar) - Constructor for class com.adventnet.snmp.snmp2.SnmpVarBind
Create the variable binding with given Object ID and Variable
source - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
Agent that sent the trap
source - Static variable in class com.adventnet.snmp.beans.Parsers
 
specificType - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
Specific Type of the Trap
Standard_Prefix - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
Deprecated. instead use the setOIDPrefix(SnmpOID oid) and getOIDPrefix() methods.
start() - Method in class com.adventnet.snmp.snmp2.SASClient
Starts the receiver thread.
start() - Method in class com.adventnet.snmp.snmp2.SnmpAPI
 
startPollingTable() - Method in class com.adventnet.snmp.beans.SnmpTable
Method to start the polling of Table.This can be used after setting the table column oids using setObjectIDList.If the method setTableOID is used to set the oid of the table,this method need not be called explicitly as the setTableOID() method calls this method internally.
stop() - Method in class com.adventnet.snmp.snmp2.SASClient
Stops the receiver thread and closes socket connection with SAServer.
stop() - Method in class com.adventnet.snmp.beans.SnmpTrapReceiver
Stops receiving traps.
stop() - Method in class com.adventnet.afp.log.LogFactory
Method for stopping Loggers.
stopCurrentThread(boolean) - Method in class com.adventnet.snmp.beans.ClippedTable
Used to stop the thread from reading table data Not for API users.
stopPolling() - Method in class com.adventnet.snmp.beans.SnmpPoller
Stop the polling and Stops the thread - disables the data collection from the agent and event generation.
stopPolling() - Method in class com.adventnet.snmp.beans.ClippedTable
This will stop the polling of table data.
stopPollingTable() - Method in class com.adventnet.snmp.beans.SnmpTable
Method to stop the polling of Table.
STRING - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP Type Constants.
STRING_DATA - Static variable in class com.adventnet.snmp.beans.SnmpTable
Constant to specify the format in which the data has to be returned.String is the default.
SUCCESS - Static variable in class com.adventnet.snmp.beans.SnmpResultObject
 
support - Variable in class com.adventnet.snmp.beans.PropertyCustomizer
 
supportsCustomEditor() - Method in class com.adventnet.snmp.beans.ObjectIDEditor
 
supportsCustomEditor() - Method in class com.adventnet.snmp.beans.MibNamesEditor
 
syncSend(SnmpPDU) - Method in class com.adventnet.snmp.snmp2.SnmpSession
Send SnmpPDU synchronously - returns response SnmpPDU and throws SnmpException on failure, including timeout on SNMP response.
systemUpTime - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
 

T

TABLE_CLASS - Static variable in class com.adventnet.snmp.snmp2.SecurityProvider
The offset values of the Table and Entry class names stored.
tableChanged(SnmpTableEvent) - Method in interface com.adventnet.snmp.beans.SnmpTableListener
The method is invoked on the listener when the table data changes and SnmpTableEvent is generated.
TCP_PROTOCOL - Static variable in class com.adventnet.snmp.snmp2.SASClient
 
TcpClientTransportImpl - class com.adventnet.management.transport.TcpClientTransportImpl.
Client side implementation of the TransportProvider interface that creates a client session for communicating with the server.
TcpClientTransportImpl() - Constructor for class com.adventnet.management.transport.TcpClientTransportImpl
Default constructor that creates an instance of this class.
TcpProtocolOptionsImpl - class com.adventnet.snmp.snmp2.TcpProtocolOptionsImpl.
Implemention of the ProtocolOptions interface for TCP/IP protocol.
TcpProtocolOptionsImpl(String, int, int) - Constructor for class com.adventnet.snmp.snmp2.TcpProtocolOptionsImpl
Constructor that creates the TcpProtocolOptionsImpl object.
TcpServerTransportImpl - class com.adventnet.management.transport.TcpServerTransportImpl.
Server side implementation of the TransportProvider interface that provides TCP as the lower layer transport.
TcpServerTransportImpl() - Constructor for class com.adventnet.management.transport.TcpServerTransportImpl
Default constructor that creates an instance of this class.
TcpSessionTransportImpl - class com.adventnet.management.transport.TcpSessionTransportImpl.
Implementation of the SessionTransportProvider interface that provides the session communiation with TCP/IP as the lower layer transport.
TcpSessionTransportImpl(Socket) - Constructor for class com.adventnet.management.transport.TcpSessionTransportImpl
Constructor for this class that takes a TCP Socket instance as an argument.
TcpTransportImpl - class com.adventnet.snmp.snmp2.TcpTransportImpl.
Implemention of the SnmpTransportProvider interface for TCP/IP protocol.
TcpTransportImpl() - Constructor for class com.adventnet.snmp.snmp2.TcpTransportImpl
Default constructor that creates an instance of the implementation object.
text - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
The descriptive text message that explains the event
TEXTUAL_CONVENTION_CONSTRUCT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
TIME_SYNC_FAILED - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when the Time Synchronization fails
TIMEOUT - Static variable in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
to specify the property as time-out
TimeoutPolicy - class com.adventnet.snmp.snmp2.TimeoutPolicy.
This provides a convenient base class from which other timeout policies can be easily derived.
TimeoutPolicy() - Constructor for class com.adventnet.snmp.snmp2.TimeoutPolicy
 
timeSync(SnmpSession) - Method in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Achieves time sync with the remote host.
TIMETICKS - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP Type Constants.
toBigInteger() - Method in class com.adventnet.snmp.snmp2.SnmpCounter64
returns the value of SNMP variable as a BigInteger.
toBytes() - Method in class com.adventnet.snmp.snmp2.SnmpVar
Abstract method to return the value as raw bytes.
toBytes() - Method in class com.adventnet.snmp.snmp2.SnmpUnsignedInt
Returns the value of this SnmpUnsignedInt as raw bytes.
toBytes() - Method in class com.adventnet.snmp.snmp2.SnmpString
To return the value of this SnmpString object as raw bytes.
toBytes() - Method in class com.adventnet.snmp.snmp2.SnmpBitstring
To return the value of this SnmpBitstring object as raw bytes.
toBytes() - Method in class com.adventnet.snmp.snmp2.SnmpInt
To return the value of this SnmpInt object as raw bytes.
toBytes() - Method in class com.adventnet.snmp.snmp2.SnmpOID
Returns the value of this SnmpOID as raw bytes.
toBytes() - Method in class com.adventnet.snmp.snmp2.SnmpCounter64
returns the value as raw bytes.
toBytes() - Method in class com.adventnet.snmp.snmp2.SnmpNull
Returns the value of this SnmpNull object as null with return type byte[].
toByteString() - Method in class com.adventnet.snmp.snmp2.SnmpString
To convert the value of this SnmpString object to a printable HEX string.
toByteString(SnmpPDU) - Method in class com.adventnet.snmp.mibs.MibOperations
Returns the byte representation of the SnmpPDU using the MIB information.
toByteString(SnmpVarBind) - Method in class com.adventnet.snmp.mibs.MibOperations
Returns the byte representation of SnmpVarbind using the MIB information.
toByteString(SnmpVar, SnmpOID) - Method in class com.adventnet.snmp.mibs.MibOperations
Gives a translated value for the SnmpVar instance using the MIB information.
toHostName() - Method in class com.adventnet.snmp.snmp2.SnmpIpAddress
To convert the object to a host name.
toIntArray() - Method in class com.adventnet.snmp.snmp2.SnmpOID

Returns the value of this SnmpOID value as an array of integers.
toLogString() - Method in class com.adventnet.snmp.beans.ParsedTrapEvent
To get a string of all the Trap characterstics.
toLongArray() - Method in class com.adventnet.snmp.snmp2.SnmpOID
Returns the value of this SnmpOID as an array of long.
toShortString() - Method in class com.adventnet.snmp.snmp2.SnmpTimeticks
To convert the value of this SnmpTimeticks object to a printable string with Nd HH:MM:SS
toShortString(SnmpOID) - Method in class com.adventnet.snmp.mibs.MibOperations
Provides the short translated name representation for the SnmpOID instance.
toString() - Method in class com.adventnet.snmp.snmp2.SnmpVar
Abstract method to convert to printable string used in printing variables.
toString() - Method in class com.adventnet.snmp.snmp2.SnmpUnsignedInt
To convert the value of this SnmpUnsignedInt to a printable string used in printing variables.
toString() - Method in class com.adventnet.snmp.snmp2.SnmpTimeticks
To convert the value of this SnmpTimeticks object to a printable string with # days, # hours, etc.
toString() - Method in class com.adventnet.snmp.snmp2.SnmpString
To convert the value of this SnmpString object to a printable string
toString() - Method in class com.adventnet.snmp.snmp2.SnmpBitstring
To convert the value of this SnmpBitstring object to a printable string used in printing variables.
toString() - Method in class com.adventnet.snmp.snmp2.SnmpIpAddress
To convert the value of this SnmpIpAddress object to a printable string.
toString() - Method in class com.adventnet.snmp.snmp2.SnmpVarBind
To convert the VarBind to a printable string Object ID: value
toString() - Method in class com.adventnet.snmp.snmp2.SnmpInt
To convert the value of this SnmpInt object to a printable string.
toString() - Method in class com.adventnet.snmp.snmp2.SnmpOID
Converts the value of this SnmpOID object to a printable string used in printing.
toString() - Method in class com.adventnet.snmp.snmp2.SnmpCounter64
To convert the object to a printable string used in printing variables.
toString() - Method in class com.adventnet.snmp.snmp2.SnmpNull
Converts value of this SnmpNull object to a printable string.
toString() - Method in class com.adventnet.snmp.beans.ParsedTrapEvent
To convert a trap message string
toString() - Method in class com.adventnet.snmp.mibs.AgentCapabilities
Gives the name of this ObjectGroup object.
toString() - Method in class com.adventnet.snmp.mibs.ModuleCompliance
Returns the name of this ModuleCompliance object.
toString() - Method in class com.adventnet.snmp.mibs.ModuleComplianceModule
Returns the name of this ModuleComplianceModule object.
toString() - Method in class com.adventnet.snmp.mibs.MibNode
Gives the name of thiiss node.
toString() - Method in class com.adventnet.snmp.mibs.NotificationGroup
Returns the name of this NotificationGroup object.
toString() - Method in class com.adventnet.snmp.mibs.MibModule
Returns the name of this MibModule.
toString() - Method in class com.adventnet.snmp.mibs.ObjectGroup
Gives the name of this ObjectGroup object.
toString() - Method in class com.adventnet.snmp.mibs.LeafSyntax
Returns the syntax name for display purposes.
toString() - Method in class com.adventnet.snmp.mibs.MibTrap
Returns the name of this trap.
toString() - Method in class com.adventnet.snmp.mibs.MibTC
Returns the name of this TEXTUAL-CONVENTION.
toString() - Method in class com.adventnet.snmp.mibs.NotificationType
Gives the name of this NotificationType object.
toString() - Method in class com.adventnet.snmp.mibs.ModuleIdentity
Gives the name of this ModuleIdentity object.
toString(int) - Method in class com.adventnet.snmp.snmp2.SnmpCounter64
To convert the object to a printable string based on the radix provided.
toString(SnmpOID) - Method in class com.adventnet.snmp.mibs.MibOperations
Provides the translated name representation for the SnmpOID instance if found in loaded Mibs.
toString(SnmpPDU) - Method in class com.adventnet.snmp.mibs.MibOperations
Returns the string value of the pdu using the MIB information
toString(SnmpVarBind) - Method in class com.adventnet.snmp.mibs.MibOperations
Provides a translated value for an SNMP variable binding using information from the loaded MIBs.
toString(SnmpVar, SnmpOID) - Method in class com.adventnet.snmp.mibs.MibOperations
Provides a translated value for an SNMP variable using information from the loaded MIBs.
toTagString() - Method in class com.adventnet.snmp.snmp2.SnmpVar
Abstract method to convert to printable string with object type tag used in printing variables more descriptively, e.g.
toTagString() - Method in class com.adventnet.snmp.snmp2.SnmpUnsignedInt
To convert the value of this SnmpUnsignedInt object to a printable string where the type is tagged before the value with a tag UNSIGNED: .
toTagString() - Method in class com.adventnet.snmp.snmp2.SnmpTimeticks
To convert the value of this SnmpTimeticks object to a printable string where the type is tagged before the value with a tag TimeTicks: .
toTagString() - Method in class com.adventnet.snmp.snmp2.SnmpString
To convert the value of this SnmpString object to a printable string where the type is tagged before the value with a tag STRING:.
toTagString() - Method in class com.adventnet.snmp.snmp2.SnmpOpaque
Converts the value of this SnmpOpaque object to a printable string where the type is tagged before the value with a tag OPAQUE:
toTagString() - Method in class com.adventnet.snmp.snmp2.SnmpBitstring
To convert the value of this SnmpBitstring object to a printable string where the type is tagged before the value with a tag BITSTRING:.
toTagString() - Method in class com.adventnet.snmp.snmp2.SnmpIpAddress
To convert the value of this SnmpIpAddress object to a printable string where the type is tagged before the value with a tag IpAddress:.
toTagString() - Method in class com.adventnet.snmp.snmp2.SnmpNetworkAddress
To convert the object to a printable string tagged with NetworkAddress: To convert the value of this SnmpNetworkAddress object to a printable string where the type is tagged before the value with a tag NetworkAddress:.
toTagString() - Method in class com.adventnet.snmp.snmp2.SnmpVarBind
To convert the VarBind to a printable string on two lines, the first with Object ID: oid and the second with TYPE: value
toTagString() - Method in class com.adventnet.snmp.snmp2.SnmpInt
To convert the value of this SnmpInt object to a printable string, where the type is tagged before the value with a tag INTEGER: .
toTagString() - Method in class com.adventnet.snmp.snmp2.SnmpOID
Converts the value of this SnmpOID object to a printable string where the type is tagged before the value with a tag "Object ID: ".
toTagString() - Method in class com.adventnet.snmp.snmp2.SnmpCounter
To convert the object to a printable string tagged with Counter:
toTagString() - Method in class com.adventnet.snmp.snmp2.SnmpNsap
Converts the object to a printable string tagged with NSAP:
toTagString() - Method in class com.adventnet.snmp.snmp2.SnmpCounter64
converts the object to a printable string tagged with COUNTER64:
toTagString() - Method in class com.adventnet.snmp.snmp2.SnmpGauge
To convert the value of this SnmpGauge object to a printable string, where the type is tagged before the value with the tag Gauge: .
toTagString() - Method in class com.adventnet.snmp.snmp2.SnmpNull
Converts the value of this SnmpNull object to a printable string where the type is tagged before the value with the appropriate tag Type.
toTagString() - Method in class com.adventnet.snmp.mibs.MibNode
We can get more details on the node, much like the MIB definition itself.
toTagString() - Method in class com.adventnet.snmp.mibs.LeafSyntax
Gives the detailed description of this syntax.
toTagString() - Method in class com.adventnet.snmp.mibs.MibTrap
Gives the name and complete description of the trap like the MIB definition.
toTagString(SnmpVarBind) - Method in class com.adventnet.snmp.mibs.MibOperations
Provides a translated value for an SNMP variable binding using information from the loaded MIBs.
toValue() - Method in class com.adventnet.snmp.snmp2.SnmpVar
Abstract method which returns the value of SNMP variable as an appropriate Object type, e.g.
toValue() - Method in class com.adventnet.snmp.snmp2.SnmpUnsignedInt
Returns the value of this SnmpUnsignedInt as a Long object.
toValue() - Method in class com.adventnet.snmp.snmp2.SnmpString
Returns the value of this SnmpString object as a printable string object.
toValue() - Method in class com.adventnet.snmp.snmp2.SnmpBitstring
Returns the value of this SnmpBitstring SNMP variable as a string object.
toValue() - Method in class com.adventnet.snmp.snmp2.SnmpIpAddress
Returns the value of this SnmpIpAddress as a String object.
toValue() - Method in class com.adventnet.snmp.snmp2.SnmpInt
Returns the value of this SnmpInt object as an Integer object.
toValue() - Method in class com.adventnet.snmp.snmp2.SnmpOID
Returns the value of this SnmpOID object as an array of ints.
toValue() - Method in class com.adventnet.snmp.snmp2.SnmpCounter64
returns the value of SNMP variable as an object(long array of length 2).
toValue() - Method in class com.adventnet.snmp.snmp2.SnmpNull
Returns the value of this SnmpNull object as an appropriate Object type, in this case returns null.
translateToNames(String) - Method in class com.adventnet.snmp.mibs.MibModule
Used for translating numbered OID String to named OID String.
translateToNumbers(String) - Method in class com.adventnet.snmp.mibs.MibModule
Used for translating named OID String to numbered OID String.
TRANSPORT_PROVIDER - Static variable in class com.adventnet.snmp.snmp2.SnmpSession
Deprecated. Since all the SNMP communications go through a single transport provider, this is not needed.
TransportException - exception com.adventnet.management.transport.TransportException.
Exception thrown when an Error occurs in the Tranport Provider Classes
TransportException() - Constructor for class com.adventnet.management.transport.TransportException
Constructs an TransportExceptionwith no detail message.
TransportException(String) - Constructor for class com.adventnet.management.transport.TransportException
Constructs an TransportExceptionwith the specified detail message.
TransportProvider - interface com.adventnet.management.transport.TransportProvider.
Interface that creates a session transport between the client and server.
TransportUtil - class com.adventnet.management.transport.TransportUtil.
 
TransportUtil() - Constructor for class com.adventnet.management.transport.TransportUtil
 
TRAP - Static variable in class com.adventnet.snmp.snmp2.SnmpNotifyEntry
 
TRAP_TYPE_CONSTRUCT - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
TrapEvent - class com.adventnet.snmp.beans.TrapEvent.
Generated by the Snmp Trap Receiver bean when a trap is received.
TrapEvent(Object) - Constructor for class com.adventnet.snmp.beans.TrapEvent
Instantiates a trap event with specified source.
TrapEvent(Object, SnmpPDU) - Constructor for class com.adventnet.snmp.beans.TrapEvent
Instantiates a trap event with specified source, and specified trap PDU.
TrapEvent(Object, SnmpPDU, String) - Constructor for class com.adventnet.snmp.beans.TrapEvent
Instantiates a trap event with specified source, specified variable bindings, and specified error message.
TrapListener - interface com.adventnet.snmp.beans.TrapListener.
This interface defines the listener for incoming traps.
TrapParserListener - interface com.adventnet.snmp.beans.TrapParserListener.
This class is a Listener which defines the Listener for incoming ParsedTrapEvents.
trapType - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
Generic Type of the Trap
TRP_REQ_MSG - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
Constant for SNMP trap PDU type.
TRP2_REQ_MSG - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
Constant for SNMP V2 Trap PDU type.

U

UDPProtocolOptions - class com.adventnet.snmp.snmp2.UDPProtocolOptions.
This is an implementation of ProtocolOptions class.
UDPProtocolOptions() - Constructor for class com.adventnet.snmp.snmp2.UDPProtocolOptions
The default constructor which will assign default values to all the variables in this class.
UDPProtocolOptions(InetAddress) - Constructor for class com.adventnet.snmp.snmp2.UDPProtocolOptions
Constructs a new UDPProtocolOptions object with remoteAddress as target address and 161 as the target port.
UDPProtocolOptions(InetAddress, int) - Constructor for class com.adventnet.snmp.snmp2.UDPProtocolOptions
Constructs a new UDPProtocolOptions object with remoteAddress and remotePort as target host and port.
UDPProtocolOptions(String) - Constructor for class com.adventnet.snmp.snmp2.UDPProtocolOptions
Constructs a new UDPProtocolOptions object with remoteHost as target host and 161 as the target port.
UDPProtocolOptions(String, int) - Constructor for class com.adventnet.snmp.snmp2.UDPProtocolOptions
Constructs a new UDPProtocolOptions object with remoteHost and remotePort as target host and port.
UINTEGER32 - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
Deprecated. This variable has been deprecated in SNMP protocol.
UKNOWN_ENGINEID_ERR - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when the Invalid engine Id is sent to the agent.
UKNOWN_USERNAMES_ERR - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when the user is not configured on the authoratatie engine(agent side).
UNKNOWN_ERR - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when an Unknown error not listed in this code occurs
unloadAllMibModules() - Method in class com.adventnet.snmp.mibs.MibOperations
Unload all the loaded MibModules.
unloadMibModule(MibModule) - Method in class com.adventnet.snmp.mibs.MibOperations
Unloads the MibModule from the modules table.
unloadMibModule(String) - Method in class com.adventnet.snmp.mibs.MibOperations
Unloads the MibModule from the MibModules loaded in this instance.
unRegisterAccessControlModel(int) - Method in class com.adventnet.snmp.snmp2.ACMProvider
Unregisters a supported acm model.
unRegisterSecurityModel(int) - Method in class com.adventnet.snmp.snmp2.SecurityProvider
Unregisters a supported security model.
UNSIGNED32 - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
SNMP Type Constants.
UNSUPP_SECLEVEL_ERR - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when an unsupported Security Level error occurs.
UPDATE - Static variable in class com.adventnet.snmp.beans.SnmpTableEvent
Constant to specify what the change was.
updateDB(String) - Method in class com.adventnet.snmp.snmp2.SASClient
This method is for updating the database with a new value.
updateEditor() - Method in class com.adventnet.snmp.beans.PropertyCustomPanel
this will refesh the USM Table entry in JTable
userSyncSend(int, byte[]) - Method in class com.adventnet.snmp.snmp2.SASClient
Using this method the user can send his own request type.
USM_SECURITY_MODEL - Static variable in class com.adventnet.snmp.snmp2.usm.USMUserEntry
Constant for the User Based Security Model.
USMStats - class com.adventnet.snmp.snmp2.usm.USMStats.
This class contains methods to get and increment the counter values received by the SNMP engine which were dropped because of errors like unsupportedSecurityLevel, notInTimeWindows, unknownUserNames, unknownEngineIDs, wrongDigests and decryptionErrors.
USMStats() - Constructor for class com.adventnet.snmp.snmp2.usm.USMStats
 
USMUserEntry - class com.adventnet.snmp.snmp2.usm.USMUserEntry.
The USMUserEntry holds the configuration data specific to each user for a given SNMPv3 entity.
USMUserEntry() - Constructor for class com.adventnet.snmp.snmp2.usm.USMUserEntry
Constructs a new USMUserEntry with the default userName of initial.
USMUserEntry(byte[], byte[]) - Constructor for class com.adventnet.snmp.snmp2.usm.USMUserEntry
Creates a new USMUserEntry using the specified userName and engineID.
USMUserTable - class com.adventnet.snmp.snmp2.usm.USMUserTable.
This class maintains a list of all USMUserEntry objects and provides methods to operate on the list.
USMUserTable() - Constructor for class com.adventnet.snmp.snmp2.usm.USMUserTable
 
USMUtils - class com.adventnet.snmp.snmp2.usm.USMUtils.
This class provides general USM related methods.

V

V1_COMMUNITY_MODEL - Static variable in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Constant for the V1 Community Model.
V2C_COMMUNITY_MODEL - Static variable in class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry
Constant for the V2C Community Model.
V3HandShakeResultEvent - class com.adventnet.snmp.beans.V3HandShakeResultEvent.
This class is the event generated on executing async_create_v3_tables().
V3HandShakeResultEvent(String) - Constructor for class com.adventnet.snmp.beans.V3HandShakeResultEvent
Instantiates a V3HandShakeEvent with the specified error message.
V3HandShakeResultEvent(String, String) - Constructor for class com.adventnet.snmp.beans.V3HandShakeResultEvent
Instantiates a V3HandShakeEvent with the specified error and Result message.
V3HandShakeResultListener - interface com.adventnet.snmp.beans.V3HandShakeResultListener.
This interface defines the listener for receiving the result of performing a SnmpEngineID Discovery and Time Synchonization using the method async_create_v3_tables().
VacmAccessEntry - class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry.
This class represents the VacmAccessEntry.
VacmAccessEntry(int, byte[], byte) - Constructor for class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry
Create a VacmAccessEntry using the specified securityModel, contextPrefix and securityLevel.
VacmContextEntry - class com.adventnet.snmp.snmp2.vacm.VacmContextEntry.
This class contains the context entries for Vacm.
VacmContextEntry(byte[]) - Constructor for class com.adventnet.snmp.snmp2.vacm.VacmContextEntry
Creates a VacmContextEntry with the specified context name.
VacmContextTable - class com.adventnet.snmp.snmp2.vacm.VacmContextTable.
This class maintains a list of VacmContextEntry Objects for each contextName in the VacmContextEntry.
VacmFamilyEntry - class com.adventnet.snmp.snmp2.vacm.VacmFamilyEntry.
This class represents the VacmViewTreeFamilyEntry.
VacmFamilyEntry(byte[], int[]) - Constructor for class com.adventnet.snmp.snmp2.vacm.VacmFamilyEntry
Create a VacmFamilyEntry with the specified familyName and familySubTree.
VacmGroupAccessEntry - class com.adventnet.snmp.snmp2.vacm.VacmGroupAccessEntry.
This class is used to keep track of the VacmAccessEntry object for each unique group name.
VacmGroupAccessTable - class com.adventnet.snmp.snmp2.vacm.VacmGroupAccessTable.
This class maintains a list of VacmGroupAccessEntry objects.
VacmGroupEntry - class com.adventnet.snmp.snmp2.vacm.VacmGroupEntry.
This class represents VacmSecurityToGroupEntry.
VacmGroupEntry(int, byte[]) - Constructor for class com.adventnet.snmp.snmp2.vacm.VacmGroupEntry
Creates a VacmGroupEntry with the specified security model and security name.
VacmGroupTable - class com.adventnet.snmp.snmp2.vacm.VacmGroupTable.
This class maintains a list of VacmGroupEntry objects.
VacmViewTreeEntry - class com.adventnet.snmp.snmp2.vacm.VacmViewTreeEntry.
This class is used to keep track of the VacmAccessEntry objects for each unique familyViewName.
VacmViewTreeTable - class com.adventnet.snmp.snmp2.vacm.VacmViewTreeTable.
This class maintains a list of VacmViewTreeEntry Objects.
VALIDATE_DEFVAL - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
VALIDATE_MODULE_NAME - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
VALIDATE_SEQUENCE_NAME - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
VALIDATE_TC_NAME - Static variable in class com.adventnet.snmp.mibs.MibParserConstants
 
VAR_BIND_OUT_OF_RANGE - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when the VarBind is out of range.
varBindsToString(SnmpPDU) - Method in class com.adventnet.snmp.mibs.MibOperations
Gets variable bindings in the PDU, using the information from loaded MIBs.
version - Variable in class com.adventnet.snmp.beans.ParsedTrapEvent
 
VERSION - Static variable in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
to specify the property as version
VERSION1 - Static variable in class com.adventnet.snmp.beans.SnmpServer
Constant for SNMP Version 1.
VERSION1 - Static variable in class com.adventnet.snmp.beans.SnmpTarget
Constant for SNMP Version 1.
VERSION2C - Static variable in class com.adventnet.snmp.beans.SnmpServer
Constant for SNMP Version 2C.
VERSION2C - Static variable in class com.adventnet.snmp.beans.SnmpTarget
Constant for SNMP Version 2C.
VERSION3 - Static variable in class com.adventnet.snmp.beans.SnmpServer
Constant for SNMP Version 3.
VERSION3 - Static variable in class com.adventnet.snmp.beans.SnmpTarget
Constant for SNMP Version 3.
vetoableChange(PropertyChangeEvent) - Method in class com.adventnet.snmp.beans.SnmpTarget
This method is called when a vetoableChange event is fired from the propertySetting bean.
vetoableChange(PropertyChangeEvent) - Method in class com.adventnet.snmp.beans.SnmpPoller
Sets the properties constrained properties.
vetoableChange(PropertyChangeEvent) - Method in class com.adventnet.snmp.beans.SnmpRequestServer
This method is called when a vetoableChange event is fired from the propertySetting bean.
VOLATILE - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
The Volatile Storage type of the Tables.

W

WARNING_MESSAGES - Static variable in class com.adventnet.snmp.mibs.MibOperations
For printing all the warning messages
WONLY - Static variable in class com.adventnet.snmp.snmp2.SnmpAPI
only write access for community.
write(byte[], int) - Method in class com.adventnet.management.transport.TcpSessionTransportImpl
Send data to the server over the TCP server socket interface.
write(byte[], int) - Method in interface com.adventnet.management.transport.SessionTransportProvider
Send data to the peer over the transport interface.
write(SnmpTransportPacket) - Method in interface com.adventnet.snmp.snmp2.SnmpTransportProvider
Sends data to the peer over the transport interface.
write(SnmpTransportPacket) - Method in class com.adventnet.snmp.snmp2.TcpTransportImpl
Send data to the peer over the transport interface.
WRITECOMMUNITY - Static variable in class com.adventnet.snmp.beans.SnmpPropertyChangeEvent
to specify the property as writecommunity
writePortToHtml(int, String, String) - Static method in class com.adventnet.management.transport.TransportUtil
 
writeToDatabase() - Method in class com.adventnet.snmp.snmp2.SnmpEngineTable
Stores the list of SnmpEngineEntry objects in the database
writeToDatabase() - Method in class com.adventnet.snmp.snmp2.usm.USMUserTable
Stores the list of USMUSerEntry objects in the database.
WRONG_DIGEST_ERR - Static variable in class com.adventnet.snmp.beans.ErrorMessages
Error Code Constant This is set when we specify a wrong MessageDigest(authentication&privacy parameters) in the V3 message.

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

Copyright (c)AdventNet Inc., 1996-2004