Index

A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractRequest<U extends SubRequest<U>,S,R> - Class in org.snmp4j.agent.request
The AbstractRequest implements common elements of SNMP and AgentX requests and might be also used for other sub-agent request types.
AbstractRequest(S) - Constructor for class org.snmp4j.agent.request.AbstractRequest
 
access - Variable in class org.snmp4j.agent.mo.MOScalar
 
ACCESS_FOR_NOTIFY - Static variable in class org.snmp4j.agent.mo.MOAccessImpl
 
ACCESS_READ_CREATE - Static variable in class org.snmp4j.agent.mo.MOAccessImpl
 
ACCESS_READ_ONLY - Static variable in class org.snmp4j.agent.mo.MOAccessImpl
 
ACCESS_READ_WRITE - Static variable in class org.snmp4j.agent.mo.MOAccessImpl
 
ACCESS_WRITE_ONLY - Static variable in class org.snmp4j.agent.mo.MOAccessImpl
 
accessEntryCount(OctetString) - Method in class org.snmp4j.agent.mo.snmp.VacmMIB
 
accessEntryCount(OctetString) - Method in interface org.snmp4j.agent.security.MutableVACM
Counts the number of access entries for the provided group name.
ACCESSIBLE_FOR_CREATE - Static variable in class org.snmp4j.agent.mo.MOAccessImpl
 
ACCESSIBLE_FOR_NOTIFY - Static variable in class org.snmp4j.agent.mo.MOAccessImpl
 
ACCESSIBLE_FOR_READ - Static variable in class org.snmp4j.agent.mo.MOAccessImpl
 
ACCESSIBLE_FOR_READ_CREATE - Static variable in class org.snmp4j.agent.mo.MOAccessImpl
 
ACCESSIBLE_FOR_READ_ONLY - Static variable in class org.snmp4j.agent.mo.MOAccessImpl
 
ACCESSIBLE_FOR_READ_WRITE - Static variable in class org.snmp4j.agent.mo.MOAccessImpl
 
ACCESSIBLE_FOR_WRITE - Static variable in class org.snmp4j.agent.mo.MOAccessImpl
 
active - Enum constant in enum class org.snmp4j.agent.mo.snmp.RowStatus.RowStatusEnum
 
active - Static variable in class org.snmp4j.agent.mo.snmp.RowStatus
 
ActiveRowsFilter(int) - Constructor for class org.snmp4j.agent.mo.snmp.RowStatus.ActiveRowsFilter
Creates an active row filter by specifying the RowStatus column's index in the target table.
add(Constraint) - Method in interface org.snmp4j.agent.mo.snmp.smi.Constraints
Adds a range constraint to the constraints collection.
add(Constraint) - Method in class org.snmp4j.agent.mo.snmp.smi.ConstraintsImpl
 
add(ProxyForwarder, OctetString, int) - Method in class org.snmp4j.agent.ProxyMap
 
add(T) - Method in class org.snmp4j.agent.util.TemporaryList
 
ADD - Static variable in class org.snmp4j.agent.mo.MOTableRowEvent
A row is added.
addAccess(OctetString, OctetString, int, int, int, OctetString, OctetString, OctetString, int) - Method in class org.snmp4j.agent.mo.snmp.VacmMIB
Adds an access entry to this VACM and thus adds access rights for a group.
addAccess(OctetString, OctetString, int, int, int, OctetString, OctetString, OctetString, int) - Method in interface org.snmp4j.agent.security.MutableVACM
Adds an access entry for the specified group name.
addAgentStateListener(AgentStateListener<AgentConfigManager>) - Method in class org.snmp4j.agent.AgentConfigManager
 
addCommunities(SnmpCommunityMIB) - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Adds community to security name mappings needed for SNMPv1 and SNMPv2c.
addCompletionListener(MOServerLookupListener) - Method in class org.snmp4j.agent.MOServerLookupEvent
 
addContext(OctetString) - Method in class org.snmp4j.agent.DefaultMOServer
 
addContext(OctetString) - Method in interface org.snmp4j.agent.MOServer
Adds the supplied context to the server.
addContextListener(ContextListener) - Method in class org.snmp4j.agent.DefaultMOServer
 
addContextListener(ContextListener) - Method in interface org.snmp4j.agent.MOServer
Adds a context listener to the server.
addCounterListener(CounterListener) - Method in class org.snmp4j.agent.CommandProcessor
 
addCounterListener(CounterListener) - Method in class org.snmp4j.agent.mo.snmp.ProxyForwarderImpl
 
addDefaultTDomains() - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
addDependentRows(BaseRow) - Method in class org.snmp4j.agent.mo.MOTableRelation
Adds all dependent rows for the specified base table row to the dependent table.
added - Enum constant in enum class org.snmp4j.agent.mo.MOChangeEvent.Modification
 
addError(AgentState.ErrorDescriptor) - Method in class org.snmp4j.agent.AgentConfigManager.AgentState
Add an error description to the internal error list.
addError(AgentState.ErrorDescriptor) - Method in interface org.snmp4j.agent.AgentState
Add an error description to the internal error list.
addGroup(int, OctetString, OctetString, int) - Method in class org.snmp4j.agent.mo.snmp.VacmMIB
Adds a security model and name to group name mapping to this VACM.
addGroup(int, OctetString, OctetString, int) - Method in interface org.snmp4j.agent.security.MutableVACM
Adds a security name to group mapping to the VACM.
addImportedTCsToFactory(MOFactory) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
addImportedTCsToFactory(MOFactory) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
addImportedTCsToFactory(MOFactory) - Method in class org.snmp4j.agent.mo.snmp.SnmpMpdMib
 
addImportedTCsToFactory(MOFactory) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
addImportedTCsToFactory(MOFactory) - Method in class org.snmp4j.agent.mo.snmp.SnmpTsmMib
 
addImportedTCsToFactory(MOFactory) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
addInstance(ManagedObject<SubRequest<?>>) - Method in class org.snmp4j.agent.mo.MOGroupImpl
 
addLookupListener(MOServerLookupListener, ManagedObject<?>) - Method in class org.snmp4j.agent.DefaultMOServer
 
addLookupListener(MOServerLookupListener, ManagedObject<?>) - Method in interface org.snmp4j.agent.MOServer
Adds a managed object lookup listener for the supplied managed object to this managed object server.
addMOChangeListener(MOChangeListener) - Method in interface org.snmp4j.agent.mo.ChangeableManagedObject
Adds a MOChangeListener that needs to be informed about state changes of this ManagedObject.
addMOChangeListener(MOChangeListener) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
addMOChangeListener(MOChangeListener) - Method in class org.snmp4j.agent.mo.MOScalar
Adds a MOChangeListener that needs to be informed about state changes of this scalar.
addMOServer(MOServer) - Method in class org.snmp4j.agent.CommandProcessor
Adds a MOServer to this command processor and returns true on success.
addMOTableModelListener(MOTableModelListener) - Method in class org.snmp4j.agent.mo.DefaultMOMutableTableModel
 
addMOTableRowListener(MOTableRowListener<R>) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
addMOTableRowListener(MOTableRowListener<R>) - Method in interface org.snmp4j.agent.mo.MOTable
Adds a MOTableRowListener listener that needs to be informed about row changes (creation, addition, removal).
addMOValueValidationListener(MOValueValidationListener) - Method in class org.snmp4j.agent.mo.MOMutableColumn
 
addMOValueValidationListener(MOValueValidationListener) - Method in class org.snmp4j.agent.mo.MOScalar
Adds a value validation listener to check new values.
addNewRow(OID, Variable[]) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
addNewRow(OID, Variable[]) - Method in interface org.snmp4j.agent.mo.MOTable
Creates a new row for this table with the supplied index and initial values and then immediately calls MOTable.addRow(MOTableRow).
addNotificationLogListener(NotificationLogListener) - Method in class org.snmp4j.agent.mo.snmp.NotificationOriginatorImpl
 
addNotificationTargets(SnmpTargetMIB, SnmpNotificationMIB) - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Adds initial notification targets and filters.
addNotifyEntry(OctetString, OctetString, int, int) - Method in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
addPduHandler(RequestHandler<SnmpRequest>) - Method in class org.snmp4j.agent.CommandProcessor
 
addPendingChanges(SubRequest<?>, MOTableRow, boolean) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
addPersistenceProvider(MOPersistenceProvider) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
addProxyEntry(OctetString, int, OctetString, OctetString, OctetString, OctetString, OctetString, int) - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
Adds a proxy entry to the snmpProxyTable (descriptions taken from SNMP-PROXY-MIB definition).
addProxyForwarder(ProxyForwarder, OctetString, int) - Method in class org.snmp4j.agent.CommandProcessor
 
addRepeaterSubRequest() - Method in class org.snmp4j.agent.request.SnmpRequest
 
addRequestStatusListener(RequestStatusListener) - Method in class org.snmp4j.agent.request.RequestStatus
 
ADDRESS_CACHE_TIMEOUT - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
addRow(R) - Method in class org.snmp4j.agent.mo.DefaultMOMutableTableModel
 
addRow(R) - Method in class org.snmp4j.agent.mo.DefaultMOTable
Adds the supplied row to the underlying table model and fires the appropriate MOTableRowEvent.
addRow(R) - Method in class org.snmp4j.agent.mo.DefaultMOTableModel
 
addRow(R) - Method in interface org.snmp4j.agent.mo.MOMutableTableModel
Adds a row to the table.
addRow(R) - Method in interface org.snmp4j.agent.mo.MOTable
Adds the supplied row to the underlying table model and fires the appropriate MOTableRowEvent.
addRowInternal(R, MOTableRowEvent.OriginType) - Method in class org.snmp4j.agent.mo.DefaultMOTable
Adds the supplied row to the underlying table model and fires the appropriate MOTableRowEvent.
addRowStatusListener(RowStatusListener) - Method in class org.snmp4j.agent.mo.snmp.RowStatus
 
addShutdownHook() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Adds a shutdown hook that saves the internal config into the config file when a SIGTERM (Ctrl-C) is terminating the agent.
addSnmpCommunityEntry(OctetString, OctetString, OctetString, OctetString, OctetString, OctetString, int) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
Adds an entry to the SnmpCommunityTable and a corresponding coexistence information entry in the internal cache.
addSNMPv2TCs(MOFactory) - Static method in class org.snmp4j.agent.mo.DefaultMOFactory
Adds support for SNMPv2TC textual conventions to the supplied ManagedObject factory.
addSupportedTDomain(OID, TDomainAddressFactory) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
addSysOREntry(OID, OctetString) - Method in interface org.snmp4j.agent.mo.snmp.AgentCapabilityList
Add a capabilities description to the exported list.
addSysOREntry(OID, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
 
addSysOREntry(OID, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB.SysOREntry
 
addTargetAddress(OctetString, OID, OctetString, int, int, OctetString, OctetString, int) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
addTargetParams(OctetString, int, int, OctetString, int, int) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
addTCsToFactory(MOFactory) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
addTCsToFactory(MOFactory) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
addTCsToFactory(MOFactory) - Method in class org.snmp4j.agent.mo.snmp.SnmpMpdMib
 
addTCsToFactory(MOFactory) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
addTCsToFactory(MOFactory) - Method in class org.snmp4j.agent.mo.snmp.SnmpTsmMib
 
addTCsToFactory(MOFactory) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
addTextualConvention(TextualConvention<?>) - Method in class org.snmp4j.agent.mo.DefaultMOFactory
Adds a textual convention to this factory which can then be used by the factory to create appropriate value constraints for columnar and scalar managed objects.
addTextualConvention(TextualConvention<?>) - Method in interface org.snmp4j.agent.mo.MOFactory
Adds a textual convention to this factory which can then be used by the factory to create appropriate value constraints for columnar and scalar managed objects.
addTextualConvention(TextualConvention<?>) - Method in class org.snmp4j.agent.mo.MOFactoryAdapter
 
addTlsDomainsToSnmpTargetMIB(SnmpTargetMIB) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
addUser(MutableVACM, OctetString, String) - Method in class org.snmp4j.agent.security.BasicVacmConfigurator
 
addUser(MutableVACM, OctetString, String) - Method in interface org.snmp4j.agent.security.VacmConfigurator
Add a new user to a group.
addUsmUser(USM) - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Adds all the necessary initial users to the USM.
addViews(VacmMIB) - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Adds initial VACM configuration.
addViewTreeFamily(OctetString, OID, OctetString, int, int) - Method in class org.snmp4j.agent.mo.snmp.VacmMIB
Adds a new view to this VACM.
addViewTreeFamily(OctetString, OID, OctetString, int, int) - Method in interface org.snmp4j.agent.security.MutableVACM
Adds a view tree family to an VACM view.
admin - Enum constant in enum class org.snmp4j.agent.security.BasicVacmConfigurator.Roles
 
advanceState(int) - Method in class org.snmp4j.agent.AgentConfigManager.AgentState
Advance the state to the given state.
advanceState(int) - Method in interface org.snmp4j.agent.AgentState
Advance the state to the given state.
afterMOChange(MOChangeEvent) - Method in interface org.snmp4j.agent.mo.MOChangeListener
A change has been committed.
afterMOChange(MOChangeEvent) - Method in class org.snmp4j.agent.mo.snmp.RowStatus
 
afterPrepareMOChange(MOChangeEvent) - Method in interface org.snmp4j.agent.mo.MOChangeListener
A change has been prepared.
afterPrepareMOChange(MOChangeEvent) - Method in class org.snmp4j.agent.mo.snmp.RowStatus
 
agent - Variable in class org.snmp4j.agent.AgentConfigManager
 
agent - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
AgentCapabilityList - Interface in org.snmp4j.agent.mo.snmp
The agent capabilities list exports information about the agent's capabilities.
AgentConfigManager - Class in org.snmp4j.agent
The AgentConfigManager is the main component of a SNMP4J-Agent.
AgentConfigManager(OctetString, MessageDispatcher, VACM, MOServer[], WorkerPool, MOInputFactory, MOPersistenceProvider, EngineBootsProvider) - Constructor for class org.snmp4j.agent.AgentConfigManager
Creates a SNMP agent configuration which can be run by calling AgentConfigManager.run() later.
AgentConfigManager(OctetString, MessageDispatcher, VACM, MOServer[], WorkerPool, MOInputFactory, MOPersistenceProvider, EngineBootsProvider, MOFactory) - Constructor for class org.snmp4j.agent.AgentConfigManager
Creates a SNMP agent configuration which can be run by calling AgentConfigManager.run() later.
AgentConfigManager(OctetString, MessageDispatcher, VACM, MOServer[], WorkerPool, MOInputFactory, MOPersistenceProvider, EngineBootsProvider, MOFactory, Collection<DHKickstartParameters>) - Constructor for class org.snmp4j.agent.AgentConfigManager
Creates a SNMP agent configuration which can be run by calling AgentConfigManager.run() later.
AgentConfigManager.AgentState - Class in org.snmp4j.agent
The AgentConfigManager.AgentState provides information about the state of this SNMP agent.
AgentConfigManager.ErrorDescriptor - Class in org.snmp4j.agent
 
AgentppSimModeEnum() - Constructor for class org.snmp4j.agent.mo.ext.AgentppSimulationMib.AgentppSimModeEnum
 
AgentppSimulationMib - Class in org.snmp4j.agent.mo.ext
 
AgentppSimulationMib() - Constructor for class org.snmp4j.agent.mo.ext.AgentppSimulationMib
 
AgentppSimulationMib.AgentppSimDeleteRow - Class in org.snmp4j.agent.mo.ext
 
AgentppSimulationMib.AgentppSimDeleteTableContents - Class in org.snmp4j.agent.mo.ext
 
AgentppSimulationMib.AgentppSimMode - Class in org.snmp4j.agent.mo.ext
 
AgentppSimulationMib.AgentppSimModeEnum - Class in org.snmp4j.agent.mo.ext
 
agentState - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
AgentState - Interface in org.snmp4j.agent
The AgentState interface provides information about the state of a SNMP agent.
AgentState() - Constructor for class org.snmp4j.agent.AgentConfigManager.AgentState
 
AgentState.ErrorDescriptor - Interface in org.snmp4j.agent
The AgentState.ErrorDescriptor provides detailed information about the agent state change problem.
agentStateChanged(ACM, AgentState) - Method in interface org.snmp4j.agent.AgentStateListener
The agent state has changed to the new state as provided.
AgentStateListener<ACM> - Interface in org.snmp4j.agent
The AgentStateListener informs about changes of the state of a SNMP agent.
agentStateListeners - Variable in class org.snmp4j.agent.AgentConfigManager
 
all - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerToHandlerThresholdEnum
 
assignErrorStatus2Response() - Method in class org.snmp4j.agent.request.SnmpRequest
 
assignNewValue(SubRequest<?>, MOTableRow, int, int) - Method in class org.snmp4j.agent.mo.snmp.RowStatus
 
asString() - Method in class org.snmp4j.agent.mo.MOAccessImpl
Return the access rights as string where rights are separated by the pipe symbol (|).
AUTH_KEY_CHANGE - Static variable in class org.snmp4j.agent.mo.snmp.UsmKeyChange
 
authNoPriv - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB.SnmpTargetParamsSecurityLevelEnum
 
authPriv - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB.SnmpTargetParamsSecurityLevelEnum
 
AutonomousType - Class in org.snmp4j.agent.mo.snmp
 
AutonomousType(int, MOAccess, OID, boolean) - Constructor for class org.snmp4j.agent.mo.snmp.AutonomousType
 
AUTONOMOUSTYPE - Static variable in class org.snmp4j.agent.mo.snmp.SNMPv2TC
 
AutonomousTypeTC - Class in org.snmp4j.agent.mo.snmp.tc
 
AutonomousTypeTC() - Constructor for class org.snmp4j.agent.mo.snmp.tc.AutonomousTypeTC
 

B

backwardTranslate(OID) - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy.OIDTranslator
 
backwardTranslate(OID) - Method in interface org.snmp4j.agent.util.OIDTranslation
Translates (changes) an OID from remote to local representation.
BaseAgent - Class in org.snmp4j.agent
Deprecated.
Use AgentConfigManager instead. See SampleAgent for sample code on how to use AgentConfigManager. This class will be removed in SNMP4J-Agent 3.1.
BaseAgent(File, File, CommandProcessor) - Constructor for class org.snmp4j.agent.BaseAgent
Deprecated.
Creates a base agent with boot-counter, config file, and a CommandProcessor for processing SNMP requests.
BaseAgent(String) - Constructor for class org.snmp4j.agent.BaseAgent
Deprecated.
Creates a base agent with a DefaultMOServer as MOServer.
BasicVacmConfigurator - Class in org.snmp4j.agent.security
The BasicVacmConfigurator implements the VacmConfigurator that uses three unrestricted views for all access types to support two roles admin and monitor.
BasicVacmConfigurator() - Constructor for class org.snmp4j.agent.security.BasicVacmConfigurator
 
BasicVacmConfigurator.Roles - Enum Class in org.snmp4j.agent.security
 
beforeMOChange(MOChangeEvent) - Method in interface org.snmp4j.agent.mo.MOChangeListener
A ManagedObject change is being committed.
beforeMOChange(MOChangeEvent) - Method in class org.snmp4j.agent.mo.snmp.RowStatus
 
beforePrepareMOChange(MOChangeEvent) - Method in interface org.snmp4j.agent.mo.MOChangeListener
A ManagedObject change is being prepared.
beforePrepareMOChange(MOChangeEvent) - Method in class org.snmp4j.agent.mo.snmp.RowStatus
 
binary - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageFormatEnum
 
bootCounterFile - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 

C

CHANGE - Static variable in class org.snmp4j.agent.mo.MOTableRowEvent
A single column of a row is changed.
ChangeableManagedObject<SR extends SubRequest<?>> - Interface in org.snmp4j.agent.mo
The ChangeableManagedObject interface extends the ManagedObject by methods to add/remove MOChangeListener that should be informed when the object implementing this interface changes.
changeKey(AuthenticationProtocol, OctetString, OctetString, int) - Static method in class org.snmp4j.agent.mo.snmp.KeyChange
 
ChangeSet(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.DefaultMOTable.ChangeSet
 
changeValue(V) - Method in class org.snmp4j.agent.mo.MOScalar
Changes the value of this scalar on behalf of a commit or undo operation.
checkForUpdate(UpdatableManagedObject<?>, MOQuery) - Method in class org.snmp4j.agent.DefaultMOServer
Checks DefaultMOServer.updateStrategy whether the queried managed object needs to be updated.
checkMinVersionOfDependencies() - Static method in class org.snmp4j.agent.version.VersionInfo
Checks whether SNMP4J has the minimum required version.
checkRequestScope(SubRequest<?>) - Method in class org.snmp4j.agent.mo.MOScalar
Checks whether the request is within the scope of this scalar or not.
cleanup(SubRequest<?>) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
cleanup(SubRequest<?>) - Method in class org.snmp4j.agent.mo.ext.StaticMOGroup
 
cleanup(SubRequest<?>) - Method in class org.snmp4j.agent.mo.MOScalar
 
cleanup(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy
 
cleanup(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgReset
 
cleanup(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgSecSrcAddrValidation
 
cleanup(SubRequest<?>, int) - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
 
cleanup(SubRequest<?>, MOTableRow, int) - Method in class org.snmp4j.agent.mo.MOMutableColumn
 
cleanup(SR) - Method in interface org.snmp4j.agent.ManagedObject
Cleansup a (sub)request and frees all resources locked during the preparation phase.
cleanup(SR, int) - Method in interface org.snmp4j.agent.mo.MOMutableRow2PC
Cleanups resources holds for changes to a single column.
cleanUp - Enum constant in enum class org.snmp4j.agent.MOServerLookupEvent.IntendedUse
 
cleanupRow(SubRequest<?>, DefaultMOTable.ChangeSet) - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
 
cleanupRow(SubRequest<?>, DefaultMOTable.ChangeSet) - Method in class org.snmp4j.agent.mo.snmp.UsmMIB.UsmTableRow
 
cleanupRow(SR, DefaultMOTable.ChangeSet) - Method in interface org.snmp4j.agent.mo.MOMutableRow2PC
Cleans up resources for a row.
clear() - Method in class org.snmp4j.agent.mo.DefaultMOMutableTableModel
 
clear() - Method in interface org.snmp4j.agent.mo.MOMutableTableModel
Removes all rows.
clear() - Method in class org.snmp4j.agent.util.TemporaryList
 
clear(MOTableRowFilter<R>) - Method in class org.snmp4j.agent.mo.DefaultMOMutableTableModel
Remove all rows that do not match the given filter criteria from the model.
clear(MOTableRowFilter<R>) - Method in interface org.snmp4j.agent.mo.MOMutableTableModel
Remove all rows that do not match the given filter criteria from the model.
clearDHKeyChange() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
clearKeyChangeObjects() - Method in class org.snmp4j.agent.mo.snmp.UsmMIB.UsmTableRow
 
clearUsmKey() - Method in class org.snmp4j.agent.mo.snmp.dh.DHKeyInfo
 
clone() - Method in class org.snmp4j.agent.mo.snmp.RowCount
Clones this variable.
close() - Method in class org.snmp4j.agent.io.DefaultMOInput
 
close() - Method in class org.snmp4j.agent.io.DefaultMOOutput
 
close() - Method in interface org.snmp4j.agent.io.MOInput
 
close() - Method in interface org.snmp4j.agent.io.MOOutput
 
close() - Method in class org.snmp4j.agent.io.prop.PropertyMOInput
 
CoexistenceInfo - Class in org.snmp4j.agent.mo.snmp
A coexistence information object has attributes needed to map messages between different versions of the SNMP protocol.
CoexistenceInfo(OctetString, OctetString, OctetString) - Constructor for class org.snmp4j.agent.mo.snmp.CoexistenceInfo
Creates an context info object based on a security name, context engine ID, and context name.
CoexistenceInfo(OctetString, OctetString, OctetString, OctetString) - Constructor for class org.snmp4j.agent.mo.snmp.CoexistenceInfo
Creates an context info object based on a security name, context engine ID, context name, and transport tag.
CoexistenceInfoProvider - Interface in org.snmp4j.agent.mo.snmp
A CoexistenceInfoProvider provides access to coexistence information.
coexistenceProvider - Variable in class org.snmp4j.agent.CommandProcessor
 
colNlmConfigLogAdminStatus - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmConfigLogEntryLimit - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmConfigLogEntryStatus - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmConfigLogFilterName - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmConfigLogOperStatus - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmConfigLogStorageType - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmLogContextEngineID - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmLogContextName - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmLogDateAndTime - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmLogEngineID - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmLogEngineTAddress - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmLogEngineTDomain - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmLogNotificationID - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmLogTime - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmLogVariableCounter32Val - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmLogVariableCounter64Val - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmLogVariableID - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmLogVariableInteger32Val - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmLogVariableIpAddressVal - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmLogVariableOctetStringVal - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmLogVariableOidVal - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmLogVariableOpaqueVal - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmLogVariableTimeTicksVal - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmLogVariableUnsigned32Val - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmLogVariableValueType - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmStatsLogNotificationsBumped - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colNlmStatsLogNotificationsLogged - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
colSnmp4jCfgStorageID - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
colSnmp4jCfgStorageLastRestore - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
colSnmp4jCfgStorageLastStore - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
colSnmp4jCfgStorageOperation - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
colSnmp4jCfgStoragePath - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
colSnmp4jCfgStorageRestoreMode - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
colSnmp4jCfgStorageSeqRowStatus - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
colSnmp4jCfgStorageSeqStorageType - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
colSnmp4jCfgStorageSeqSubtree - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
colSnmp4jCfgStorageStatus - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
colSnmp4jCfgStorageStorageType - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
colSnmp4jLogConsoleHandlerTarget - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
colSnmp4jLogFileHandlerAppend - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
colSnmp4jLogFileHandlerBufferedIO - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
colSnmp4jLogFileHandlerBufferSize - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
colSnmp4jLogFileHandlerPath - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
colSnmp4jLogHandlerRowStatus - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
colSnmp4jLogHandlerStorageType - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
colSnmp4jLogHandlerType - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
colSnmp4jLogLoggerEffectiveLevel - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
colSnmp4jLogLoggerIndex - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
colSnmp4jLogLoggerLevel - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
colSnmp4jLogLoggerRowStatus - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
colSnmp4jLogLoggerStorageType - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
colSnmp4jLogLoggerToHandlerRowStatus - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
colSnmp4jLogLoggerToHandlerStorageType - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
colSnmp4jLogLoggerToHandlerThreshold - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
colSnmp4jProxyContextEngineID - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
colSnmp4jProxyContextName - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
colSnmp4jProxyRowStatus - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
colSnmp4jProxyStorageType - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
colSnmp4jProxySubtree - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
colSnmp4jProxyTarget - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
colSnmp4jProxyTargetSubtree - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
colSnmp4jProxyType - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
colSnmpCommunityContextEngineID - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
colSnmpCommunityContextName - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
colSnmpCommunityName - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
colSnmpCommunitySecurityName - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
colSnmpCommunityStatus - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
colSnmpCommunityStorageType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
colSnmpCommunityTransportTag - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
colSnmpNotifyFilterMask - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
colSnmpNotifyFilterProfileName - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
colSnmpNotifyFilterProfileRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
colSnmpNotifyFilterProfileStorType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
colSnmpNotifyFilterRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
colSnmpNotifyFilterStorageType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
colSnmpNotifyFilterType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
colSnmpNotifyRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
colSnmpNotifyStorageType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
colSnmpNotifyTag - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
colSnmpNotifyType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
colSnmpProxyContextEngineID - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
colSnmpProxyContextName - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
colSnmpProxyMultipleTargetOut - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
colSnmpProxyRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
colSnmpProxySingleTargetOut - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
colSnmpProxyStorageType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
colSnmpProxyTargetParamsIn - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
colSnmpProxyType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
colSnmpTargetAddrMMS - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
colSnmpTargetAddrTMask - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
colSnmpTlstmAddrRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
colSnmpTlstmAddrServerFingerprint - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
colSnmpTlstmAddrServerIdentity - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
colSnmpTlstmAddrStorageType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
colSnmpTlstmCertToTSNData - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
colSnmpTlstmCertToTSNFingerprint - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
colSnmpTlstmCertToTSNMapType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
colSnmpTlstmCertToTSNRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
colSnmpTlstmCertToTSNStorageType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
colSnmpTlstmParamsClientFingerprint - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
colSnmpTlstmParamsRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
colSnmpTlstmParamsStorageType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
columnCount - Variable in class org.snmp4j.agent.mo.DefaultMOTableModel
 
colUsmDHKickstartMgrPublic - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
colUsmDHKickstartMyPublic - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
colUsmDHKickstartSecurityName - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
colUsmDHUserAuthKeyChange - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
colUsmDHUserOwnAuthKeyChange - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
colUsmDHUserOwnPrivKeyChange - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
colUsmDHUserPrivKeyChange - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
colUsmUserAuthKey - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 
colUsmUserAuthKeyChange - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 
colUsmUserAuthPassword - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 
colUsmUserAuthProtocol - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 
colUsmUserCloneFrom - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 
colUsmUserLocalizationEngineID - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 
colUsmUserOwnAuthKeyChange - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 
colUsmUserOwnPrivKeyChange - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 
colUsmUserPrivKey - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 
colUsmUserPrivKeyChange - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 
colUsmUserPrivPassword - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 
colUsmUserPrivProtocol - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 
colUsmUserPublic - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 
colUsmUserSecurityName - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 
colUsmUserStatus - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 
colUsmUserStorageType - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 
colVacmAccessContextMatch - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
colVacmAccessNotifyViewName - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
colVacmAccessReadViewName - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
colVacmAccessRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
colVacmAccessStorageType - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
colVacmAccessWriteViewName - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
colVacmGroupName - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
colVacmSecurityToGroupRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
colVacmSecurityToGroupStorageType - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
colVacmViewTreeFamilyMask - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
colVacmViewTreeFamilyRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
colVacmViewTreeFamilyStorageType - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
colVacmViewTreeFamilyType - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
CommandProcessor - Class in org.snmp4j.agent
The CommandProcessor is the central glue code that puts together the various sub-systems of a SNMP agent.
CommandProcessor(OctetString) - Constructor for class org.snmp4j.agent.CommandProcessor
Creates a CommandProcessor and registers all PDU types with the supplied contextEngineID as well as with MPv3.LOCAL_ENGINE_ID as required by RFC 5343.
commit - Enum constant in enum class org.snmp4j.agent.MOServerLookupEvent.IntendedUse
 
commit(SubRequest<?>) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
commit(SubRequest<?>) - Method in class org.snmp4j.agent.mo.ext.StaticMOGroup
Sets the error status of the request to PDU.commitFailed.
commit(SubRequest<?>) - Method in class org.snmp4j.agent.mo.MOScalar
 
commit(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigGlobalEntryLimit
 
commit(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp.TestAndIncr
 
commit(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy
 
commit(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgReset
 
commit(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgSecSrcAddrValidation
 
commit(SubRequest<?>, MOTableRow, int) - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
 
commit(SubRequest<?>, MOTableRow, MOTableRow, int) - Method in class org.snmp4j.agent.mo.MOMutableColumn
 
commit(SubRequest<?>, MOTableRow, MOTableRow, int) - Method in class org.snmp4j.agent.mo.snmp.dh.DHKeyChangeImpl
 
commit(SubRequest<?>, MOTableRow, MOTableRow, int) - Method in class org.snmp4j.agent.mo.snmp.RowStatus
 
commit(SubRequest<?>, MOTableRow, MOTableRow, int) - Method in class org.snmp4j.agent.mo.snmp.UsmKeyChange
 
commit(SR) - Method in interface org.snmp4j.agent.ManagedObject
Commits a previously prepared SET (sub)request.
commit(SR, MOTableRow, int) - Method in interface org.snmp4j.agent.mo.MOMutableRow2PC
Commits changes to single column.
commitRow(SubRequest<?>, MOTableRow) - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
 
commitRow(SubRequest<?>, MOTableRow) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
commitRow(SubRequest<?>, MOTableRow) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB.SnmpTargetAddrEntryRow
 
commitRow(SubRequest<?>, MOTableRow) - Method in class org.snmp4j.agent.mo.snmp.UsmMIB.UsmTableRow
 
commitRow(SubRequest<?>, MOTableRow) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
 
commitRow(SR, MOTableRow) - Method in interface org.snmp4j.agent.mo.MOMutableRow2PC
Commits a row as described by the supplied change set.
communityMIB - Variable in class org.snmp4j.agent.AgentConfigManager
 
compare(MOTableRow, MOTableRow) - Method in class org.snmp4j.agent.mo.util.RowIndexComparator
 
compare(MOScope, MOScope) - Method in class org.snmp4j.agent.MOScopeComparator
Compares a scope with another scope or query.
compare(MOScope, MOScope) - Method in class org.snmp4j.agent.util.MOScopePriorityComparator
 
compare(OctetString, OctetString) - Method in class org.snmp4j.agent.mo.util.LexicographicOctetStringComparator
Compares its two OctetString instances for lexicographic order.
compareTo(MOColumn<V>) - Method in class org.snmp4j.agent.mo.MOColumn
Compares this managed object column by its ID with another column.
compareTo(MOTableRow) - Method in class org.snmp4j.agent.mo.DefaultMOTableRow
Compares this row with a MOTableRow instance by their index values.
compareTo(CoexistenceInfo) - Method in class org.snmp4j.agent.mo.snmp.CoexistenceInfo
Compares this object with the specified object for order.
compareTo(Variable) - Method in class org.snmp4j.agent.mo.snmp.RowCount
 
completed() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
completed() - Method in interface org.snmp4j.agent.request.SubRequest
Marks the sub-request as completed.
completedUse(Object) - Method in class org.snmp4j.agent.MOServerLookupEvent
 
completedUse(MOServerLookupEvent, Object) - Method in interface org.snmp4j.agent.MOServerLookupListener
A MOServer instance has finished the intended use for which MOServerLookupListener.lookupEvent(MOServerLookupEvent) has been called previously.
config - Static variable in class org.snmp4j.agent.mo.ext.AgentppSimulationMib.AgentppSimModeEnum
 
CONFIG_PREFIX - Static variable in class org.snmp4j.agent.io.prop.PropertyMOInput
 
configFileURI - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
configuration - Variable in class org.snmp4j.agent.AgentConfigManager
 
configure() - Method in class org.snmp4j.agent.AgentConfigManager
Configures components and managed objects using the AgentConfigManager.getConfigurationFactory().
Constraint - Class in org.snmp4j.agent.mo.snmp.smi
A Constraint instance constraints the co-domain of a long value (signed 64bit).
Constraint(long, long) - Constructor for class org.snmp4j.agent.mo.snmp.smi.Constraint
 
Constraints - Interface in org.snmp4j.agent.mo.snmp.smi
The Constraints interface describes a collection of SNMP value range constraints.
ConstraintsImpl - Class in org.snmp4j.agent.mo.snmp.smi
The ConstraintsImpl class represents a collection of constraints that are applied to a SNMP value in the order they have been added to this constraints collection.
ConstraintsImpl() - Constructor for class org.snmp4j.agent.mo.snmp.smi.ConstraintsImpl
Creates a new constraints collection.
contains(T) - Method in class org.snmp4j.agent.util.TemporaryList
 
containsHiddenValues() - Method in class org.snmp4j.agent.mo.snmp.UsmMIB.UsmTableRow
 
containsRow(OID) - Method in class org.snmp4j.agent.mo.DefaultMOTableModel
 
containsRow(OID) - Method in interface org.snmp4j.agent.mo.MOTableModel
Checks whether this table model contains a row with the specified index.
Context - Class in org.snmp4j.agent.io
 
Context(OctetString) - Constructor for class org.snmp4j.agent.io.Context
 
CONTEXT_ADDED - Static variable in class org.snmp4j.agent.ContextEvent
 
CONTEXT_REMOVED - Static variable in class org.snmp4j.agent.ContextEvent
 
contextChanged(ContextEvent) - Method in interface org.snmp4j.agent.ContextListener
A context described by the given event object has been added or removed.
ContextEvent - Class in org.snmp4j.agent
The ContextEvent object describes an event that added or removed a context to/from a system.
ContextEvent(Object, int, OctetString) - Constructor for class org.snmp4j.agent.ContextEvent
Creates a context event.
ContextListener - Interface in org.snmp4j.agent
A ContextListener can be informed about new contexts or when a context is removed from a system.
contextMatch - Variable in class org.snmp4j.agent.security.BasicVacmConfigurator
 
contextPrefix - Variable in class org.snmp4j.agent.security.BasicVacmConfigurator
 
CONTEXTS_ID - Static variable in class org.snmp4j.agent.io.prop.PropertyMOInput
 
continueProcessing() - Method in class org.snmp4j.agent.AgentConfigManager
Continues processing of SNMP requests by coupling message dispatcher and agent.
counter32 - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableValueTypeEnum
 
counter64 - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableValueTypeEnum
 
counterSupport - Variable in class org.snmp4j.agent.AgentConfigManager
 
covers(MOScope) - Method in class org.snmp4j.agent.DefaultMOScope
Indicates whether this scope covers by the supplied one, that is whether the lower bound of this scope is less or equal to the lower bound of the covered scope and if the upper bound is greater or equal to the upper bound of the covered scope.
covers(MOScope, MOScope) - Static method in class org.snmp4j.agent.DefaultMOScope
Indicates whether the first supplied scope covers by second one.
covers(OID) - Method in class org.snmp4j.agent.DefaultMOQuery
 
covers(OID) - Method in class org.snmp4j.agent.DefaultMOScope
 
covers(OID) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
covers(OID) - Method in class org.snmp4j.agent.mo.MOScalar
 
covers(OID) - Method in interface org.snmp4j.agent.MOScope
Checks if this scope covers the supplied OID.
covers(OID) - Method in class org.snmp4j.agent.util.OIDScope
 
create - Enum constant in enum class org.snmp4j.agent.io.ImportMode
Only create new instances.
CREATE - Static variable in enum class org.snmp4j.agent.io.ImportMode
Only create new instances.
CREATE - Static variable in class org.snmp4j.agent.mo.MOTableRowEvent
A row is created.
createAccess(int) - Method in class org.snmp4j.agent.mo.ext.SimMOFactory
 
createAccess(int) - Method in interface org.snmp4j.agent.mo.MOFactory
Creates an MOAccess instance from an access specification constant that is the result of a bitwise OR of any of the constants defined by MOAccess.
createAccess(int) - Method in class org.snmp4j.agent.mo.MOFactoryAdapter
 
createAddress(OID, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.TDomainTLSAddressFactory
 
createAddress(OID, OctetString) - Method in interface org.snmp4j.agent.mo.snmp.TDomainAddressFactory
Creates an Address from a transport domain ID and a TDomainAddress textual convention conforming OctetString value.
createAddress(OID, OctetString) - Method in class org.snmp4j.agent.mo.snmp.TDomainAddressFactoryImpl
 
createAndGo - Enum constant in enum class org.snmp4j.agent.mo.snmp.RowStatus.RowStatusEnum
 
createAndGo - Static variable in class org.snmp4j.agent.mo.snmp.RowStatus
 
createAndWait - Enum constant in enum class org.snmp4j.agent.mo.snmp.RowStatus.RowStatusEnum
 
createAndWait - Static variable in class org.snmp4j.agent.mo.snmp.RowStatus
 
createColumn(int, int, MOAccess) - Method in interface org.snmp4j.agent.mo.MOFactory
Creates a columnar object by supplying column ID, syntax, and maximum access.
createColumn(int, int, MOAccess) - Method in class org.snmp4j.agent.mo.MOFactoryAdapter
 
createColumn(int, int, MOAccess, String, String) - Method in interface org.snmp4j.agent.mo.MOFactory
Creates a columnar object by supplying column ID, syntax, and maximum access.
createColumn(int, int, MOAccess, String, String) - Method in class org.snmp4j.agent.mo.MOFactoryAdapter
 
createColumn(int, int, MOAccess, Integer32, boolean) - Method in class org.snmp4j.agent.mo.snmp.tc.RowStatusTC
 
createColumn(int, int, MOAccess, Integer32, boolean) - Method in class org.snmp4j.agent.mo.snmp.tc.StorageTypeTC
 
createColumn(int, int, MOAccess, Integer32, boolean) - Method in class org.snmp4j.agent.mo.snmp.tc.TestAndIncrTC
 
createColumn(int, int, MOAccess, Integer32, boolean) - Method in class org.snmp4j.agent.mo.snmp.tc.TruthValueTC
 
createColumn(int, int, MOAccess, OctetString, boolean) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.DHKeyChange
 
createColumn(int, int, MOAccess, OctetString, boolean) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.SnmpAdminString
 
createColumn(int, int, MOAccess, OctetString, boolean) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.SnmpEngineID
 
createColumn(int, int, MOAccess, OctetString, boolean) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.TAddress
 
createColumn(int, int, MOAccess, OctetString, boolean) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTLSFingerprint
 
createColumn(int, int, MOAccess, OctetString, boolean) - Method in class org.snmp4j.agent.mo.snmp.tc.DateAndTimeTC
 
createColumn(int, int, MOAccess, OctetString, boolean) - Method in class org.snmp4j.agent.mo.snmp.tc.DisplayStringTC
 
createColumn(int, int, MOAccess, OctetString, boolean) - Method in class org.snmp4j.agent.mo.snmp.tc.SnmpAdminStringTC
 
createColumn(int, int, MOAccess, OctetString, boolean) - Method in class org.snmp4j.agent.mo.snmp.tc.SnmpEngineIDTC
 
createColumn(int, int, MOAccess, OID, boolean) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.TDomain
 
createColumn(int, int, MOAccess, OID, boolean) - Method in class org.snmp4j.agent.mo.snmp.tc.AutonomousTypeTC
 
createColumn(int, int, MOAccess, TimeTicks, boolean) - Method in class org.snmp4j.agent.mo.snmp.tc.TimeStampTC
 
createColumn(int, int, MOAccess, V, boolean) - Method in interface org.snmp4j.agent.mo.MOFactory
Creates a columnar object by supplying column ID, syntax, and maximum access.
createColumn(int, int, MOAccess, V, boolean) - Method in class org.snmp4j.agent.mo.MOFactoryAdapter
 
createColumn(int, int, MOAccess, V, boolean) - Method in interface org.snmp4j.agent.mo.snmp.tc.TextualConvention
Creates a MOColumn instance of this TC specified by the column ID, access, default value, and mutable flag.
createColumn(int, int, MOAccess, V, boolean, String, String) - Method in interface org.snmp4j.agent.mo.MOFactory
Creates a columnar object by supplying column ID, syntax, and maximum access.
createColumn(int, int, MOAccess, V, boolean, String, String) - Method in class org.snmp4j.agent.mo.MOFactoryAdapter
 
createCommandProcessor(OctetString) - Method in class org.snmp4j.agent.AgentConfigManager
Creates the command processor.
createCounterSupport() - Method in class org.snmp4j.agent.AgentConfigManager
 
created - Enum constant in enum class org.snmp4j.agent.mo.MOChangeEvent.Modification
 
createIndex(MOTableSubIndex[], boolean) - Method in interface org.snmp4j.agent.mo.MOFactory
Creates an index definition from the supplied sub-index definitions without index validation.
createIndex(MOTableSubIndex[], boolean) - Method in class org.snmp4j.agent.mo.MOFactoryAdapter
 
createIndex(MOTableSubIndex[], boolean, MOTableIndexValidator) - Method in interface org.snmp4j.agent.mo.MOFactory
Creates an index definition from the supplied sub-index definitions with index validation according to the supplied validator.
createIndex(MOTableSubIndex[], boolean, MOTableIndexValidator) - Method in class org.snmp4j.agent.mo.MOFactoryAdapter
 
createInitialValue() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.DHKeyChange
 
createInitialValue() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.SnmpAdminString
 
createInitialValue() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.SnmpEngineID
 
createInitialValue() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.TAddress
 
createInitialValue() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.TDomain
 
createInitialValue() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTLSFingerprint
 
createInitialValue() - Method in class org.snmp4j.agent.mo.snmp.tc.AutonomousTypeTC
 
createInitialValue() - Method in class org.snmp4j.agent.mo.snmp.tc.DateAndTimeTC
 
createInitialValue() - Method in class org.snmp4j.agent.mo.snmp.tc.DisplayStringTC
 
createInitialValue() - Method in class org.snmp4j.agent.mo.snmp.tc.RowStatusTC
 
createInitialValue() - Method in class org.snmp4j.agent.mo.snmp.tc.SnmpAdminStringTC
 
createInitialValue() - Method in class org.snmp4j.agent.mo.snmp.tc.SnmpEngineIDTC
 
createInitialValue() - Method in class org.snmp4j.agent.mo.snmp.tc.StorageTypeTC
 
createInitialValue() - Method in class org.snmp4j.agent.mo.snmp.tc.TestAndIncrTC
 
createInitialValue() - Method in interface org.snmp4j.agent.mo.snmp.tc.TextualConvention
Creates an initial value for an object instance of this textual convention.
createInitialValue() - Method in class org.snmp4j.agent.mo.snmp.tc.TimeStampTC
 
createInitialValue() - Method in class org.snmp4j.agent.mo.snmp.tc.TruthValueTC
 
createMO(MOFactory) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
Create the ManagedObjects defined for this MIB module using the specified MOFactory.
createMO(MOFactory) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib
Create the ManagedObjects defined for this MIB module using the specified MOFactory.
createMO(MOFactory) - Method in class org.snmp4j.agent.mo.snmp.SnmpMpdMib
Create the ManagedObjects defined for this MIB module using the specified MOFactory.
createMO(MOFactory) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
Create the ManagedObjects defined for this MIB module using the specified MOFactory.
createMO(MOFactory) - Method in class org.snmp4j.agent.mo.snmp.SnmpTsmMib
Create the ManagedObjects defined for this MIB module using the specified MOFactory.
createMO(MOFactory) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
Create the ManagedObjects defined for this MIB module using the specified MOFactory.
createMOInput() - Method in interface org.snmp4j.agent.io.MOInputFactory
Creates a MOInput stream.
createMOOutput() - Method in interface org.snmp4j.agent.io.MOOutputFactory
Creates a MOOutput stream.
createMOScalar(OID, MOAccess, OctetString, boolean) - Static method in class org.snmp4j.agent.mo.snmp.DateAndTime
Create a MOScalar DateAndTime instance.
createNotificationOriginator() - Method in class org.snmp4j.agent.AgentConfigManager
 
createOnly - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageRestoreModeEnum
 
createProxyForwarder(CommandProcessor) - Method in class org.snmp4j.agent.AgentConfigManager
Creates and registers the default proxy forwarder application (ProxyForwarderImpl).
createRelationShip() - Method in class org.snmp4j.agent.mo.MOTableRelation
Actually sets up the relationship between base and dependent table by adding this instance as row listener to the base table.
createRelationShipListener() - Method in class org.snmp4j.agent.mo.MOTableRelation
 
createRequest(S, CoexistenceInfo) - Method in interface org.snmp4j.agent.request.RequestFactory
Creates a Request from a CommandResponderEvent responder event.
createRow(OID) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
createRow(OID) - Method in interface org.snmp4j.agent.mo.MOTable
Creates a new row for this table with the supplied index and default values.
createRow(OID, Variable[]) - Method in class org.snmp4j.agent.mo.DefaultMOFactory
 
createRow(OID, Variable[]) - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PCFactory
Creates a new MOMutableRow2PC row instance and returns it.
createRow(OID, Variable[]) - Method in class org.snmp4j.agent.mo.DefaultMOMutableTableModel
Create a new row and return it.
createRow(OID, Variable[]) - Method in class org.snmp4j.agent.mo.DefaultMOTable
Creates a new row for this table with the supplied index and initial values.
createRow(OID, Variable[]) - Method in interface org.snmp4j.agent.mo.MOTable
Creates a new row for this table with the supplied index and initial values.
createRow(OID, Variable[]) - Method in interface org.snmp4j.agent.mo.MOTableRowFactory
Creates a new MOTableRow row instance and returns it.
createRow(OID, Variable[]) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpTargetAddrExtEntryRowFactory
 
createRow(OID, Variable[]) - Method in class org.snmp4j.agent.mo.snmp.UsmMIB.UsmTableModel
 
createRow(OID, Variable[]) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageSeqEntryRowFactory
 
createRow(OID, Variable[]) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogConsoleHandlerEntryRowFactory
 
createRow(OID, Variable[]) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogFileHandlerEntryRowFactory
 
createRow(OID, Variable[]) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogHandlerEntryRowFactory
 
createRowInternal(OID, Variable[], MOTableRowEvent.OriginType) - Method in class org.snmp4j.agent.mo.DefaultMOTable
Creates a new row for this table with the supplied index and initial values.
createScalar(OID, MOAccess, Integer32) - Method in class org.snmp4j.agent.mo.snmp.tc.RowStatusTC
 
createScalar(OID, MOAccess, Integer32) - Method in class org.snmp4j.agent.mo.snmp.tc.StorageTypeTC
 
createScalar(OID, MOAccess, Integer32) - Method in class org.snmp4j.agent.mo.snmp.tc.TestAndIncrTC
 
createScalar(OID, MOAccess, Integer32) - Method in class org.snmp4j.agent.mo.snmp.tc.TruthValueTC
 
createScalar(OID, MOAccess, OctetString) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.DHKeyChange
 
createScalar(OID, MOAccess, OctetString) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.SnmpAdminString
 
createScalar(OID, MOAccess, OctetString) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.SnmpEngineID
 
createScalar(OID, MOAccess, OctetString) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.TAddress
 
createScalar(OID, MOAccess, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTLSFingerprint
 
createScalar(OID, MOAccess, OctetString) - Method in class org.snmp4j.agent.mo.snmp.tc.DateAndTimeTC
 
createScalar(OID, MOAccess, OctetString) - Method in class org.snmp4j.agent.mo.snmp.tc.DisplayStringTC
 
createScalar(OID, MOAccess, OctetString) - Method in class org.snmp4j.agent.mo.snmp.tc.SnmpAdminStringTC
 
createScalar(OID, MOAccess, OctetString) - Method in class org.snmp4j.agent.mo.snmp.tc.SnmpEngineIDTC
 
createScalar(OID, MOAccess, OID) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.TDomain
 
createScalar(OID, MOAccess, OID) - Method in class org.snmp4j.agent.mo.snmp.tc.AutonomousTypeTC
 
createScalar(OID, MOAccess, TimeTicks) - Method in class org.snmp4j.agent.mo.snmp.tc.TimeStampTC
 
createScalar(OID, MOAccess, V) - Method in interface org.snmp4j.agent.mo.MOFactory
Creates a scalar object from a OID, maximum access, and value.
createScalar(OID, MOAccess, V) - Method in class org.snmp4j.agent.mo.MOFactoryAdapter
 
createScalar(OID, MOAccess, V) - Method in interface org.snmp4j.agent.mo.snmp.tc.TextualConvention
Creates a MOScalar instance of this TC specified by OID, access, and optional value.
createScalar(OID, MOAccess, V, String, String) - Method in interface org.snmp4j.agent.mo.MOFactory
Creates a scalar object from a OID, maximum access, and value.
createScalar(OID, MOAccess, V, String, String) - Method in class org.snmp4j.agent.mo.MOFactoryAdapter
 
createSnmpSession(MessageDispatcher) - Method in class org.snmp4j.agent.AgentConfigManager
Creates the SNMP session to be used for this agent.
createSubIndex(OID, int) - Method in interface org.snmp4j.agent.mo.MOFactory
Creates a sub-index definition.
createSubIndex(OID, int) - Method in class org.snmp4j.agent.mo.MOFactoryAdapter
 
createSubIndex(OID, int, int, int) - Method in interface org.snmp4j.agent.mo.MOFactory
Creates a sub-index definition.
createSubIndex(OID, int, int, int) - Method in class org.snmp4j.agent.mo.MOFactoryAdapter
 
createTable(OID, MOTableIndex, MOColumn[]) - Method in interface org.snmp4j.agent.mo.MOFactory
Creates a MOTable instance for the supplied OID, index definition, and columns with the DefaultMOMutableTableModel as table model.
createTable(OID, MOTableIndex, MOColumn[]) - Method in class org.snmp4j.agent.mo.MOFactoryAdapter
 
createTable(OID, MOTableIndex, MOColumn[], M) - Method in interface org.snmp4j.agent.mo.MOFactory
Creates a MOTable instance for the supplied OID, index definition, columns, and table model.
createTable(OID, MOTableIndex, MOColumn[], M) - Method in class org.snmp4j.agent.mo.MOFactoryAdapter
 
createTableModel(OID, MOTableIndex, MOColumn[]) - Method in interface org.snmp4j.agent.mo.MOFactory
Creates a table model (by default a DefaultMOMutableTableModel).
createTableModel(OID, MOTableIndex, MOColumn[]) - Method in class org.snmp4j.agent.mo.MOFactoryAdapter
 
createTableRelation(MOTable<BaseRow, ? extends MOColumn, ? extends MOTableModel<BaseRow>>, MOTable<DependentRow, ? extends MOColumn, ? extends MOTableModel<DependentRow>>) - Method in interface org.snmp4j.agent.mo.MOFactory
Creates a relation between two tables.
createTableRelation(MOTable<BaseRow, ? extends MOColumn, ? extends MOTableModel<BaseRow>>, MOTable<DependentRow, ? extends MOColumn, ? extends MOTableModel<DependentRow>>) - Method in class org.snmp4j.agent.mo.MOFactoryAdapter
 
createTSM() - Method in class org.snmp4j.agent.AgentConfigManager
Creates the TSM used by this agent configuration.
createUSM() - Method in class org.snmp4j.agent.AgentConfigManager
Creates the USM used by this agent configuration.
createVariableFromString(String, Class<? extends Variable>) - Method in class org.snmp4j.agent.io.prop.PropertyMOInput
Parses a string of the format
CTX_ID - Static variable in class org.snmp4j.agent.io.prop.PropertyMOInput
 

D

DateAndTime<T extends org.snmp4j.smi.OctetString> - Class in org.snmp4j.agent.mo.snmp
The DateAndTime implements the DateAndTime textual convention (TC) from the SNMPv2-TC MIB specification for columnar objects.
DateAndTime(int, MOAccess, T) - Constructor for class org.snmp4j.agent.mo.snmp.DateAndTime
 
DateAndTime(int, MOAccess, T, boolean) - Constructor for class org.snmp4j.agent.mo.snmp.DateAndTime
 
DATEANDTIME - Static variable in class org.snmp4j.agent.mo.snmp.SNMPv2TC
 
DateAndTimeScalar<T extends org.snmp4j.smi.OctetString> - Class in org.snmp4j.agent.mo.snmp
The DateAndTimeScalar implements the DateAndTime textual convention (TC) from the SNMPv2-TC MIB specification for scalar objects.
DateAndTimeScalar(OID, MOAccess, T) - Constructor for class org.snmp4j.agent.mo.snmp.DateAndTimeScalar
 
DateAndTimeScalar(OID, MOAccess, T, boolean) - Constructor for class org.snmp4j.agent.mo.snmp.DateAndTimeScalar
 
DateAndTimeTC - Class in org.snmp4j.agent.mo.snmp.tc
 
DateAndTimeTC() - Constructor for class org.snmp4j.agent.mo.snmp.tc.DateAndTimeTC
 
debug - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerToHandlerThresholdEnum
 
decodeBER(BERInputStream) - Method in class org.snmp4j.agent.mo.snmp.RowCount
Decodes a Variable from an InputStream.
decodeBER(OctetString) - Method in class org.snmp4j.agent.mo.snmp.dh.UsmDHParametersImpl
 
DEFAULT_CONTEXT - Static variable in class org.snmp4j.agent.request.SnmpRequest
 
DEFAULT_ITEM_TIMEOUT - Static variable in class org.snmp4j.agent.util.TemporaryList
 
defaultContext - Variable in class org.snmp4j.agent.AgentConfigManager
 
defaultContext - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
DefaultMOContextScope - Class in org.snmp4j.agent
The DefaultMOContextScope is the default implementation of a MOContextScope representing an OID scope that distinguishes between different contexts.
DefaultMOContextScope(MOContextScope) - Constructor for class org.snmp4j.agent.DefaultMOContextScope
Creates a context scope from another context scope.
DefaultMOContextScope(OctetString, MOScope) - Constructor for class org.snmp4j.agent.DefaultMOContextScope
Creates a context scope from a plain OID scope.
DefaultMOContextScope(OctetString, OID, boolean, OID, boolean) - Constructor for class org.snmp4j.agent.DefaultMOContextScope
Creates a context scope from a context, upper, and lower bound OID.
DefaultMOFactory - Class in org.snmp4j.agent.mo
The DefaultMOFactory is the default factory for creating ManagedObjects.
DefaultMOFactory() - Constructor for class org.snmp4j.agent.mo.DefaultMOFactory
 
DefaultMOInput - Class in org.snmp4j.agent.io
 
DefaultMOInput(ObjectInputStream) - Constructor for class org.snmp4j.agent.io.DefaultMOInput
 
DefaultMOLockStrategy - Class in org.snmp4j.agent.mo.lock
The DefaultMOLockStrategy implements a simple default locking strategy that requires a lock if a write access on a ManagedObject is intended or if the managed object accessed is an instance of UpdatableManagedObject.
DefaultMOLockStrategy() - Constructor for class org.snmp4j.agent.mo.lock.DefaultMOLockStrategy
 
DefaultMOMutableRow2PC - Class in org.snmp4j.agent.mo
 
DefaultMOMutableRow2PC(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
 
DefaultMOMutableRow2PCFactory - Class in org.snmp4j.agent.mo
 
DefaultMOMutableRow2PCFactory() - Constructor for class org.snmp4j.agent.mo.DefaultMOMutableRow2PCFactory
 
DefaultMOMutableTableModel<R extends MOTableRow> - Class in org.snmp4j.agent.mo
 
DefaultMOMutableTableModel() - Constructor for class org.snmp4j.agent.mo.DefaultMOMutableTableModel
 
DefaultMOMutableTableModel.FilteredRowIterator - Class in org.snmp4j.agent.mo
 
DefaultMOOutput - Class in org.snmp4j.agent.io
 
DefaultMOOutput(ObjectOutputStream) - Constructor for class org.snmp4j.agent.io.DefaultMOOutput
 
DefaultMOPersistenceProvider - Class in org.snmp4j.agent.io
The DefaultMOPersistenceProvider provides agent state persistence using a file with DefaultMOInput and DefaultMOOutput input/output.
DefaultMOPersistenceProvider(MOServer[], String) - Constructor for class org.snmp4j.agent.io.DefaultMOPersistenceProvider
Creates a persistence provider for the supplied MOServer instances.
DefaultMOQuery - Class in org.snmp4j.agent
The DefaultMOQuery class is the default implementation of a managed object query.
DefaultMOQuery(MOContextScope) - Constructor for class org.snmp4j.agent.DefaultMOQuery
Creates a context aware query from a context aware OID scope.
DefaultMOQuery(MOContextScope, boolean) - Constructor for class org.snmp4j.agent.DefaultMOQuery
Creates a context aware query from a context aware OID scope.
DefaultMOQuery(MOContextScope, boolean, Object) - Constructor for class org.snmp4j.agent.DefaultMOQuery
Creates a context aware query from a context aware OID scope.
DefaultMOScope - Class in org.snmp4j.agent
The DefaultMOScope is the default MOScope and MutableMOScope implementation.
DefaultMOScope(MOScope) - Constructor for class org.snmp4j.agent.DefaultMOScope
Creates a scope from another scope by referencing its bound values.
DefaultMOScope(OID, boolean, OID, boolean) - Constructor for class org.snmp4j.agent.DefaultMOScope
Creates an OID scope from lower and upper bound.
DefaultMOServer - Class in org.snmp4j.agent
The default MO server implementation uses a sorted map for the managed object registry.
DefaultMOServer() - Constructor for class org.snmp4j.agent.DefaultMOServer
 
DefaultMOTable<R extends MOTableRow,C extends MOColumn,M extends MOTableModel<R>> - Class in org.snmp4j.agent.mo
The DefaultMOTable class is the default implementation of the MOTable class.
DefaultMOTable(OID, MOTableIndex, C[]) - Constructor for class org.snmp4j.agent.mo.DefaultMOTable
Creates a new SNMP table with the specified "Entry" OID, INDEX, columns, and a DefaultMOMutableTableModel as table model.
DefaultMOTable(OID, MOTableIndex, C[], M) - Constructor for class org.snmp4j.agent.mo.DefaultMOTable
Creates a new SNMP table with the specified "Entry" OID, INDEX, columns, and MOTableModel.
DefaultMOTable.ChangeSet - Class in org.snmp4j.agent.mo
 
DefaultMOTableModel<R extends MOTableRow> - Class in org.snmp4j.agent.mo
 
DefaultMOTableModel() - Constructor for class org.snmp4j.agent.mo.DefaultMOTableModel
 
DefaultMOTableRow - Class in org.snmp4j.agent.mo
The DefaultMOTableRow is the default table row implementation.
DefaultMOTableRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.DefaultMOTableRow
 
defaultPersistenceProvider - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
defaultProxyForwarder - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
DELETE - Static variable in class org.snmp4j.agent.mo.MOTableRowEvent
A row is deleted.
DeniableEventObject - Class in org.snmp4j.agent.mo
The DeniableEventObject describes an event that can be canceled through reporting a SNMP error status to the event source.
DeniableEventObject(Object, boolean) - Constructor for class org.snmp4j.agent.mo.DeniableEventObject
Creates an deniable event instance.
DEPENDENCY_SNMP4J_MAJOR - Static variable in class org.snmp4j.agent.version.VersionInfo
 
DEPENDENCY_SNMP4J_MINOR - Static variable in class org.snmp4j.agent.version.VersionInfo
 
DEPENDENCY_SNMP4J_PATCH - Static variable in class org.snmp4j.agent.version.VersionInfo
 
DEPENDENCY_SNMP4J_UPDATE - Static variable in class org.snmp4j.agent.version.VersionInfo
 
destroy - Enum constant in enum class org.snmp4j.agent.mo.snmp.RowStatus.RowStatusEnum
 
destroy - Static variable in class org.snmp4j.agent.mo.snmp.RowStatus
 
DHKeyChange() - Constructor for class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.DHKeyChange
 
DHKeyChangeImpl - Class in org.snmp4j.agent.mo.snmp.dh
The Diffie Hellman KeyChange object implements a ManagedObject column that implements the DHKeyChange textual convention as defined in RFC 2786.
DHKeyChangeImpl(int, MOAccess, OctetString, DHParameters, UsmMIB, DHOperations.KeyType) - Constructor for class org.snmp4j.agent.mo.snmp.dh.DHKeyChangeImpl
 
DHKeyInfo - Class in org.snmp4j.agent.mo.snmp.dh
 
dhKickstartParameters - Variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
DHKickstartParameters - Interface in org.snmp4j.agent.mo.snmp.dh
The DHKickstartParameters provides the kickstart public parameters needed to initialize Diffie Hellman key exchange.
DHKickstartParametersImpl - Class in org.snmp4j.agent.mo.snmp.dh
The DHKickstartParametersImpl provides the kickstart public parameters needed to initialize Diffie Hellman key exchange.
DHKickstartParametersImpl(OctetString, OctetString) - Constructor for class org.snmp4j.agent.mo.snmp.dh.DHKickstartParametersImpl
Create a Diffie Hellman kickstart parameter set with default authentication (MD5) and privacy (DES) protocols.
DHKickstartParametersImpl(OctetString, OctetString, OID, OID, String, boolean) - Constructor for class org.snmp4j.agent.mo.snmp.dh.DHKickstartParametersImpl
Create a Diffie Hellman kickstart parameter set with the provided authentication and privacy protocols.
dhOperations - Variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
diffieHellmanKickstartParameters - Variable in class org.snmp4j.agent.AgentConfigManager
 
disabled - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogAdminStatusEnum
 
disabled - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogOperStatusEnum
 
disabled - Static variable in class org.snmp4j.agent.mo.snmp.SNMPv2MIB.SnmpEnableAuthenTrapsEnum
 
disabled - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgSecSrcAddrValidationEnum
 
dispatchCommand(CommandResponderEvent<A>, CoexistenceInfo) - Method in class org.snmp4j.agent.CommandProcessor
 
dispatcher - Variable in class org.snmp4j.agent.AgentConfigManager
 
dispatcher - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
DisplayString<V extends org.snmp4j.smi.OctetString> - Class in org.snmp4j.agent.mo.snmp
The DisplayString class implements the DisplayString textual convention as defined by the SNMPv2-TC MIB specification for columnar objects.
DisplayString(int, MOAccess, V) - Constructor for class org.snmp4j.agent.mo.snmp.DisplayString
 
DisplayString(int, MOAccess, V, boolean) - Constructor for class org.snmp4j.agent.mo.snmp.DisplayString
 
DisplayString(int, MOAccess, V, boolean, int, int) - Constructor for class org.snmp4j.agent.mo.snmp.DisplayString
 
DISPLAYSTRING - Static variable in class org.snmp4j.agent.mo.snmp.SNMPv2TC
 
DisplayString.DisplayStringValidation - Class in org.snmp4j.agent.mo.snmp
The DisplayStringValidation can be used to validate the contents of OctetString variables that follow the DisplayString TC rules.
DisplayStringScalar<V extends org.snmp4j.smi.OctetString> - Class in org.snmp4j.agent.mo.snmp
The DisplayStringScalar class implements the DisplayString textual convention as defined by the SNMPv2-TC MIB specification for scalar objects.
DisplayStringScalar(OID, MOAccess, V) - Constructor for class org.snmp4j.agent.mo.snmp.DisplayStringScalar
 
DisplayStringScalar(OID, MOAccess, V, int, int) - Constructor for class org.snmp4j.agent.mo.snmp.DisplayStringScalar
 
DisplayStringTC - Class in org.snmp4j.agent.mo.snmp.tc
The DisplayStringTC implements a OctetString TextualConvention that implements the SNMPv2-MIB DisplayString textual convention.
DisplayStringTC() - Constructor for class org.snmp4j.agent.mo.snmp.tc.DisplayStringTC
 
DisplayStringValidation(int, int) - Constructor for class org.snmp4j.agent.mo.snmp.DisplayString.DisplayStringValidation
 
DisplayStringValidation(Constraints) - Constructor for class org.snmp4j.agent.mo.snmp.DisplayString.DisplayStringValidation
 
done - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgResetEnum
 
dump(OutputStream) - Method in class org.snmp4j.agent.mo.DefaultMOTableModel
Dumps a textual representation of the table model content to the specified OutputStream.
DuplicateRegistrationException - Exception Class in org.snmp4j.agent
A DuplicateRegistrationException is thrown when a managed object registration attempt conflicts with an existing registration because their scope's overlap.
DuplicateRegistrationException() - Constructor for exception class org.snmp4j.agent.DuplicateRegistrationException
 
DuplicateRegistrationException(String) - Constructor for exception class org.snmp4j.agent.DuplicateRegistrationException
 
DuplicateRegistrationException(MOScope) - Constructor for exception class org.snmp4j.agent.DuplicateRegistrationException
 
DuplicateRegistrationException(MOScope, MOScope) - Constructor for exception class org.snmp4j.agent.DuplicateRegistrationException
 

E

enabled - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogAdminStatusEnum
 
enabled - Static variable in class org.snmp4j.agent.mo.snmp.SNMPv2MIB.SnmpEnableAuthenTrapsEnum
 
enabled - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgSecSrcAddrValidationEnum
 
encodeBER() - Method in class org.snmp4j.agent.mo.snmp.dh.UsmDHParametersImpl
Encode this parameter set as BER octet string.
encodeBER(OutputStream) - Method in class org.snmp4j.agent.mo.snmp.RowCount
Encodes a Variable to an OutputStream.
engineBootsProvider - Variable in class org.snmp4j.agent.AgentConfigManager
 
engineID - Variable in class org.snmp4j.agent.AgentConfigManager
 
Enumerated<V extends org.snmp4j.smi.Variable> - Class in org.snmp4j.agent.mo.snmp
The Enumerated class represents enumerated SMI INTEGER (=Integer32) or an OCTET STRING with enumerated named bits for columnar objects.
Enumerated(int, int, MOAccess, V) - Constructor for class org.snmp4j.agent.mo.snmp.Enumerated
Creates an enumerated INTEGER column.
Enumerated(int, int, MOAccess, V, boolean) - Constructor for class org.snmp4j.agent.mo.snmp.Enumerated
Creates an enumerated INTEGER or BITS column.
Enumerated(int, int, MOAccess, V, boolean, int[]) - Constructor for class org.snmp4j.agent.mo.snmp.Enumerated
Creates an enumerated INTEGER or BITS column with specifying a set of possible values.
Enumerated(int, MOAccess, V) - Constructor for class org.snmp4j.agent.mo.snmp.Enumerated
Deprecated.
As this version of the constructor does not safely define the column syntax if the defaultValue is null, use Enumerated(int, int, org.snmp4j.agent.MOAccess, org.snmp4j.smi.Variable) instead.
Enumerated(int, MOAccess, V, boolean) - Constructor for class org.snmp4j.agent.mo.snmp.Enumerated
Deprecated.
As this version of the constructor does not safely define the column syntax if the defaultValue is null, use Enumerated(int, int, org.snmp4j.agent.MOAccess, org.snmp4j.smi.Variable, boolean) instead.
Enumerated(int, MOAccess, V, boolean, int[]) - Constructor for class org.snmp4j.agent.mo.snmp.Enumerated
Deprecated.
As this version of the constructor does not safely define the column syntax if the defaultValue is null, use Enumerated(int, int, org.snmp4j.agent.MOAccess, org.snmp4j.smi.Variable, boolean, int[]) instead.
EnumeratedScalar<V extends org.snmp4j.smi.Variable> - Class in org.snmp4j.agent.mo.snmp
The EnumeratedScalar class represents enumerated SMI INTEGER (=Integer32) or an OCTET STRING with enumerated named bits for scalar objects.
EnumeratedScalar(OID, MOAccess, V) - Constructor for class org.snmp4j.agent.mo.snmp.EnumeratedScalar
Creates an enumerated Integer32 or BITS (OctetString) scalar with specifying a set of possible values.
EnumeratedScalar(OID, MOAccess, V, int[]) - Constructor for class org.snmp4j.agent.mo.snmp.EnumeratedScalar
Creates an enumerated scalar with specifying a set of possible values.
EnumerationConstraint - Class in org.snmp4j.agent.mo.snmp.smi
The EnumerationConstraint class checks an Integer32 value to match a set of (enumerated) values or a OctetString value to match a set of bit values for the BITS SMI type.
EnumerationConstraint(int[]) - Constructor for class org.snmp4j.agent.mo.snmp.smi.EnumerationConstraint
Creates an EnumerationConstraint based on the specified array of integer values.
equals(Object) - Method in class org.snmp4j.agent.DefaultMOContextScope
Indicates whether an object is equal to this one.
equals(Object) - Method in class org.snmp4j.agent.DefaultMOScope
 
equals(Object) - Method in class org.snmp4j.agent.io.Context
 
equals(Object) - Method in class org.snmp4j.agent.io.MOInfo
 
equals(Object) - Method in class org.snmp4j.agent.mo.DefaultMOTableRow
 
equals(Object) - Method in class org.snmp4j.agent.mo.snmp.CoexistenceInfo
 
equals(Object) - Method in class org.snmp4j.agent.mo.snmp.dh.DHKickstartParametersImpl
 
equals(Object) - Method in class org.snmp4j.agent.MOScopeComparator
 
equals(Object) - Method in class org.snmp4j.agent.request.AbstractRequest
 
equals(Object) - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequestIterator
 
error - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerToHandlerThresholdEnum
 
errorStatus - Variable in class org.snmp4j.agent.request.AbstractRequest
 
excluded - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB.SnmpNotifyFilterTypeEnum
 
EXISTS - Static variable in class org.snmp4j.agent.mo.MOTableRowEvent
A row exists in the table at the moment when the corresponding MOTableRowListener has been added to the table.
exportInstance(OID) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
exportInstance(OID) - Method in class org.snmp4j.agent.mo.MOScalar
 
exportInstance(OID) - Method in interface org.snmp4j.agent.RandomAccessManagedObject
Exports the byte representation of an instance of the ManagedObject.
external - Enum constant in enum class org.snmp4j.agent.mo.MOTableRowEvent.OriginType
Change is originated from external source of the affected ManagedObject, for example by a SNMP (AgentX) protocol operation.

F

factoryReset - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgResetEnum
 
FALSE - Static variable in class org.snmp4j.agent.mo.snmp.tc.TruthValueTC
 
fatal - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerToHandlerThresholdEnum
 
finalizeRequest(CommandResponderEvent<A>, SnmpRequest, MOServer) - Method in class org.snmp4j.agent.CommandProcessor
 
find(MOScope) - Method in interface org.snmp4j.agent.ManagedObject
Finds the first object ID (OID) in the specified search range.
find(MOScope) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
find(MOScope) - Method in class org.snmp4j.agent.mo.ext.StaticMOGroup
 
find(MOScope) - Method in class org.snmp4j.agent.mo.MOScalar
 
find(MOScope) - Method in interface org.snmp4j.agent.mo.MOTable
Finds the object identifier of the first object instance in the specified range.
find(MOScope) - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy
 
find(OID) - Method in class org.snmp4j.agent.request.AbstractRequest
 
find(OID) - Method in interface org.snmp4j.agent.request.Request
Finds the first sub-request whose OID starts with the supplied one.
findCell(MOScope, SubRequest<?>) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
finishInit() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Finishes initialization of the agent by connecting server and command processor, setting up USM, VACM, notification targets, and finally sending a coldStart notification to configured targets.
fireAfterMOChange(MOChangeEvent) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
fireAfterMOChange(MOChangeEvent) - Method in class org.snmp4j.agent.mo.MOScalar
 
fireAfterPrepareMOChange(MOChangeEvent) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
fireAfterPrepareMOChange(MOChangeEvent) - Method in class org.snmp4j.agent.mo.MOScalar
 
fireAgentStateChange() - Method in class org.snmp4j.agent.AgentConfigManager
 
fireBeforeMOChange(MOChangeEvent) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
fireBeforeMOChange(MOChangeEvent) - Method in class org.snmp4j.agent.mo.MOScalar
 
fireBeforePrepareMOChange(MOChangeEvent) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
fireBeforePrepareMOChange(MOChangeEvent) - Method in class org.snmp4j.agent.mo.MOScalar
 
fireContextChanged(ContextEvent) - Method in class org.snmp4j.agent.DefaultMOServer
 
fired - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib.Snmp4jNotificationLogModeEnum
 
fireIncrementCounter(CounterEvent) - Method in class org.snmp4j.agent.CommandProcessor
 
fireIncrementCounter(CounterEvent) - Method in class org.snmp4j.agent.mo.snmp.ProxyForwarderImpl
 
fireLaunchNotifications() - Method in class org.snmp4j.agent.AgentConfigManager
Fire notifications after agent start, i.e.
fireLookupEvent(ManagedObject<?>, MOServerLookupEvent) - Method in class org.snmp4j.agent.DefaultMOServer
 
fireNotificationLogEvent(NotificationLogEvent<?>) - Method in class org.snmp4j.agent.mo.snmp.NotificationOriginatorImpl
 
fireQueryEvent(ManagedObject<?>, MOServerLookupEvent) - Method in class org.snmp4j.agent.DefaultMOServer
 
fireRequestStatusChanged(RequestStatusEvent) - Method in class org.snmp4j.agent.request.RequestStatus
 
fireRowChanged(MOTableRowEvent<R>) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
fireRowExistsEvent(MOTableRowListener<R>) - Method in class org.snmp4j.agent.mo.DefaultMOTable
Fires a MOTableRowEvent.EXISTS for all rows in this table if the provided listener actively subscribes to all such events this time by setting MOTableRowEvent.setSendNextEventsOfSameOrigin(boolean) to true on the first rows and following events.
fireRowStatusChanged(RowStatusEvent) - Method in class org.snmp4j.agent.mo.snmp.RowStatus
 
fireTableModelChanged(MOTableModelEvent) - Method in class org.snmp4j.agent.mo.DefaultMOMutableTableModel
 
fireValidate(MOValueValidationEvent) - Method in class org.snmp4j.agent.mo.MOScalar
 
firstIndex() - Method in class org.snmp4j.agent.mo.DefaultMOTableModel
 
firstIndex() - Method in interface org.snmp4j.agent.mo.MOTableModel
Returns the first row index in this model.
firstRow() - Method in class org.snmp4j.agent.mo.DefaultMOTableModel
 
firstRow() - Method in interface org.snmp4j.agent.mo.MOTableModel
Returns the first row contained in this model.
forward(ProxyForwardRequest<A>) - Method in class org.snmp4j.agent.mo.snmp.ProxyForwarderImpl
Forwards a Request if it matches the criteria defined by the SNMP-PROXY-MIB associated with this proxy forwarder.
forward(ProxyForwardRequest<A>) - Method in interface org.snmp4j.agent.ProxyForwarder
Forwards a Request if it matches the criteria defined by the SNMP-PROXY-MIB associated with this proxy forwarder.
forwardTranslate(OID) - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy.OIDTranslator
 
forwardTranslate(OID) - Method in interface org.snmp4j.agent.util.OIDTranslation
Translates (changes) an OID from local to remote representation.
frameworkMIB - Variable in class org.snmp4j.agent.AgentConfigManager
 
freeRow(DefaultMOMutableRow2PC) - Method in class org.snmp4j.agent.mo.DefaultMOFactory
 
freeRow(DefaultMOMutableRow2PC) - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PCFactory
 
freeRow(SnmpCommunityMIB.SnmpTargetAddrExtEntryRow) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpTargetAddrExtEntryRowFactory
 
freeRow(Snmp4jConfigMib.Snmp4jCfgStorageEntryRow) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
freeRow(Snmp4jConfigMib.Snmp4jCfgStorageSeqEntryRow) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageSeqEntryRowFactory
 
freeRow(Snmp4jLogMib.Snmp4jLogConsoleHandlerEntryRow) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogConsoleHandlerEntryRowFactory
 
freeRow(Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogFileHandlerEntryRowFactory
 
freeRow(Snmp4jLogMib.Snmp4jLogHandlerEntryRow) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogHandlerEntryRowFactory
 
freeRow(R) - Method in class org.snmp4j.agent.mo.DefaultMOMutableTableModel
 
freeRow(R) - Method in interface org.snmp4j.agent.mo.MOTableRowFactory
Frees resources associated with the supplied row which is to be deleted.
fromSubIndex(OID, boolean) - Method in class org.snmp4j.agent.mo.snmp.RowCount
Sets the value of this Variable from the supplied (sub-)index.
fromValue(int) - Static method in enum class org.snmp4j.agent.mo.snmp.RowStatus.RowStatusEnum
 
fromValue(int) - Static method in enum class org.snmp4j.agent.mo.snmp.StorageType.StorageTypeEnum
Creates a StorageTypeEnum from its SMI value integer representation.
fullyQualified - Enum constant in enum class org.snmp4j.agent.mo.MOChangeEvent.OidType
 

G

generatePublicKey(DHParameters) - Method in class org.snmp4j.agent.mo.snmp.dh.DHKeyInfo
 
GenericManagedObject - Interface in org.snmp4j.agent.mo
The GenericManagedObject interface marks ManagedObject instances that can be used with any type of SubRequest, thus with any type of agent (regular, master, and sub-agent).
get - Enum constant in enum class org.snmp4j.agent.MOServerLookupEvent.IntendedUse
 
get() - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB.SysUpTimeImpl
 
get() - Method in interface org.snmp4j.agent.mo.snmp.SysUpTime
Returns the system's up-time in 1/100 seconds.
get(int) - Method in class org.snmp4j.agent.request.AbstractRequest
 
get(int) - Method in interface org.snmp4j.agent.request.Request
Gets the sub-request at the specified index.
get(SubRequest<?>) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
get(SubRequest<?>) - Method in class org.snmp4j.agent.mo.ext.StaticMOGroup
 
get(SubRequest<?>) - Method in class org.snmp4j.agent.mo.MOScalar
 
get(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy
 
get(SubRequest<?>, MOTableRow, int) - Method in class org.snmp4j.agent.mo.MOColumn
Process a get sub-request for the specified table row and column.
get(SubRequest<?>, MOTableRow, int) - Method in class org.snmp4j.agent.mo.snmp.dh.DHKeyChangeImpl
 
get(SubRequest<?>, MOTableRow, int) - Method in class org.snmp4j.agent.mo.snmp.KeyChange
 
get(SubRequest<?>, MOTableRow, int) - Method in class org.snmp4j.agent.mo.snmp.RowStatus
 
get(OctetString, int) - Method in class org.snmp4j.agent.ProxyMap
 
get(SR) - Method in interface org.snmp4j.agent.ManagedObject
Processes a GET request and return the result in the supplied sub-request.
getAccess() - Method in class org.snmp4j.agent.mo.MOAccessImpl
Returns the internal access ID.
getAccess() - Method in class org.snmp4j.agent.mo.MOColumn
 
getAccess() - Method in class org.snmp4j.agent.mo.MOScalar
Gets the access object for this scalar.
getAccess() - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy
 
getAddress() - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB.SnmpTargetAddrEntryRow
 
getAddress(Address) - Method in interface org.snmp4j.agent.mo.snmp.TDomainAddressFactory
Gets the TDomainAddress textual convention conforming OctetString value for the specified address.
getAddress(Address) - Method in class org.snmp4j.agent.mo.snmp.TDomainAddressFactoryImpl
 
getAddressCacheTimeoutNanos() - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
getAffectedRow() - Method in class org.snmp4j.agent.mo.MOTableModelEvent
Gets the affected row (if a single row is affected by the event).
getAgent() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getAgentNotificationOriginator() - Method in class org.snmp4j.agent.AgentConfigManager
Returns the notification originator of the agent.
getAgentState() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Returns the agent's state.
getAuthenticationProtocol() - Method in interface org.snmp4j.agent.mo.snmp.dh.DHKickstartParameters
As extension for RFC 2786 this parameter allows to select the authentication protocol to use for the kickstart operation.
getAuthenticationProtocol() - Method in class org.snmp4j.agent.mo.snmp.dh.DHKickstartParametersImpl
 
getAuthKeyChange() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
getAuthProtocol(MOTableRow) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
getAuthProtocol(MOTableRow) - Method in class org.snmp4j.agent.mo.snmp.UsmMIB.UsmTableRow
 
getAuthProtocolOID(MOTableRow) - Method in class org.snmp4j.agent.mo.snmp.UsmMIB.UsmTableRow
Gets the OID of the authentication protocol defined by the given change set.
getBaseRow() - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
 
getBaseRow() - Method in class org.snmp4j.agent.mo.DefaultMOTable.ChangeSet
 
getBaseRow() - Method in class org.snmp4j.agent.mo.DefaultMOTableRow
 
getBaseRow() - Method in interface org.snmp4j.agent.mo.MOTableRow
Gets the associated base row for this row (if this row is a dependent row).
getBaseTable() - Method in class org.snmp4j.agent.mo.MOTableRelation
 
getBERLength() - Method in class org.snmp4j.agent.mo.snmp.RowCount
Returns the length of this BERSerializable object in bytes when encoded according to the Basic Encoding Rules (BER).
getBERPayloadLength() - Method in class org.snmp4j.agent.mo.snmp.RowCount
Returns the length of the payload of this BERSerializable object in bytes when encoded according to the Basic Encoding Rules (BER).
getBooleanValue(Integer32) - Static method in class org.snmp4j.agent.mo.snmp.tc.TruthValueTC
Gets the boolean value of a TruthValue variable.
getBootCounterFile() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getBootManagedObject(OctetString) - Method in interface org.snmp4j.agent.mo.MOPriorityProvider
Returns the ManagedObject that stores the priority information and therefore needs to be stored/restored first to determine MOPriorityProvider.getPriorityMap(OctetString) for the provided context.
getBootManagedObject(OctetString) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
This default implementation of MOPriorityProvider does not support context depend configurations.
getCalendar() - Method in class org.snmp4j.agent.mo.snmp.DateAndTimeScalar
Gets a gregorian calendar instance with the date and time of this scalar.
getCellInfo(OID) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getCellInfo(OID) - Method in interface org.snmp4j.agent.mo.MOTable
Returns a MOTableCellInfo instance for the supplied cell OID.
getCellOID() - Method in interface org.snmp4j.agent.mo.MOTableCellInfo
Gets the OID that uniquely identifies the cell instance.
getCellOID(OID, int) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getChangedObject() - Method in class org.snmp4j.agent.mo.MOChangeEvent
 
getChangeSet() - Method in class org.snmp4j.agent.mo.snmp.RowStatusEvent
 
getChangesFromRequest(OID, MOTableRow, SubRequest<?>, Variable[], boolean, boolean) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getCoexistenceInfo() - Method in class org.snmp4j.agent.ProxyForwardRequest
 
getCoexistenceInfo() - Method in class org.snmp4j.agent.request.SnmpRequest
 
getCoexistenceInfo(OctetString) - Method in interface org.snmp4j.agent.mo.snmp.CoexistenceInfoProvider
Gets the information needed for community based security protocols to coexistence with the SNMPv3 security model.
getCoexistenceInfo(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
getCoexistenceInfoProvider() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
getCoexistenceProvider() - Method in class org.snmp4j.agent.CommandProcessor
 
getCoexistenceProvider() - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
getColumn() - Method in interface org.snmp4j.agent.mo.MOTableCellInfo
Gets the column index of the cell's column.
getColumn(int) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getColumn(int) - Method in interface org.snmp4j.agent.mo.MOTable
Gets the column definition for the specified column.
getColumnCount() - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getColumnCount() - Method in class org.snmp4j.agent.mo.DefaultMOTableModel
 
getColumnCount() - Method in interface org.snmp4j.agent.mo.MOTable
Returns the number of columns in this table.
getColumnCount() - Method in interface org.snmp4j.agent.mo.MOTableModel
Returns the number of columns currently in this table model.
getColumnID() - Method in class org.snmp4j.agent.mo.MOColumn
 
getColumnID() - Method in interface org.snmp4j.agent.mo.MOTableCellInfo
Gets the column ID of the cell's column.
getColumnIndex() - Method in class org.snmp4j.agent.mo.MOTableModelEvent
Returns the column index associated with this event.
getColumnIndex(int) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getColumnIndex(int) - Method in interface org.snmp4j.agent.mo.MOTable
Returns the zero based column index for the specified column sub-identifier.
getColumns() - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getColumns() - Method in interface org.snmp4j.agent.mo.MOTable
Gets the column definitions for this table.
getColumnValue(MOTableRow, MOTable<?, ?, ?>, Class<MOColumn<V>>, SubRequest<?>) - Static method in class org.snmp4j.agent.mo.DefaultMOTableRow
Gets the value of the first column (if it exists) in the specified row and table that matches (equals) the given column class.
getCommandEvent() - Method in class org.snmp4j.agent.ProxyForwardRequest
 
getCommunity(OctetString, OctetString, OctetString) - Method in interface org.snmp4j.agent.mo.snmp.CoexistenceInfoProvider
Returns the community associated with the supplied security name.
getCommunity(OctetString, OctetString, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
getCompleteRepetitions() - Method in class org.snmp4j.agent.request.SnmpRequest
Returns the number of repetitions that are complete.
getConfigFile() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getConfigurationFactory() - Method in class org.snmp4j.agent.AgentConfigManager
Gets the factory that generates a MOInput instance to load initial or reset configuration into the agent.
getConstraints() - Method in interface org.snmp4j.agent.mo.snmp.smi.Constraints
Gets an array with the constraints in this collection ordered by insertion time.
getConstraints() - Method in class org.snmp4j.agent.mo.snmp.smi.ConstraintsImpl
 
getContact() - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
 
getContext() - Method in class org.snmp4j.agent.ContextEvent
Returns context name associated with this event object.
getContext() - Method in class org.snmp4j.agent.DefaultMOContextScope
Gets the context of the scope.
getContext() - Method in class org.snmp4j.agent.DefaultMOQuery
 
getContext() - Method in class org.snmp4j.agent.io.Context
 
getContext() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogEvent
 
getContext() - Method in interface org.snmp4j.agent.MOContextScope
Returns the context name of this scope.
getContext() - Method in class org.snmp4j.agent.NotificationTask
 
getContext() - Method in class org.snmp4j.agent.ProxyForwardRequest
 
getContext() - Method in interface org.snmp4j.agent.request.Request
Gets the context of the request.
getContext() - Method in class org.snmp4j.agent.request.SnmpRequest
 
getContext(MOGroup) - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
This method can be overwritten by a subagent to specify the contexts each MIB module (group) will be registered to.
getContext(MOGroup, OctetString) - Method in class org.snmp4j.agent.AgentConfigManager
This method can be overwritten by a subagent to specify the contexts each MIB module (group) will be registered to.
getContextEngineID() - Method in class org.snmp4j.agent.CommandProcessor
 
getContextEngineID() - Method in class org.snmp4j.agent.mo.snmp.CoexistenceInfo
 
getContextEngineID() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogEvent
 
getContextEngineID() - Method in class org.snmp4j.agent.ProxyForwardRequest
 
getContextName() - Method in class org.snmp4j.agent.mo.snmp.CoexistenceInfo
 
getContexts() - Method in class org.snmp4j.agent.DefaultMOServer
 
getContexts() - Method in interface org.snmp4j.agent.MOServer
Returns the contexts known by the server.
getCounterListener() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getCounterSupport() - Method in class org.snmp4j.agent.AgentConfigManager
 
getDefaultContext() - Method in class org.snmp4j.agent.AgentConfigManager
Returns the default context - which is the context that is used by the base agent to register its MIB objects.
getDefaultContext() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Returns the default context - which is the context that is used by the base agent to register its MIB objects.
getDefaultProxyForwarder() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getDefaultURI() - Method in class org.snmp4j.agent.io.DefaultMOPersistenceProvider
 
getDefaultURI() - Method in interface org.snmp4j.agent.io.MOPersistenceProvider
Gets the URI of the default persistent storage for this provider.
getDefaultValue() - Method in class org.snmp4j.agent.mo.MOMutableColumn
 
getDefaultValues() - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getDefaultValues() - Method in interface org.snmp4j.agent.mo.MOTable
Returns an array of variables where each variable corresponds to the column with the same index.
getDenyReason() - Method in class org.snmp4j.agent.mo.DeniableEventObject
Returns the reason (i.e., SNMPv2/v3 error status) that indicates the error condition that caused this event to be canceled.
getDependentIndexes(BaseRow) - Method in class org.snmp4j.agent.mo.MOTableRelation
Returns the dependent indexes for the specified base row.
getDependentTable() - Method in class org.snmp4j.agent.mo.MOTableRelation
 
getDependentTable() - Method in class org.snmp4j.agent.mo.MOTableRelation.RelationShipListener
 
getDependentTableRow(OID, OID) - Method in class org.snmp4j.agent.mo.DefaultMOTable
Gets the row with the given index from the dependent table (thus a table which extends this table using a MOTableRelation) with the provided table entry object identifier.
getDescr() - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
 
getDescription() - Method in class org.snmp4j.agent.AgentConfigManager.ErrorDescriptor
 
getDescription() - Method in interface org.snmp4j.agent.AgentState.ErrorDescriptor
Gets the error description.
getDhKickstartParameters() - Method in class org.snmp4j.agent.AgentConfigManager
Overwrite this method to provide Diffie Hellman kick start parameters.
getDHParameters() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
getDHParamters() - Method in class org.snmp4j.agent.mo.snmp.dh.UsmDHParametersImpl
 
getDigestLength(UsmMIB.UsmTableRow, MOTableRow) - Method in class org.snmp4j.agent.mo.snmp.UsmKeyChange
 
getEngineBoots() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Reads the engine boots counter from the corresponding input stream (file).
getErrorIndex() - Method in class org.snmp4j.agent.request.AbstractRequest
 
getErrorIndex() - Method in interface org.snmp4j.agent.request.Request
 
getErrorIndex() - Method in class org.snmp4j.agent.request.SnmpRequest
 
getErrors() - Method in class org.snmp4j.agent.AgentConfigManager.AgentState
Get the error descriptors associated with this agent state.
getErrors() - Method in interface org.snmp4j.agent.AgentState
Get the error descriptors associated with this agent state.
getErrorStatus() - Method in class org.snmp4j.agent.request.AbstractRequest
 
getErrorStatus() - Method in interface org.snmp4j.agent.request.Request
 
getErrorStatus() - Method in class org.snmp4j.agent.request.RequestStatus
 
getErrorStatus() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
getErrorStatus() - Method in interface org.snmp4j.agent.request.SubRequest
Gets the error status for this sub-request.
getEventID() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogEvent
 
getException() - Method in class org.snmp4j.agent.AgentConfigManager.ErrorDescriptor
 
getException() - Method in interface org.snmp4j.agent.AgentState.ErrorDescriptor
The exception that occurred.
getGroupNameForVacmRole(String) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
Return the VACM group name for the specified VACM role.
getHandler(int) - Method in class org.snmp4j.agent.CommandProcessor
 
getID() - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getID() - Method in class org.snmp4j.agent.mo.MOScalar
 
getID() - Method in interface org.snmp4j.agent.RegisteredManagedObject
Gets the unique object ID of the managed object.
getImportMode() - Method in class org.snmp4j.agent.io.DefaultMOInput
 
getImportMode() - Method in interface org.snmp4j.agent.io.MOInput
Returns the update mode, which might be one of the constants defined by ImportMode.
getImportMode() - Method in class org.snmp4j.agent.io.prop.PropertyMOInput
Returns the update mode, which might be one of the constants defined by ImportMode.
getIndex() - Method in class org.snmp4j.agent.io.IndexedVariables
 
getIndex() - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
 
getIndex() - Method in class org.snmp4j.agent.mo.DefaultMOTable.ChangeSet
 
getIndex() - Method in class org.snmp4j.agent.mo.DefaultMOTableRow
 
getIndex() - Method in interface org.snmp4j.agent.mo.MOTableCellInfo
Returns the index of the cell's row.
getIndex() - Method in interface org.snmp4j.agent.mo.MOTableRow
Gets the row's index OID, for example the row index of the first row of an ifTable would return OID("1").
getIndex() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
getIndex() - Method in interface org.snmp4j.agent.request.SubRequest
Returns the index of this subrequest in the request.
getIndex(int) - Method in class org.snmp4j.agent.mo.MOTableIndex
Gets the sub-index definition at the specified index.
getIndexDef() - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getIndexDef() - Method in interface org.snmp4j.agent.mo.MOTable
Gets the index definition of this table.
getIndexDef() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
getIndexDef() - Method in class org.snmp4j.agent.mo.snmp.UsmMIB.UsmTableModel
 
getIndexDef() - Method in class org.snmp4j.agent.mo.snmp.UsmMIB.UsmTableRow
 
getIndexOID(Variable[]) - Method in class org.snmp4j.agent.mo.MOTableIndex
Gets the index OID from an array of index values.
getIndexOIDs(OID) - Method in class org.snmp4j.agent.mo.MOTableIndex
Split a table index into an array of object IDs each representing the value of its corresponding index object.
getIndexPart(OID) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getIndexPart(OID) - Method in interface org.snmp4j.agent.mo.MOTable
Returns the index part of a column instance identifier of this table.
getIndexValues(OID) - Method in class org.snmp4j.agent.mo.MOTableIndex
Gets the index values contained in an index OID.
getInitializedKeyAgreement() - Method in class org.snmp4j.agent.mo.snmp.dh.DHKeyInfo
 
getInstance() - Static method in class org.snmp4j.agent.mo.DefaultMOFactory
Returns the factory singleton with default support for SNMPv2-TC textual conventions.
getInstance() - Static method in class org.snmp4j.agent.mo.ext.SimMOFactory
 
getInstance(int) - Static method in class org.snmp4j.agent.mo.MOAccessImpl
Returns the appropriate MOAccess instance for the supplied access ID.
getInstanceSubID(OID) - Method in class org.snmp4j.agent.mo.DefaultMOTable
Returns the instance sub-identifier suffix for the given instance OID.
getInstanceSubID(OID) - Method in interface org.snmp4j.agent.RandomAccessManagedObject
Returns the instance sub-identifier suffix for the given instance OID.
getIntendedUse() - Method in class org.snmp4j.agent.MOServerLookupEvent
Returns the intended use that triggered the lookup event.
getInternalRequestTimeout() - Method in class org.snmp4j.agent.CommandProcessor
Gets the internal request timeout millis.
getLastChangedColumn() - Method in class org.snmp4j.agent.mo.DefaultMOTable.ChangeSet
 
getLastUpdate() - Method in interface org.snmp4j.agent.UpdatableManagedObject
Gets the date and time of the last update.
getLastUpdate() - Method in class org.snmp4j.agent.UpdatableMOSupport
Gets the date and time of the last update.
getLastUpdateSource() - Method in interface org.snmp4j.agent.UpdatableManagedObject
Gets the object that triggered the last update of this managed object.
getLastUpdateSource() - Method in class org.snmp4j.agent.UpdatableMOSupport
Gets the object that triggered the last update of this managed object.
getLimits() - Method in class org.snmp4j.agent.mo.util.MOTableSizeLimit
 
getLink(OID) - Method in class org.snmp4j.agent.mo.DefaultMOFactory
 
getLink(OID) - Method in interface org.snmp4j.agent.mo.LinkedMOFactory
Gets the link for the given object ID or any sub-OID prefix thereof.
getLocalCertificateAlias(Address) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getLocalEngineID() - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
Returns the local SNMPv3 engine ID.
getLocation() - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
 
getLockOwner() - Method in class org.snmp4j.agent.mo.lock.LockRequest
 
getLockRequestStatus() - Method in class org.snmp4j.agent.mo.lock.LockRequest
 
getLockStrategy() - Method in class org.snmp4j.agent.DefaultMOServer
Return the locking strategy for this server.
getLogAdapter() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerRow
 
getLogMode() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib
Returns the current log mode as defined by #Snmp4jNotificationLogModeEnum.
getLookupEvent() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
getLookupEvent() - Method in interface org.snmp4j.agent.request.SnmpSubRequest
 
getLookupResult() - Method in class org.snmp4j.agent.MOServerLookupEvent
Returns the ManagedObject that has been looked up.
getLowerBound() - Method in class org.snmp4j.agent.DefaultMOQuery
 
getLowerBound() - Method in class org.snmp4j.agent.DefaultMOScope
 
getLowerBound() - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getLowerBound() - Method in class org.snmp4j.agent.mo.MOScalar
 
getLowerBound() - Method in class org.snmp4j.agent.mo.snmp.smi.Constraint
 
getLowerBound() - Method in interface org.snmp4j.agent.MOScope
Gets the lower bound OID of the scope.
getLowerBound() - Method in class org.snmp4j.agent.util.OIDScope
 
getManagedObject(OID, OctetString) - Method in class org.snmp4j.agent.DefaultMOServer
Returns the ManagedObject with the specified OID as ID returned by RegisteredManagedObject.getID() or the lower bound (regardless whether the ManagedObject's scope includes it or not) when registered in the supplied context.
getManagedObject(OID, OctetString, boolean) - Method in class org.snmp4j.agent.DefaultMOServer
Returns the ManagedObject with the specified OID as ID returned by RegisteredManagedObject.getID() or the lower bound (regardless whether the ManagedObject's scope includes it or not) when registered in the supplied context.
getMatches(ProxyForwardRequest<?>) - Method in class org.snmp4j.agent.mo.snmp.ProxyForwarderImpl
 
getMaxLength() - Method in class org.snmp4j.agent.mo.MOTableSubIndex
Returns the maximum sub-index length.
getMaxLength() - Method in class org.snmp4j.agent.mo.snmp.SnmpAdminString
 
getMaxMessageSize() - Method in class org.snmp4j.agent.mo.snmp.CoexistenceInfo
 
getMaxNumRows() - Method in class org.snmp4j.agent.mo.util.MOTableSizeLimit
 
getMaxPhase() - Method in class org.snmp4j.agent.request.AbstractRequest
 
getMaxPhase() - Method in class org.snmp4j.agent.request.SnmpRequest
 
getMaxRepetitions() - Method in class org.snmp4j.agent.request.SnmpRequest
 
getMaxRepetitionsLimit() - Static method in class org.snmp4j.agent.request.SnmpRequest
Gets the upper limit for maxRepetitions handled by SnmpRequest instances.
getMessageProcessingModel() - Method in interface org.snmp4j.agent.request.Request
 
getMessageProcessingModel() - Method in class org.snmp4j.agent.request.SnmpRequest
 
getMinLength() - Method in class org.snmp4j.agent.mo.MOTableSubIndex
Returns the minimum sub-index length.
getMinLength() - Method in class org.snmp4j.agent.mo.snmp.SnmpAdminString
 
getModel() - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getModel() - Method in interface org.snmp4j.agent.mo.MOTable
Gets the table model of this table.
getModification() - Method in class org.snmp4j.agent.mo.MOChangeEvent
Gets the type of the modification.
getModificationFromValues(Variable, Variable) - Method in class org.snmp4j.agent.mo.MOChangeEvent
 
getModuleName() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.DHKeyChange
 
getModuleName() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.SnmpAdminString
 
getModuleName() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.SnmpEngineID
 
getModuleName() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.TAddress
 
getModuleName() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.TDomain
 
getModuleName() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTLSFingerprint
 
getModuleName() - Method in class org.snmp4j.agent.mo.snmp.tc.AutonomousTypeTC
 
getModuleName() - Method in class org.snmp4j.agent.mo.snmp.tc.DateAndTimeTC
 
getModuleName() - Method in class org.snmp4j.agent.mo.snmp.tc.DisplayStringTC
 
getModuleName() - Method in class org.snmp4j.agent.mo.snmp.tc.RowStatusTC
 
getModuleName() - Method in class org.snmp4j.agent.mo.snmp.tc.SnmpAdminStringTC
 
getModuleName() - Method in class org.snmp4j.agent.mo.snmp.tc.SnmpEngineIDTC
 
getModuleName() - Method in class org.snmp4j.agent.mo.snmp.tc.StorageTypeTC
 
getModuleName() - Method in class org.snmp4j.agent.mo.snmp.tc.TestAndIncrTC
 
getModuleName() - Method in interface org.snmp4j.agent.mo.snmp.tc.TextualConvention
Returns the MIB module name that defined this textual convention.
getModuleName() - Method in class org.snmp4j.agent.mo.snmp.tc.TimeStampTC
 
getModuleName() - Method in class org.snmp4j.agent.mo.snmp.tc.TruthValueTC
 
getMPv3() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getName() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.DHKeyChange
 
getName() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.SnmpAdminString
 
getName() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.SnmpEngineID
 
getName() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.TAddress
 
getName() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.TDomain
 
getName() - Method in class org.snmp4j.agent.mo.snmp.SnmpFrameworkMIB
 
getName() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTLSFingerprint
 
getName() - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
 
getName() - Method in class org.snmp4j.agent.mo.snmp.SNMPv2TC
 
getName() - Method in class org.snmp4j.agent.mo.snmp.tc.AutonomousTypeTC
 
getName() - Method in class org.snmp4j.agent.mo.snmp.tc.DateAndTimeTC
 
getName() - Method in class org.snmp4j.agent.mo.snmp.tc.DisplayStringTC
 
getName() - Method in class org.snmp4j.agent.mo.snmp.tc.RowStatusTC
 
getName() - Method in class org.snmp4j.agent.mo.snmp.tc.SnmpAdminStringTC
 
getName() - Method in class org.snmp4j.agent.mo.snmp.tc.SnmpEngineIDTC
 
getName() - Method in class org.snmp4j.agent.mo.snmp.tc.StorageTypeTC
 
getName() - Method in interface org.snmp4j.agent.mo.snmp.tc.TCModule
Returns the (unique) name of the module definition.
getName() - Method in class org.snmp4j.agent.mo.snmp.tc.TestAndIncrTC
 
getName() - Method in interface org.snmp4j.agent.mo.snmp.tc.TextualConvention
Returns the name of the textual convention as defined in the MIB module.
getName() - Method in class org.snmp4j.agent.mo.snmp.tc.TimeStampTC
 
getName() - Method in class org.snmp4j.agent.mo.snmp.tc.TruthValueTC
 
getNewAuthKey() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
getNewPrivKey() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
getNewRows(Request<?, ?, ?>) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getNewStatus() - Method in class org.snmp4j.agent.mo.snmp.RowStatusEvent
 
getNewValue() - Method in class org.snmp4j.agent.mo.MOChangeEvent
 
getNewValue() - Method in class org.snmp4j.agent.mo.MOValueValidationEvent
 
getNext - Enum constant in enum class org.snmp4j.agent.MOServerLookupEvent.IntendedUse
 
getNextScope(OID) - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
getNextSubIndex() - Method in class org.snmp4j.agent.util.IndexGenerator
Creates the next sub-index OID value.
getNlmConfigGlobalAgeOut() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
getNlmConfigGlobalEntryLimit() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
getNlmConfigLogAdminStatus() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogEntryRow
 
getNlmConfigLogEntry() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
getNlmConfigLogEntryLimit() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogEntryRow
 
getNlmConfigLogEntryStatus() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogEntryRow
 
getNlmConfigLogFilterName() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogEntryRow
 
getNlmConfigLogOperStatus() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogEntryRow
 
getNlmConfigLogStorageType() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogEntryRow
 
getNlmLogContextEngineID() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogEntryRow
 
getNlmLogContextName() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogEntryRow
 
getNlmLogDateAndTime() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogEntryRow
 
getNlmLogEngineID() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogEntryRow
 
getNlmLogEngineTAddress() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogEntryRow
 
getNlmLogEngineTDomain() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogEntryRow
 
getNlmLogEntry() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
getNlmLogNotificationID() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogEntryRow
 
getNlmLogTime() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogEntryRow
 
getNlmLogVariableCounter32Val() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
getNlmLogVariableCounter64Val() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
getNlmLogVariableEntry() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
getNlmLogVariableID() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
getNlmLogVariableInteger32Val() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
getNlmLogVariableIpAddressVal() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
getNlmLogVariableOctetStringVal() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
getNlmLogVariableOidVal() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
getNlmLogVariableOpaqueVal() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
getNlmLogVariableTimeTicksVal() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
getNlmLogVariableUnsigned32Val() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
getNlmLogVariableValueType() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
getNlmStatsGlobalNotificationsBumped() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
getNlmStatsGlobalNotificationsLogged() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
getNlmStatsLogEntry() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
getNlmStatsLogNotificationsBumped() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmStatsLogEntryRow
 
getNlmStatsLogNotificationsLogged() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmStatsLogEntryRow
 
getNonRepeaters() - Method in class org.snmp4j.agent.request.SnmpRequest
 
getNotificationID() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogEvent
 
getNotificationID() - Method in class org.snmp4j.agent.NotificationTask
 
getNotificationLogMIB() - Method in class org.snmp4j.agent.AgentConfigManager
Returns the NOTIFICATION-LOG-MIB implementation used by this config manager.
getNotificationOriginator() - Method in class org.snmp4j.agent.AgentConfigManager
Returns the notification originator of this agent configuration.
getNotificationOriginator() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getNotificationOriginator() - Method in class org.snmp4j.agent.CommandProcessor
 
getNotificationOriginator() - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
Gets the notification originator used for sending authenticationFailure traps.
getNotificationOriginator() - Method in class org.snmp4j.agent.NotificationTask
 
getNotifyFilterProfileTable() - Method in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
getNotifyFilterTable() - Method in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
getNotifyTable() - Method in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
getNumberOfConsecutiveEventsOfSameOrigin() - Method in class org.snmp4j.agent.mo.MOTableRowEvent
 
getObjectID() - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
 
getOid() - Method in class org.snmp4j.agent.mo.MOScalar
Gets the instance OID of this scalar managed object.
getOid() - Method in class org.snmp4j.agent.mo.MOTableSubIndex
Returns the optional OID of the sub-index object definition.
getOID() - Method in class org.snmp4j.agent.io.MOInfo
 
getOID() - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getOID() - Method in class org.snmp4j.agent.mo.MOChangeEvent
 
getOID() - Method in interface org.snmp4j.agent.mo.MOTable
Returns the OID of the table entry.
getOidType() - Method in class org.snmp4j.agent.mo.MOChangeEvent
Gets the representation type of the OID of the event as defined by MOChangeEvent.OidType.
getOldStatus() - Method in class org.snmp4j.agent.mo.snmp.RowStatusEvent
 
getOldValue() - Method in class org.snmp4j.agent.mo.MOChangeEvent
 
getOldValue() - Method in class org.snmp4j.agent.mo.MOValueValidationEvent
 
getOriginatorEngineID() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogEvent
 
getOriginatorTarget() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogEvent
 
getOriginType() - Method in class org.snmp4j.agent.mo.MOTableRowEvent
Gets the MOTableRowEvent.OriginType of this event.
getOwnAuthKeyChange() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
getOwnPrivKeyChange() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
getPendingChangeSet(SubRequest<?>, OID) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getPersistenceImportMode() - Method in class org.snmp4j.agent.AgentConfigManager
Returns the currently active import mode for the MOPersistenceProvider.
getPersistenceProvider() - Method in class org.snmp4j.agent.AgentConfigManager
Gets the persistence provider which stores and restores non-volatile (i.e., persistent) MIB data.
getPersistenceProvider(String) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
getPersistenceProviderID() - Method in class org.snmp4j.agent.io.DefaultMOPersistenceProvider
Returns an unique ID of the persistence provider which should identify the format and type of the persistence provider.
getPersistenceProviderID() - Method in interface org.snmp4j.agent.io.MOPersistenceProvider
Returns an unique ID of the persistence provider which should identify the format and type of the persistence provider.
getPersistentValues(MOTableRow) - Method in class org.snmp4j.agent.mo.DefaultMOTable
Gets the values of a row that need to be made persistent on behalf of a DefaultMOTable.save(MOOutput output) call.
getPhase() - Method in class org.snmp4j.agent.request.AbstractRequest
 
getPhase() - Method in interface org.snmp4j.agent.request.Request
Gets the phase identifier of the current Two-Phase-Commit (2PC) phase of this request.
getPreparedChanges() - Method in class org.snmp4j.agent.mo.MOTableRowEvent
 
getPrimaryPersistence() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
getPriorityMap(OctetString) - Method in interface org.snmp4j.agent.mo.MOPriorityProvider
Returns a sorted map that maps object identifiers to a integer based priority where lesser numbers represent higher priority, i.e.
getPriorityMap(OctetString) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
getPrivacyProtocol() - Method in interface org.snmp4j.agent.mo.snmp.dh.DHKickstartParameters
As extension for RFC 2786 this parameter allows to select the privacy protocol to use for the kickstart operation.
getPrivacyProtocol() - Method in class org.snmp4j.agent.mo.snmp.dh.DHKickstartParametersImpl
 
getPrivKeyChange() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
getPrivProtocol(MOTableRow) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
getPrivProtocol(MOTableRow) - Method in class org.snmp4j.agent.mo.snmp.UsmMIB.UsmTableRow
 
getPrivProtocolOID(MOTableRow) - Method in class org.snmp4j.agent.mo.snmp.UsmMIB.UsmTableRow
Gets the OID of the privacy protocol defined by the given change set.
getProcessingUserObject(Object) - Method in interface org.snmp4j.agent.request.Request
Gets the processing user object for the specified key.
getProcessingUserObject(Object) - Method in class org.snmp4j.agent.request.SnmpRequest
 
getProtocolForKeyChange(Request<?, ?, ?>, OID, DHOperations.KeyType) - Method in class org.snmp4j.agent.mo.snmp.UsmMIB
 
getProxyForwarder() - Method in class org.snmp4j.agent.CommandProcessor
 
getProxyName() - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy
 
getProxyRows(int, OctetString, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
getProxyType() - Method in class org.snmp4j.agent.ProxyForwardRequest
 
getPublicKey() - Method in interface org.snmp4j.agent.mo.snmp.dh.DHKickstartParameters
Gets the public Diffie Hellman public key for this security name (from the command generator).
getPublicKey() - Method in class org.snmp4j.agent.mo.snmp.dh.DHKickstartParametersImpl
 
getQuery() - Method in class org.snmp4j.agent.MOServerLookupEvent
Returns the query that has been used to lookup the managed object.
getQuery() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
getQuery() - Method in interface org.snmp4j.agent.request.SubRequest
Gets the query previously associated with this sub-request.
getRegisteredContexts(ManagedObject<?>) - Method in class org.snmp4j.agent.DefaultMOServer
 
getRegisteredContexts(ManagedObject<?>) - Method in interface org.snmp4j.agent.MOServer
Returns the contexts for which the supplied ManagedObject has been registered.
getRegisteredScope() - Method in exception class org.snmp4j.agent.DuplicateRegistrationException
Returns the scope that is already registered and overlaps with the scope returned by DuplicateRegistrationException.getRegistrationScope().
getRegisteredScopes(ManagedObject<?>) - Method in class org.snmp4j.agent.DefaultMOServer
 
getRegisteredScopes(ManagedObject<?>) - Method in interface org.snmp4j.agent.MOServer
Returns the scopes MOScope or MOContextScope for which the supplied ManagedObject has been registered in a map indexed by context.
getRegistrationScope() - Method in exception class org.snmp4j.agent.DuplicateRegistrationException
Returns the scope of the failed registration attempt.
getRegistry() - Method in class org.snmp4j.agent.DefaultMOServer
 
getRelationShipListener() - Method in class org.snmp4j.agent.mo.MOTableRelation
 
getRepeaterCount() - Method in class org.snmp4j.agent.request.SnmpRequest
 
getReprocessCounter() - Method in class org.snmp4j.agent.request.AbstractRequest
 
getReprocessCounter() - Method in interface org.snmp4j.agent.request.Request
Returns the value of the reprocessing counter associated with this request.
getRequest() - Method in class org.snmp4j.agent.mo.snmp.RowStatusEvent
Returns the request (SNMP or AgentX) associated with this event.
getRequest() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
getRequest() - Method in interface org.snmp4j.agent.request.SubRequest
Gets the request this sub-request belongs to.
getRequestList() - Method in class org.snmp4j.agent.CommandProcessor
 
getResponse() - Method in class org.snmp4j.agent.request.AbstractRequest
 
getResponse() - Method in interface org.snmp4j.agent.request.Request
Returns the response object for this request.
getResponse() - Method in class org.snmp4j.agent.request.SnmpRequest
Return the response PDU.
getResponsePDU() - Method in class org.snmp4j.agent.ProxyForwardRequest
 
getResponses() - Method in class org.snmp4j.agent.NotificationTask
Returns an array of ResponseEvent instances.
getRestoreValue(Variable[], int) - Method in class org.snmp4j.agent.mo.MOColumn
Return the restore value for this column and the given row.
getResultingValue(int, MOTableRow) - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
Returns the value of the specified column that would result if the specified changes would have been applied to the row.
getRoleName() - Method in enum class org.snmp4j.agent.security.BasicVacmConfigurator.Roles
 
getRow() - Method in class org.snmp4j.agent.mo.MOTableRowEvent
 
getRow() - Method in class org.snmp4j.agent.mo.snmp.RowStatusEvent
 
getRow(OID) - Method in class org.snmp4j.agent.mo.DefaultMOTableModel
 
getRow(OID) - Method in interface org.snmp4j.agent.mo.MOTableModel
Gets the row with the specified index.
getRowCount() - Method in class org.snmp4j.agent.mo.DefaultMOTableModel
 
getRowCount() - Method in interface org.snmp4j.agent.mo.MOTableModel
Returns the number of rows currently in this table model.
getRowFactory() - Method in class org.snmp4j.agent.mo.DefaultMOMutableTableModel
 
getRowFactory() - Method in interface org.snmp4j.agent.mo.MOMutableTableModel
Gets the factory instance used for creating rows for this model.
getRowModificationControlColumns() - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getRowPreview(Request<?, ?, ?>, OID) - Method in class org.snmp4j.agent.mo.DefaultMOTable
Gets a DefaultMOTable.ChangeSet that contains the row values as if they had been already committed (not taking into account value modifications performed by the columns commit operations).
getRows(OID, OID) - Method in class org.snmp4j.agent.mo.DefaultMOMutableTableModel
Returns a lexicographic ordered list of the rows in the specified index range.
getRows(OID, OID, MOTableRowFilter<R>) - Method in class org.snmp4j.agent.mo.DefaultMOMutableTableModel
Returns a lexicographic ordered list of the rows in the specified index range that match the supplied filter.
getRowStatus(MOTableRow, MOTable<?, ?, ?>) - Static method in class org.snmp4j.agent.mo.snmp.RowStatus
Gets the value of the RowStatus column (if it exists) in the specified row and table.
getScope() - Method in class org.snmp4j.agent.DefaultMOQuery
Gets the search range of this query.
getScope() - Method in interface org.snmp4j.agent.ManagedObject
Returns the scope of object identifiers this managed object is managing.
getScope() - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getScope() - Method in class org.snmp4j.agent.mo.ext.StaticMOGroup
 
getScope() - Method in class org.snmp4j.agent.mo.MOScalar
Returns the scope of OIDs that are covered by this scalar's object registration.
getScope() - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy
 
getScope() - Method in interface org.snmp4j.agent.MOQuery
Gets the search range of this query.
getScope() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
getScope() - Method in interface org.snmp4j.agent.request.SubRequest
Gets the scope for this subrequest.
getSecurityLevel() - Method in interface org.snmp4j.agent.request.Request
 
getSecurityLevel() - Method in class org.snmp4j.agent.request.SnmpRequest
 
getSecurityModel() - Method in interface org.snmp4j.agent.request.Request
 
getSecurityModel() - Method in class org.snmp4j.agent.request.SnmpRequest
 
getSecurityModels() - Method in class org.snmp4j.agent.AgentConfigManager
 
getSecurityName() - Method in class org.snmp4j.agent.mo.snmp.CoexistenceInfo
 
getSecurityName() - Method in interface org.snmp4j.agent.mo.snmp.dh.DHKickstartParameters
Gets the security name associated with the kickstart parameters.
getSecurityName() - Method in class org.snmp4j.agent.mo.snmp.dh.DHKickstartParametersImpl
 
getSecurityName() - Method in class org.snmp4j.agent.ProxyForwardRequest
 
getSecurityName() - Method in interface org.snmp4j.agent.request.Request
 
getSecurityName() - Method in class org.snmp4j.agent.request.SnmpRequest
 
getSecurityName(X509Certificate[]) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSecurityProtocols() - Method in class org.snmp4j.agent.AgentConfigManager
 
getSecurityProtocols() - Method in class org.snmp4j.agent.mo.snmp.UsmMIB
 
getServer() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getServer(OctetString) - Method in class org.snmp4j.agent.CommandProcessor
Gets a MOServer responsible for the specified context.
getServices() - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
 
getSession() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getSharedKey() - Method in class org.snmp4j.agent.mo.snmp.dh.DHKeyInfo
 
getSingleInstanceScope() - Method in class org.snmp4j.agent.mo.MOScalar
Returns a scope that covers only the scalar instance itself without any possible OIDs down in the tree or at the same level.
getSize() - Method in class org.snmp4j.agent.io.Sequence
 
getSmiSyntax() - Method in class org.snmp4j.agent.mo.MOTableSubIndex
Gets the SMI syntax of the sub-index.
getSnmp4jCfgStorageEntry() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
getSnmp4jCfgStorageID() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
 
getSnmp4jCfgStorageLastRestore() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
 
getSnmp4jCfgStorageLastStore() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
 
getSnmp4jCfgStorageOperation() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
 
getSnmp4jCfgStoragePath() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
 
getSnmp4jCfgStorageRestoreMode() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
 
getSnmp4jCfgStorageSeqEntry() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
getSnmp4jCfgStorageSeqRowStatus() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageSeqEntryRow
 
getSnmp4jCfgStorageSeqStorageType() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageSeqEntryRow
 
getSnmp4jCfgStorageSeqSubtree() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageSeqEntryRow
 
getSnmp4jCfgStorageStatus() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
 
getSnmp4jCfgStorageStorageType() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
 
getSnmp4jConfigMIB() - Method in class org.snmp4j.agent.AgentConfigManager
Returns the SNMP4J-CONFIG-MIB implementation used by this config manager.
getSnmp4jConfigMIB() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getSnmp4jLogConsoleHandlerEntry() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
getSnmp4jLogConsoleHandlerTarget() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogConsoleHandlerEntryRow
 
getSnmp4jLogFileHandlerAppend() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow
 
getSnmp4jLogFileHandlerBufferedIO() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow
 
getSnmp4jLogFileHandlerBufferSize() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow
 
getSnmp4jLogFileHandlerEntry() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
getSnmp4jLogFileHandlerPath() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow
 
getSnmp4jLogHandlerEntry() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
getSnmp4jLogHandlerRowStatus() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogHandlerEntryRow
 
getSnmp4jLogHandlerStorageType() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogHandlerEntryRow
 
getSnmp4jLogHandlerType() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogHandlerEntryRow
 
getSnmp4jLogLoggerEffectiveLevel() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerEntryRow
 
getSnmp4jLogLoggerEntry() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
getSnmp4jLogLoggerIndex() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerEntryRow
 
getSnmp4jLogLoggerLevel() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerEntryRow
 
getSnmp4jLogLoggerRowStatus() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerEntryRow
 
getSnmp4jLogLoggerStorageType() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerEntryRow
 
getSnmp4jLogLoggerToHandlerEntry() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
getSnmp4jLogLoggerToHandlerRowStatus() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerToHandlerEntryRow
 
getSnmp4jLogLoggerToHandlerStorageType() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerToHandlerEntryRow
 
getSnmp4jLogLoggerToHandlerThreshold() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerToHandlerEntryRow
 
getSnmp4jLogMIB() - Method in class org.snmp4j.agent.AgentConfigManager
Returns the SNMP4J-LOG-MIB implementation used by this config manager.
getSnmp4jLogMIB() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getSnmp4jProxyContextEngineID() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyEntryRow
 
getSnmp4jProxyContextName() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyEntryRow
 
getSnmp4jProxyEntry() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
getSnmp4jProxyMIB() - Method in class org.snmp4j.agent.AgentConfigManager
Returns the SNMP4J-CONFIG-MIB implementation used by this config manager.
getSnmp4jProxyRowStatus() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyEntryRow
 
getSnmp4jProxyStorageType() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyEntryRow
 
getSnmp4jProxySubtree() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyEntryRow
 
getSnmp4jProxyTarget() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyEntryRow
 
getSnmp4jProxyTargetSubtree() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyEntryRow
 
getSnmp4jProxyType() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyEntryRow
 
getSnmpCommunityContextEngineID() - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpCommunityEntryRow
 
getSnmpCommunityContextName() - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpCommunityEntryRow
 
getSnmpCommunityEntry() - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
getSnmpCommunityMIB() - Method in class org.snmp4j.agent.AgentConfigManager
Returns the SNMP-COMMUNITY-MIB implementation used by this config manager.
getSnmpCommunityMIB() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getSnmpCommunityName() - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpCommunityEntryRow
 
getSnmpCommunitySecurityName() - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpCommunityEntryRow
 
getSnmpCommunityStatus() - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpCommunityEntryRow
 
getSnmpCommunityStorageType() - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpCommunityEntryRow
 
getSnmpCommunityTransportTag() - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpCommunityEntryRow
 
getSnmpEnableAuthenTraps() - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
Gets the snmpEnableAuthenTraps MOScalar object.
getSnmpEngineBoots() - Method in class org.snmp4j.agent.mo.snmp.SnmpFrameworkMIB
 
getSnmpEngineID() - Method in class org.snmp4j.agent.mo.snmp.SnmpFrameworkMIB
 
getSnmpEngineMaxMessageSize() - Method in class org.snmp4j.agent.mo.snmp.SnmpFrameworkMIB
 
getSnmpEngineTime() - Method in class org.snmp4j.agent.mo.snmp.SnmpFrameworkMIB
 
getSnmpFrameworkMIB() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getSnmpInvalidMsgs() - Method in class org.snmp4j.agent.mo.snmp.SnmpMpdMib
 
getSnmpMpdMib() - Method in class org.snmp4j.agent.AgentConfigManager
Returns the SNMPv2-MPD-MIB implementation used by this config manager.
getSnmpMpdMib() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getSnmpNotificationMIB() - Method in class org.snmp4j.agent.AgentConfigManager
Returns the SNMP-NOTIFICATION-MIB implementation used by this config manager.
getSnmpNotificationMIB() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getSnmpProxyContextEngineID() - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyRow
 
getSnmpProxyContextName() - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyRow
 
getSnmpProxyEntry() - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
Returns the proxy configuration table defined as "snmpProxyTable".
getSnmpProxyMIB() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getSnmpProxyMultipleTargetOut() - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyRow
 
getSnmpProxyRowStatus() - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyRow
 
getSnmpProxySingleTargetOut() - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyRow
 
getSnmpProxyStorageType() - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyRow
 
getSnmpProxyTargetParamsIn() - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyRow
 
getSnmpProxyType() - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyRow
 
getSnmpRequest() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
getSnmpRequest() - Method in interface org.snmp4j.agent.request.SnmpSubRequest
 
getSnmpTargetAddrEntry() - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
getSnmpTargetAddrExtEntry() - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
getSnmpTargetAddrMMS() - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpTargetAddrExtEntryRow
 
getSnmpTargetAddrTMask() - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpTargetAddrExtEntryRow
 
getSnmpTargetMIB() - Method in class org.snmp4j.agent.AgentConfigManager
Returns the SNMP-TARGET-MIB implementation used by this config manager.
getSnmpTargetMIB() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getSnmpTargetParamsEntry() - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
getSnmpTlstmAddrCount() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSnmpTlstmAddrEntry() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSnmpTlstmAddrRowStatus() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmAddrEntryRow
 
getSnmpTlstmAddrServerFingerprint() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmAddrEntryRow
 
getSnmpTlstmAddrServerIdentity() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmAddrEntryRow
 
getSnmpTlstmAddrStorageType() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmAddrEntryRow
 
getSnmpTlstmAddrTableLastChanged() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSnmpTlstmCertToTSNCount() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSnmpTlstmCertToTSNData() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmCertToTSNEntryRow
 
getSnmpTlstmCertToTSNEntry() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSnmpTlstmCertToTSNFingerprint() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmCertToTSNEntryRow
 
getSnmpTlstmCertToTSNMapType() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmCertToTSNEntryRow
 
getSnmpTlstmCertToTSNRowStatus() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmCertToTSNEntryRow
 
getSnmpTlstmCertToTSNStorageType() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmCertToTSNEntryRow
 
getSnmpTlstmCertToTSNTableLastChanged() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSnmpTlstmParamsClientFingerprint() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmParamsEntryRow
 
getSnmpTlstmParamsCount() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSnmpTlstmParamsEntry() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSnmpTlstmParamsRowStatus() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmParamsEntryRow
 
getSnmpTlstmParamsStorageType() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmParamsEntryRow
 
getSnmpTlstmParamsTableLastChanged() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSnmpTlstmSessionAccepts() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSnmpTlstmSessionClientCloses() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSnmpTlstmSessionInvalidCaches() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSnmpTlstmSessionInvalidClientCertificates() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSnmpTlstmSessionInvalidServerCertificates() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSnmpTlstmSessionNoSessions() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSnmpTlstmSessionOpenErrors() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSnmpTlstmSessionOpens() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSnmpTlstmSessionServerCloses() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSnmpTlstmSessionUnknownServerCertificate() - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
getSnmpTsmConfigurationUsePrefix() - Method in class org.snmp4j.agent.mo.snmp.SnmpTsmMib
 
getSnmpTsmInadequateSecurityLevels() - Method in class org.snmp4j.agent.mo.snmp.SnmpTsmMib
 
getSnmpTsmInvalidCaches() - Method in class org.snmp4j.agent.mo.snmp.SnmpTsmMib
 
getSnmpTsmInvalidPrefixes() - Method in class org.snmp4j.agent.mo.snmp.SnmpTsmMib
 
getSnmpTsmUnknownPrefixes() - Method in class org.snmp4j.agent.mo.snmp.SnmpTsmMib
 
getSnmpUnknownPDUHandlers() - Method in class org.snmp4j.agent.mo.snmp.SnmpMpdMib
 
getSnmpUnknownSecurityModels() - Method in class org.snmp4j.agent.mo.snmp.SnmpMpdMib
 
getSnmpv2MIB() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getSNMPv2MIB() - Method in class org.snmp4j.agent.AgentConfigManager
Returns the SNMPv2-MIB implementation used by this config manager.
getSource() - Method in class org.snmp4j.agent.DefaultMOQuery
Gets the source (Request) object on whose behalf this query is executed.
getSource() - Method in class org.snmp4j.agent.MOQueryWithSource
Gets the source (Request) object on whose behalf this query is executed.
getSource() - Method in class org.snmp4j.agent.request.AbstractRequest
 
getSource() - Method in interface org.snmp4j.agent.request.Request
Returns the initiating event object for the request.
getSourceState() - Method in class org.snmp4j.agent.AgentConfigManager.ErrorDescriptor
 
getSourceState() - Method in interface org.snmp4j.agent.AgentState.ErrorDescriptor
The source state (before the error).
getState() - Method in class org.snmp4j.agent.AgentConfigManager.AgentState
 
getState() - Method in class org.snmp4j.agent.AgentConfigManager
Returns the state of the agent.
getState() - Method in interface org.snmp4j.agent.AgentState
Gets the current state of the agent.
getStatus() - Method in class org.snmp4j.agent.request.RequestStatusEvent
 
getStatus() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
getStatus() - Method in interface org.snmp4j.agent.request.SubRequest
Gets the status object associated with this sub-request.
getStorageType(MOTableRow, MOTable<?, ?, ?>) - Static method in class org.snmp4j.agent.mo.snmp.StorageType
Gets the value of the StorageType column (if it exists) in the specified row and table.
getStoreValue(MOTableRow, int) - Method in class org.snmp4j.agent.mo.MOColumn
Return the content of this column's value of the given row for persistent storage.
getSubRequest() - Method in class org.snmp4j.agent.mo.MOChangeEvent
Get the SubRequest that triggered this change.
getSupportedRoles() - Method in class org.snmp4j.agent.security.BasicVacmConfigurator
 
getSupportedRoles() - Method in interface org.snmp4j.agent.security.VacmConfigurator
Returns the list of roles supported by this configurator.
getSupportedSecurityProtocols() - Method in class org.snmp4j.agent.AgentConfigManager
Gets the set of security protocols supported by this agent configuration (only called if AgentConfigManager.initialize() if AgentConfigManager.setContext(SecurityModels, SecurityProtocols, CounterSupport) did not set a non-null SecurityProtocols instance before.
getSyntax() - Method in class org.snmp4j.agent.mo.MOColumn
 
getSyntax() - Method in class org.snmp4j.agent.mo.MOScalar
Get the syntax of the scalars value by evaluating the internal cached value first.
getSyntax() - Method in class org.snmp4j.agent.mo.snmp.RowCount
Gets the ASN.1 syntax identifier value of this SNMP variable.
getSyntaxString() - Method in class org.snmp4j.agent.mo.snmp.RowCount
Gets a textual description of this Variable.
getSysDescr() - Method in class org.snmp4j.agent.AgentConfigManager
Returns the sysDescr.0 value for this agent which can be modified by altering its value.
getSysDescr() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getSysOID() - Method in class org.snmp4j.agent.AgentConfigManager
Gets the system OID which can be modified by altering its value.
getSysOID() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getSysServices() - Method in class org.snmp4j.agent.AgentConfigManager
Gets the system services ID which can be modified by altering its value.
getSysServices() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getSysUpTime() - Method in class org.snmp4j.agent.AgentConfigManager
Gets the sysUpTime.0 instance for the default context.
getSysUpTime() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogEvent
 
getSysUpTime() - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
 
getSysUpTime() - Method in class org.snmp4j.agent.mo.snmp.TimeStamp
 
getSysUpTime() - Method in class org.snmp4j.agent.mo.snmp.TimeStampScalar
 
getSysUpTime() - Method in class org.snmp4j.agent.NotificationTask
 
getSysUpTime(OctetString) - Method in interface org.snmp4j.agent.mo.MOFactory
Gets a reference to the systems up-time object for the specified context.
getSysUpTime(OctetString) - Method in class org.snmp4j.agent.mo.MOFactoryAdapter
 
getSysUpTime(OctetString) - Static method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
Returns the sysUpTime for the supplied context.
getTable() - Method in class org.snmp4j.agent.mo.MOColumn
 
getTable() - Method in class org.snmp4j.agent.mo.MOTableRowEvent
 
getTable() - Method in class org.snmp4j.agent.mo.snmp.RowStatusEvent
 
getTAddress(Address) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB.SnmpTargetAddrEntryRow
 
getTags(OctetString) - Static method in class org.snmp4j.agent.mo.snmp.SnmpTagList
 
getTarget(OctetString, OctetString, A) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB.SnmpTargetAddrEntryRow
 
getTarget(OctetString, OctetString, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
Gets the (active) target definition with the specified name, context and address type.
getTarget(OctetString, OctetString, OctetString, A) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
Gets the (active) target definition with the specified name, context and address type.
getTargetAddress(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
getTargetAddrRowsForTag(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
getTargetMO() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
getTargetMO() - Method in interface org.snmp4j.agent.request.SubRequest
Gets the ManagedObject that is responsible for processing this sub-request.
getTargetParamsRow(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
Returns the SNMP Target Parameters row for the specified name.
getTargetParamsRow(OctetString, boolean) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
Returns the SNMP Target Parameters row for the specified name.
getTargetState() - Method in class org.snmp4j.agent.AgentConfigManager.ErrorDescriptor
 
getTargetState() - Method in interface org.snmp4j.agent.AgentState.ErrorDescriptor
The target state (goal without error).
getTargetTable() - Method in class org.snmp4j.agent.mo.snmp.RowPointer
 
getTextualConvention(String) - Method in class org.snmp4j.agent.mo.snmp.SnmpFrameworkMIB
 
getTextualConvention(String) - Method in class org.snmp4j.agent.mo.snmp.SNMPv2TC
 
getTextualConvention(String) - Method in interface org.snmp4j.agent.mo.snmp.tc.TCModule
Gets the textual convention for the specified name.
getTextualConvention(String, String) - Method in class org.snmp4j.agent.mo.DefaultMOFactory
 
getTextualConvention(String, String) - Method in interface org.snmp4j.agent.mo.MOFactory
Gets the textual convention described by the TC's name and the MIB module name of the MIB module specifying the TC.
getTextualConvention(String, String) - Method in class org.snmp4j.agent.mo.MOFactoryAdapter
 
getTextualConventions() - Method in class org.snmp4j.agent.mo.DefaultMOFactory
 
getTextualConventions() - Method in class org.snmp4j.agent.mo.snmp.SnmpFrameworkMIB
 
getTextualConventions() - Method in class org.snmp4j.agent.mo.snmp.SNMPv2TC
 
getTextualConventions() - Method in interface org.snmp4j.agent.mo.snmp.tc.TCModule
Gets a collection of TextualConvention instances in this TCModule.
getTimeout() - Method in class org.snmp4j.agent.util.TemporaryList
 
getTimeoutMillis() - Method in class org.snmp4j.agent.mo.lock.LockRequest
 
getTlsTmMib() - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
getTlsTmTarget(A, OctetString, OID, OID, SnmpTlsTmMib) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB.SnmpTargetAddrEntryRow
 
getTransactionID() - Method in class org.snmp4j.agent.request.AbstractRequest
 
getTransactionID() - Method in interface org.snmp4j.agent.request.Request
 
getTransactionID() - Method in class org.snmp4j.agent.request.SnmpRequest
 
getTranslation() - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy
 
getTransportDomain(Address) - Method in interface org.snmp4j.agent.mo.snmp.TDomainAddressFactory
Gets the transport domain(s) ID for the specified address.
getTransportDomain(Address) - Method in class org.snmp4j.agent.mo.snmp.TDomainAddressFactoryImpl
 
getTransportTag() - Method in class org.snmp4j.agent.mo.snmp.CoexistenceInfo
 
getTsm() - Method in class org.snmp4j.agent.mo.snmp.SnmpTsmMib
 
getType() - Method in class org.snmp4j.agent.ContextEvent
Returns the event type.
getType() - Method in class org.snmp4j.agent.mo.MOTableModelEvent
Returns the type of event.
getType() - Method in class org.snmp4j.agent.mo.MOTableRowEvent
 
getUndoValue() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
getUndoValue() - Method in interface org.snmp4j.agent.request.SubRequest
Gets the undo value object associated with this sub-request.
getUpdateStrategy() - Method in class org.snmp4j.agent.DefaultMOServer
Gets the update strategy for UpdatableManagedObjects.
getUpperBound() - Method in class org.snmp4j.agent.DefaultMOQuery
 
getUpperBound() - Method in class org.snmp4j.agent.DefaultMOScope
 
getUpperBound() - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getUpperBound() - Method in class org.snmp4j.agent.mo.MOScalar
 
getUpperBound() - Method in class org.snmp4j.agent.mo.snmp.smi.Constraint
 
getUpperBound() - Method in interface org.snmp4j.agent.MOScope
Gets the upper bound OID of the scope.
getUpperBound() - Method in class org.snmp4j.agent.util.OIDScope
 
getUpTime() - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
 
getUserObject() - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
 
getUserObject() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
getUserObject() - Method in interface org.snmp4j.agent.request.SubRequest
Gets the user object that has previously associated with this sub-request.
getUsm() - Method in class org.snmp4j.agent.AgentConfigManager
 
getUsm() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getUSM() - Method in class org.snmp4j.agent.mo.snmp.SnmpFrameworkMIB
 
getUsmDHKickstartEntry() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
getUsmDHKickstartMgrPublic() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHKickstartEntryRow
 
getUsmDHKickstartMyPublic() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHKickstartEntryRow
 
getUsmDHKickstartSecurityName() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHKickstartEntryRow
 
getUsmDHParameters() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
getUsmDHUserAuthKeyChange() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
getUsmDHUserKeyEntry() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
getUsmDHUserOwnAuthKeyChange() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
getUsmDHUserOwnPrivKeyChange() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
getUsmDHUserPrivKeyChange() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
getUsmKey() - Method in class org.snmp4j.agent.mo.snmp.dh.DHKeyInfo
 
getUsmMIB() - Method in class org.snmp4j.agent.AgentConfigManager
 
getUsmMIB() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getUsmUserEntry() - Method in class org.snmp4j.agent.mo.snmp.UsmMIB
 
getVacm() - Method in class org.snmp4j.agent.CommandProcessor
 
getVACM() - Method in class org.snmp4j.agent.AgentConfigManager
Returns the VACM used by this agent config manager.
getVacmMIB() - Method in class org.snmp4j.agent.AgentConfigManager
 
getVacmMIB() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
getVacmRole() - Method in interface org.snmp4j.agent.mo.snmp.dh.DHKickstartParameters
Returns the (optional) role associated with the security name.
getVacmRole() - Method in class org.snmp4j.agent.mo.snmp.dh.DHKickstartParametersImpl
 
getVacmSecurityToGroupTable() - Method in class org.snmp4j.agent.mo.snmp.VacmMIB
 
getValidationStatus() - Method in class org.snmp4j.agent.mo.MOValueValidationEvent
Gets the validation status.
getValidator() - Method in class org.snmp4j.agent.mo.MOTableIndex
Gets the index validator (if present).
getValue() - Method in class org.snmp4j.agent.mo.MOScalar
Returns the actual value of this scalar managed object.
getValue() - Method in class org.snmp4j.agent.mo.snmp.DateAndTimeScalar
 
getValue() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHParameters
 
getValue() - Method in class org.snmp4j.agent.mo.snmp.dh.UsmDHParametersImpl
 
getValue() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigGlobalAgeOut
 
getValue() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigGlobalEntryLimit
 
getValue() - Method in class org.snmp4j.agent.mo.snmp.RowCount
Gets the number of rows in the associated table as unsigned long value.
getValue() - Method in class org.snmp4j.agent.mo.snmp.SnmpTsmMib.SnmpTsmConfigurationUsePrefix
 
getValue() - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB.SysUpTimeImpl
 
getValue() - Method in enum class org.snmp4j.agent.mo.snmp.StorageType.StorageTypeEnum
Gets the SMI representation (integer value) of this storage type.
getValue() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgSecSrcAddrValidation
 
getValue(boolean) - Static method in class org.snmp4j.agent.mo.snmp.tc.TruthValueTC
 
getValue(int) - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
 
getValue(int) - Method in class org.snmp4j.agent.mo.DefaultMOTable.ChangeSet
 
getValue(int) - Method in class org.snmp4j.agent.mo.DefaultMOTableRow
 
getValue(int) - Method in interface org.snmp4j.agent.mo.MOTableRow
Gets the value at the specified column index.
getValue(int) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHKickstartEntryRow
 
getValue(int) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
getValue(int) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogEntryRow
 
getValue(int) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogEntryRow
 
getValue(int) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
getValue(int) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmStatsLogEntryRow
 
getValue(int) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmAddrEntryRow
 
getValue(int) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmCertToTSNEntryRow
 
getValue(int) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmParamsEntryRow
 
getValue(int) - Method in class org.snmp4j.agent.mo.snmp.UsmMIB.UsmTableRow
 
getValue(int) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageSeqEntryRow
 
getValue(int) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerEntryRow
 
getValue(int) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyEntryRow
 
getValue(MOTableRow, int, SubRequest<?>) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getValue(MOTableRow, int, SubRequest<?>) - Method in class org.snmp4j.agent.mo.MOColumn
Gets the value of the specified column from the provided row.
getValue(MOServer, OctetString, OID) - Static method in class org.snmp4j.agent.DefaultMOServer
Returns the value of a particular MIB object instance using the ManagedObjectValueAccess interface.
getValue(OID) - Method in interface org.snmp4j.agent.ManagedObjectValueAccess
Returns the variable (a copy thereof) with the specified instance OID managed by this ManagedObject.
getValue(OID) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getValue(OID) - Method in class org.snmp4j.agent.mo.MOScalar
 
getValue(OID) - Method in interface org.snmp4j.agent.mo.MOTable
Gets the value of the cell instance with the specified instance OID.
getValue(OID, int) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getValue(OID, int) - Method in interface org.snmp4j.agent.mo.MOTable
Gets the value of the cell instance in the specified column and row.
getValue(OID, int, SubRequest<?>) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
getValueConstraint() - Method in class org.snmp4j.agent.mo.snmp.smi.ValueConstraintValidator
 
getValues() - Method in class org.snmp4j.agent.io.IndexedVariables
 
getVariable(String) - Method in class org.snmp4j.agent.AgentConfigManager
 
getVariable(String) - Method in interface org.snmp4j.agent.mo.util.VariableProvider
Gets the variable with the specified name, which might be either a textual name or an instance OID.
getVariableBinding() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
getVariableBinding() - Method in interface org.snmp4j.agent.request.SubRequest
Returns the variable binding associated with the sub-request.
getVariableBindings() - Method in class org.snmp4j.agent.NotificationTask
 
getVariables() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogEvent
 
getVersion() - Method in class org.snmp4j.agent.io.MOInfo
 
getVersion() - Static method in class org.snmp4j.agent.version.VersionInfo
Gets the version string for this release.
getVetoColumn() - Method in class org.snmp4j.agent.mo.MOTableRowEvent
 
getVetoStatus() - Method in class org.snmp4j.agent.mo.MOTableRowEvent
Returns the veto status that revokes the row operation or zero if the row operation is accepted by all listeners.
getViewName() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogEntryRow
 
getViewName() - Method in interface org.snmp4j.agent.request.Request
 
getViewName() - Method in class org.snmp4j.agent.request.SnmpRequest
 
getViewName(CommandResponderEvent<?>, CoexistenceInfo, int) - Method in class org.snmp4j.agent.CommandProcessor
 
getViewName(OctetString, OctetString, int, int, int) - Method in class org.snmp4j.agent.mo.snmp.VacmMIB
 
getViewName(OctetString, OctetString, int, int, int) - Method in interface org.snmp4j.agent.security.VACM
Gets the view name of the view defined by the supplied credentials.
getViews(OctetString) - Method in class org.snmp4j.agent.mo.snmp.VacmMIB
 
getViewType() - Method in interface org.snmp4j.agent.request.Request
 
getViewType() - Method in class org.snmp4j.agent.request.SnmpRequest
 
getViewType(int) - Static method in class org.snmp4j.agent.request.SnmpRequest
Returns the VACM view type for the supplied PDU type.
groupExists - Enum constant in enum class org.snmp4j.agent.security.VacmConfigurator.VacmConfigResult
 

H

hasDependentRow(BaseRow) - Method in class org.snmp4j.agent.mo.MOTableRelation
Indicates whether the specified baseTableRow has any dependent rows.
hasError() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
hasError() - Method in interface org.snmp4j.agent.request.SubRequest
Indicates whether this (sub-)request has an error.
hasFilter(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
hashCode() - Method in class org.snmp4j.agent.DefaultMOContextScope
 
hashCode() - Method in class org.snmp4j.agent.DefaultMOScope
 
hashCode() - Method in class org.snmp4j.agent.io.Context
 
hashCode() - Method in class org.snmp4j.agent.io.MOInfo
 
hashCode() - Method in class org.snmp4j.agent.mo.DefaultMOTableRow
 
hashCode() - Method in class org.snmp4j.agent.mo.snmp.CoexistenceInfo
 
hashCode() - Method in class org.snmp4j.agent.mo.snmp.dh.DHKickstartParametersImpl
 
hashCode() - Method in class org.snmp4j.agent.MOScopeComparator
 
hashCode() - Method in class org.snmp4j.agent.request.AbstractRequest
 
hashCode() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequestIterator
 
hasNewRows(Request<?, ?, ?>) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
hasNext() - Method in class org.snmp4j.agent.mo.DefaultMOMutableTableModel.FilteredRowIterator
 
hasNext() - Method in class org.snmp4j.agent.mo.snmp.VacmMIB.VacmContextIterator
 
hasNext() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequestIterator
hasNext
hasNext() - Method in interface org.snmp4j.agent.request.SubRequestIterator
Returns true if there are more sub-requests to process.
hasNext() - Method in class org.snmp4j.agent.request.SubRequestIteratorSupport
 
hasSecurityToGroupMapping(int, OctetString) - Method in class org.snmp4j.agent.mo.snmp.VacmMIB
 
hasSecurityToGroupMapping(int, OctetString) - Method in interface org.snmp4j.agent.security.MutableVACM
Check if there is a security mapping for the specified security model and security name.

I

idle - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgResetEnum
 
idle - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageOperationEnum
 
idxNlmConfigLogAdminStatus - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmConfigLogEntryLimit - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmConfigLogEntryStatus - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmConfigLogFilterName - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmConfigLogOperStatus - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmConfigLogStorageType - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmLogContextEngineID - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmLogContextName - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmLogDateAndTime - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmLogEngineID - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmLogEngineTAddress - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmLogEngineTDomain - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmLogNotificationID - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmLogTime - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmLogVariableCounter32Val - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmLogVariableCounter64Val - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmLogVariableID - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmLogVariableInteger32Val - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmLogVariableIpAddressVal - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmLogVariableOctetStringVal - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmLogVariableOidVal - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmLogVariableOpaqueVal - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmLogVariableTimeTicksVal - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmLogVariableUnsigned32Val - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmLogVariableValueType - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmStatsLogNotificationsBumped - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxNlmStatsLogNotificationsLogged - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
idxSnmp4jCfgStorageID - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
idxSnmp4jCfgStorageLastRestore - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
idxSnmp4jCfgStorageLastStore - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
idxSnmp4jCfgStorageOperation - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
idxSnmp4jCfgStoragePath - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
idxSnmp4jCfgStorageRestoreMode - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
idxSnmp4jCfgStorageSeqRowStatus - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
idxSnmp4jCfgStorageSeqStorageType - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
idxSnmp4jCfgStorageSeqSubtree - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
idxSnmp4jCfgStorageStatus - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
idxSnmp4jCfgStorageStorageType - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
idxSnmp4jLogConsoleHandlerTarget - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
idxSnmp4jLogFileHandlerAppend - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
idxSnmp4jLogFileHandlerBufferedIO - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
idxSnmp4jLogFileHandlerBufferSize - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
idxSnmp4jLogFileHandlerPath - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
idxSnmp4jLogHandlerRowStatus - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
idxSnmp4jLogHandlerStorageType - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
idxSnmp4jLogHandlerType - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
idxSnmp4jLogLoggerEffectiveLevel - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
idxSnmp4jLogLoggerIndex - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
idxSnmp4jLogLoggerLevel - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
idxSnmp4jLogLoggerRowStatus - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
idxSnmp4jLogLoggerStorageType - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
idxSnmp4jLogLoggerToHandlerRowStatus - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
idxSnmp4jLogLoggerToHandlerStorageType - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
idxSnmp4jLogLoggerToHandlerThreshold - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
idxSnmp4jProxyContextEngineID - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
idxSnmp4jProxyContextName - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
idxSnmp4jProxyRowStatus - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
idxSnmp4jProxyStorageType - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
idxSnmp4jProxySubtree - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
idxSnmp4jProxyTarget - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
idxSnmp4jProxyTargetSubtree - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
idxSnmp4jProxyType - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
idxSnmpCommunityContextEngineID - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
idxSnmpCommunityContextName - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
idxSnmpCommunityName - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
idxSnmpCommunitySecurityName - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
idxSnmpCommunityStatus - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
idxSnmpCommunityStorageType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
idxSnmpCommunityTransportTag - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
idxSnmpNotifyFilterMask - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
idxSnmpNotifyFilterProfileName - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
idxSnmpNotifyFilterProfileRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
idxSnmpNotifyFilterProfileStorType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
idxSnmpNotifyFilterRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
idxSnmpNotifyFilterStorageType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
idxSnmpNotifyFilterSubtree - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
idxSnmpNotifyFilterType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
idxSnmpNotifyRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
idxSnmpNotifyStorageType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
idxSnmpNotifyTag - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
idxSnmpNotifyType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
idxSnmpProxyContextEngineID - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
idxSnmpProxyContextName - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
idxSnmpProxyMultipleTargetOut - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
idxSnmpProxyRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
idxSnmpProxySingleTargetOut - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
idxSnmpProxyStorageType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
idxSnmpProxyTargetParamsIn - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
idxSnmpProxyType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
idxSnmpTargetAddrMMS - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
idxSnmpTargetAddrTMask - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
idxSnmpTlstmAddrRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
idxSnmpTlstmAddrServerFingerprint - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
idxSnmpTlstmAddrServerIdentity - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
idxSnmpTlstmAddrStorageType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
idxSnmpTlstmCertToTSNData - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
idxSnmpTlstmCertToTSNFingerprint - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
idxSnmpTlstmCertToTSNMapType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
idxSnmpTlstmCertToTSNRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
idxSnmpTlstmCertToTSNStorageType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
idxSnmpTlstmParamsClientFingerprint - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
idxSnmpTlstmParamsRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
idxSnmpTlstmParamsStorageType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
idxUsmDHKickstartMgrPublic - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
idxUsmDHKickstartMyPublic - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
idxUsmDHKickstartSecurityName - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
idxUsmDHUserAuthKeyChange - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
idxUsmDHUserOwnAuthKeyChange - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
idxUsmDHUserOwnPrivKeyChange - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
idxUsmDHUserPrivKeyChange - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
idxVacmAccessContextMatch - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
idxVacmAccessContextPrefix - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
idxVacmAccessNotifyViewName - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
idxVacmAccessReadViewName - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
idxVacmAccessRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
idxVacmAccessSecurityLevel - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
idxVacmAccessSecurityModel - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
idxVacmAccessStorageType - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
idxVacmAccessWriteViewName - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
idxVacmGroupName - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
idxVacmSecurityToGroupRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
idxVacmSecurityToGroupStorageType - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
idxVacmViewTreeFamilyMask - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
idxVacmViewTreeFamilyRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
idxVacmViewTreeFamilyStorageType - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
idxVacmViewTreeFamilyType - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
idxVacmViewTreeSubtree - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
illegalRowPointer(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp.RowPointer
 
importInstance(OID, List<VariableBinding>, ImportMode) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
importInstance(OID, List<VariableBinding>, ImportMode) - Method in class org.snmp4j.agent.mo.MOScalar
 
importInstance(OID, List<VariableBinding>, ImportMode) - Method in interface org.snmp4j.agent.RandomAccessManagedObject
Imports the data that internally represents the instance specified by the OID suffix instanceID from the byte data provided which can be encoded in any representation the ManagedObject is able to understand.
ImportMode - Enum Class in org.snmp4j.agent.io
The definition of import modes for MIB data.
included - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB.SnmpNotifyFilterTypeEnum
 
incrementCounter(CounterEvent) - Method in class org.snmp4j.agent.mo.snmp.SnmpMpdMib
 
incrementCounter(CounterEvent) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
incrementCounter(CounterEvent) - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
 
incrementCounter(CounterEvent) - Method in class org.snmp4j.agent.mo.snmp.UsmMIB
 
incReprocessCounter() - Method in class org.snmp4j.agent.request.AbstractRequest
 
incReprocessCounter() - Method in interface org.snmp4j.agent.request.Request
Increments the reprocess counter by one.
index - Enum constant in enum class org.snmp4j.agent.mo.MOChangeEvent.OidType
 
index - Variable in class org.snmp4j.agent.mo.DefaultMOTableRow
 
INDEX_ID - Static variable in class org.snmp4j.agent.io.prop.PropertyMOInput
 
IndexedVariables - Class in org.snmp4j.agent.io
 
IndexedVariables(OID, Variable[]) - Constructor for class org.snmp4j.agent.io.IndexedVariables
 
IndexGenerator - Class in org.snmp4j.agent.util
The IndexGenerator class can be used to generate a sequence of unique index values.
IndexGenerator(Variable) - Constructor for class org.snmp4j.agent.util.IndexGenerator
Creates a sub-index sequence generator based on a seed value.
IndexGenerator(Variable, boolean) - Constructor for class org.snmp4j.agent.util.IndexGenerator
Creates a sub-index sequence generator based on a seed value.
info - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerToHandlerThresholdEnum
 
inform - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB.SnmpNotifyTypeEnum
 
inform - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyTypeEnum
 
init() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Initialize transport mappings, message dispatcher, basic MIB modules, proxy forwarder, VACM and USM security, and custom MIB modules and objects provided by sub-classes.
initConfigMIB() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
initDHKickstart(Collection<DHKickstartParameters>) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
initialize() - Method in class org.snmp4j.agent.AgentConfigManager
Initialize the agent by creating counter support, SNMP session, engine ID, command processor, worker pool, security models (AgentConfigManager.initSecurityModels(EngineBootsProvider)), message dispatcher with message processing models (AgentConfigManager.initMessageDispatcherWithMPs(MessageDispatcher), mandatory MIBs (AgentConfigManager.initMandatoryMIBs()), link MIBs with each other, link counter listeners (AgentConfigManager.linkCounterListener()), and initialize optional MIBs (AgentConfigManager.initOptionalMIBs().
initLinkMap() - Method in class org.snmp4j.agent.mo.DefaultMOFactory
 
initMandatoryMIBs() - Method in class org.snmp4j.agent.AgentConfigManager
 
initMessageDispatcher() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Initializes the message dispatcher (MessageDispatcherImpl) with the transport mappings.
initMessageDispatcherWithMPs(MessageDispatcher) - Method in class org.snmp4j.agent.AgentConfigManager
 
initNotificationLogMIB(VACM, SnmpNotificationMIB) - Method in class org.snmp4j.agent.AgentConfigManager
 
initOptionalMIBs() - Method in class org.snmp4j.agent.AgentConfigManager
 
initSecurityContext() - Method in class org.snmp4j.agent.AgentConfigManager
 
initSecurityModels(EngineBootsProvider) - Method in class org.snmp4j.agent.AgentConfigManager
 
initSnmp4jConfigMIB(MOPersistenceProvider[]) - Method in class org.snmp4j.agent.AgentConfigManager
 
initSnmp4jLogMIB() - Method in class org.snmp4j.agent.AgentConfigManager
 
initSnmp4jProxyMIB(OctetString) - Method in class org.snmp4j.agent.AgentConfigManager
 
initSnmpSession() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
initSnmpUsmDhObjectsMib() - Method in class org.snmp4j.agent.AgentConfigManager
 
initSubRequests() - Method in class org.snmp4j.agent.request.AbstractRequest
 
initTransportMappings() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Initializes the transport mappings (ports) to be used by the agent.
inProgress - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageOperationEnum
 
instanceCount() - Method in class org.snmp4j.agent.mo.DefaultMOTable
Returns the number of instances managed by this ManagedObject.
instanceCount() - Method in class org.snmp4j.agent.mo.MOScalar
Returns the number of instances managed by this ManagedObject.
instanceCount() - Method in interface org.snmp4j.agent.RandomAccessManagedObject
Returns the number of instances managed by this ManagedObject.
instanceIterator() - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
instanceIterator() - Method in class org.snmp4j.agent.mo.MOScalar
 
instanceIterator() - Method in interface org.snmp4j.agent.RandomAccessManagedObject
 
instanceSuffix - Enum constant in enum class org.snmp4j.agent.mo.MOChangeEvent.OidType
 
integer32 - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableValueTypeEnum
 
internal - Enum constant in enum class org.snmp4j.agent.mo.MOTableRowEvent.OriginType
Change is originated from internal source of the affected ManagedObject, for example by loading a row from persistent storage with DefaultMOTable.loadRow(OID, Variable[], int).
interrupt() - Method in class org.snmp4j.agent.NotificationTask
 
invalid - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyTypeEnum
 
ipAddress - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableValueTypeEnum
 
is2PC() - Method in class org.snmp4j.agent.request.SnmpRequest
 
isAcceptedIssuer(X509Certificate) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
isAccessAllowed(OctetString, OctetString, int, int, int, OID) - Method in class org.snmp4j.agent.mo.snmp.VacmMIB
 
isAccessAllowed(OctetString, OctetString, int, int, int, OID) - Method in interface org.snmp4j.agent.security.VACM
Checks whether access is allowed in the specified context for the security name, model, level, and view type for the supplied OID.
isAccessAllowed(OctetString, OID) - Method in class org.snmp4j.agent.mo.snmp.VacmMIB
 
isAccessAllowed(OctetString, OID) - Method in interface org.snmp4j.agent.security.VACM
Checks if access is allowed for the given OID within the specified view.
isAccessibleForCreate() - Method in class org.snmp4j.agent.mo.ext.SimMOFactory.SimMOAccess
 
isAccessibleForCreate() - Method in class org.snmp4j.agent.mo.MOAccessImpl
 
isAccessibleForCreate() - Method in interface org.snmp4j.agent.MOAccess
Check whether the managed object can be created (through a SET request on a non existant instance of a columnar object).
isAccessibleForNotify() - Method in class org.snmp4j.agent.mo.MOAccessImpl
 
isAccessibleForNotify() - Method in interface org.snmp4j.agent.MOAccess
Check whether the managed object can be send in a notification.
isAccessibleForRead() - Method in class org.snmp4j.agent.mo.MOAccessImpl
 
isAccessibleForRead() - Method in interface org.snmp4j.agent.MOAccess
Check whether the managed object can be read (i.e.
isAccessibleForWrite() - Method in class org.snmp4j.agent.mo.ext.SimMOFactory.SimMOAccess
 
isAccessibleForWrite() - Method in class org.snmp4j.agent.mo.MOAccessImpl
 
isAccessibleForWrite() - Method in interface org.snmp4j.agent.MOAccess
Check whether the managed object can be written (i.e.
isBitSet(int, OctetString) - Static method in class org.snmp4j.agent.mo.snmp.VacmMIB
Checks whether bit n of the supplied OctetString is set or not.
isBulkRequest() - Method in class org.snmp4j.agent.request.AbstractRequest
 
isBulkRequest() - Method in class org.snmp4j.agent.request.SnmpRequest
 
isChangeSetComplete(SubRequest<?>, OID, int) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
isClientCertificateAccepted(X509Certificate) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
isCloned() - Method in class org.snmp4j.agent.mo.snmp.UsmMIB.UsmTableRow
 
isComplete() - Method in class org.snmp4j.agent.request.AbstractRequest
 
isComplete() - Method in interface org.snmp4j.agent.request.Request
Checks whether the response for this request is complete.
isComplete() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
isComplete() - Method in interface org.snmp4j.agent.request.SubRequest
Checks whether the sub-request has been completed and needs no further processing.
isCompletionCallbackAvailable() - Method in class org.snmp4j.agent.MOServerLookupEvent
 
isContextMatching(MOScope, MOScope) - Static method in class org.snmp4j.agent.DefaultMOContextScope
Indicates whether the given scopes have a matching context.
isContextSupported(OctetString) - Method in class org.snmp4j.agent.DefaultMOServer
 
isContextSupported(OctetString) - Method in interface org.snmp4j.agent.MOServer
Checks whether the supplied context is supported (registered) by this server.
isCovered(MOScope) - Method in class org.snmp4j.agent.DefaultMOContextScope
 
isCovered(MOScope) - Method in class org.snmp4j.agent.DefaultMOQuery
 
isCovered(MOScope) - Method in class org.snmp4j.agent.DefaultMOScope
 
isCovered(MOScope) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
isCovered(MOScope) - Method in class org.snmp4j.agent.mo.MOScalar
 
isCovered(MOScope) - Method in interface org.snmp4j.agent.MOScope
Checks whether the supplied scope is covered by this scope.
isCovered(MOScope) - Method in class org.snmp4j.agent.util.OIDScope
 
isDelimiter(byte) - Static method in class org.snmp4j.agent.mo.snmp.SnmpTagValue
 
isDeniable() - Method in class org.snmp4j.agent.mo.DeniableEventObject
Checks whether this event is fired in the preparation phase or the commit phase of the 2PC.
isDynamic() - Method in class org.snmp4j.agent.mo.snmp.RowCount
Indicates whether this variable is dynamic.
isEmpty() - Method in class org.snmp4j.agent.DefaultMOScope
Checks if this scope is empty or not.
isEmpty() - Method in class org.snmp4j.agent.mo.DefaultMOTableModel
 
isEmpty() - Method in interface org.snmp4j.agent.mo.MOTableModel
Returns true if the table model contains no rows.
isException() - Method in class org.snmp4j.agent.mo.snmp.RowCount
Checks whether this variable represents an exception like noSuchObject, noSuchInstance, and endOfMibView.
isImpliedLength() - Method in class org.snmp4j.agent.mo.MOTableIndex
 
isKeyChangePending() - Method in class org.snmp4j.agent.mo.snmp.dh.DHKeyInfo
 
isKeyChangePending() - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
isLockNeeded(ManagedObject<?>, MOQuery) - Method in class org.snmp4j.agent.mo.lock.DefaultMOLockStrategy
 
isLockNeeded(ManagedObject<?>, MOQuery) - Method in interface org.snmp4j.agent.mo.lock.MOLockStrategy
Check if the server access to the provided managed object needs a lock.
isLowerIncluded() - Method in class org.snmp4j.agent.DefaultMOQuery
 
isLowerIncluded() - Method in class org.snmp4j.agent.DefaultMOScope
 
isLowerIncluded() - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
isLowerIncluded() - Method in class org.snmp4j.agent.mo.MOScalar
 
isLowerIncluded() - Method in interface org.snmp4j.agent.MOScope
Indicates whether the lower bound OID is included in the scope or not.
isLowerIncluded() - Method in class org.snmp4j.agent.util.OIDScope
 
isMandatory() - Method in class org.snmp4j.agent.mo.MOMutableColumn
Returns true if this column must be specified in a SET request which creates a row.
isMutableInService() - Method in class org.snmp4j.agent.mo.MOMutableColumn
 
isOverlapping(MOScope) - Method in class org.snmp4j.agent.DefaultMOContextScope
 
isOverlapping(MOScope) - Method in class org.snmp4j.agent.DefaultMOQuery
 
isOverlapping(MOScope) - Method in class org.snmp4j.agent.DefaultMOScope
 
isOverlapping(MOScope) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
isOverlapping(MOScope) - Method in class org.snmp4j.agent.mo.MOScalar
 
isOverlapping(MOScope) - Method in interface org.snmp4j.agent.MOScope
Checks whether the supplied scope overlap with this one, thus sharing at least one OID with the supplied one.
isOverlapping(MOScope) - Method in class org.snmp4j.agent.util.OIDScope
 
isPhaseComplete() - Method in interface org.snmp4j.agent.request.Request
Checks whether the current phase is complete.
isPhaseComplete() - Method in class org.snmp4j.agent.request.RequestStatus
 
isPhaseComplete() - Method in class org.snmp4j.agent.request.SnmpRequest
 
isProcessed() - Method in class org.snmp4j.agent.request.RequestStatus
 
isQueryContextMatching(MOQuery, MOScope) - Static method in class org.snmp4j.agent.MOScopeComparator
Indicates whether the given query's context matches the context of the given scope.
isReady(MOTableRow, int) - Method in class org.snmp4j.agent.mo.snmp.RowStatus
 
isReady(MOTableRow, int, MOTableRow) - Method in class org.snmp4j.agent.mo.snmp.RowStatus
 
isResetRequested() - Method in interface org.snmp4j.agent.mo.snmp.dh.DHKickstartParameters
Indicates whether an existing user with StorageType nonVolatile or permanent should be replaced by this kickstart user or not.
isResetRequested() - Method in class org.snmp4j.agent.mo.snmp.dh.DHKickstartParametersImpl
Indicates whether an existing user with StorageType nonVolatile or permanent should be replaced by this kickstart user or not.
isRoleSupported(String) - Method in class org.snmp4j.agent.security.BasicVacmConfigurator
 
isRowActivated() - Method in class org.snmp4j.agent.mo.snmp.RowStatusEvent
Checks whether the row event represents an activation of a row.
isRowActive(MOTableRow, int) - Static method in class org.snmp4j.agent.mo.snmp.RowStatus
Tests if the specified row is active.
isRowDeactivated() - Method in class org.snmp4j.agent.mo.snmp.RowStatusEvent
Checks whether the row event represents a deactivation of a row.
isSameSource(MOQuery, Object) - Static method in class org.snmp4j.agent.MOQueryWithSource
This method checks whether the supplied query and the given source reference refer to the same source (request).
isSendNextEventsOfSameOrigin() - Method in class org.snmp4j.agent.mo.MOTableRowEvent
 
isServerCertificateAccepted(X509Certificate[]) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
isSimulationModeEnabled() - Static method in class org.snmp4j.agent.mo.ext.SimMOFactory
 
isSourceAddressFiltering() - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
Returns true if source address filtering is enabled.
isSubEvent() - Method in class org.snmp4j.agent.mo.snmp.NotificationLogEvent
 
isSupported(int) - Method in interface org.snmp4j.agent.RequestHandler
Checks whether the supplied PDU type is supported by this request handler.
isUndoEnabled() - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy
Returns whether undo of SET operations should be supported by this sub-tree proxy or not.
isUpdateNeeded(MOServer, UpdatableManagedObject<?>, MOQuery) - Method in interface org.snmp4j.agent.UpdateStrategy
Checks whether the supplied UpdatableManagedObject needs to be updated or not to serve the supplied query.
isUpdateUsmFromMIB() - Method in class org.snmp4j.agent.mo.snmp.SnmpFrameworkMIB
Deprecated.
isUpperIncluded() - Method in class org.snmp4j.agent.DefaultMOQuery
 
isUpperIncluded() - Method in class org.snmp4j.agent.DefaultMOScope
 
isUpperIncluded() - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
isUpperIncluded() - Method in class org.snmp4j.agent.mo.MOScalar
 
isUpperIncluded() - Method in interface org.snmp4j.agent.MOScope
Indicates whether the upper bound OID is included in the scope or not.
isUpperIncluded() - Method in class org.snmp4j.agent.util.OIDScope
 
isValidAddress(OID, OctetString) - Method in interface org.snmp4j.agent.mo.snmp.TDomainAddressFactory
Checks whether a transport domain ID and a OctetString value represent a valid and consistent address.
isValidAddress(OID, OctetString) - Method in class org.snmp4j.agent.mo.snmp.TDomainAddressFactoryImpl
 
isValidIndex(OID) - Method in class org.snmp4j.agent.mo.MOTableIndex
Checks whether an index OID is a valid index for this index definition or not.
isValidIndex(OID) - Method in interface org.snmp4j.agent.mo.MOTableIndexValidator
Checks whether an index OID is a valid index for this index definition or not.
isValidPersistenceURI(String) - Method in class org.snmp4j.agent.io.DefaultMOPersistenceProvider
Checks whether the supplied URI string is valid for this persistence provider.
isValidPersistenceURI(String) - Method in interface org.snmp4j.agent.io.MOPersistenceProvider
Checks whether the supplied URI string is valid for this persistence provider.
isValidSize(long) - Method in interface org.snmp4j.agent.mo.snmp.smi.Constraints
Interpretes the value range constraints contained in this collection as size restrictions for OCTET STRING values and checks whether the given size matches these criteria.
isValidSize(long) - Method in class org.snmp4j.agent.mo.snmp.smi.ConstraintsImpl
 
isValidTagList(Variable) - Static method in class org.snmp4j.agent.mo.snmp.SnmpTagList
 
isValidTagValue(Variable) - Static method in class org.snmp4j.agent.mo.snmp.SnmpTagValue
 
isValueOK(SubRequest<?>) - Method in class org.snmp4j.agent.mo.ext.AgentppSimulationMib.AgentppSimDeleteRow
 
isValueOK(SubRequest<?>) - Method in class org.snmp4j.agent.mo.ext.AgentppSimulationMib.AgentppSimDeleteTableContents
 
isValueOK(SubRequest<?>) - Method in class org.snmp4j.agent.mo.MOScalar
Checks whether the new value contained in the supplied sub-request is a valid value for this object.
isValueOK(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp.DateAndTimeScalar
 
isValueOK(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHParameters
 
isValueOK(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp.EnumeratedScalar
 
isValueOK(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigGlobalAgeOut
 
isValueOK(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigGlobalEntryLimit
 
isValueOK(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp.SnmpTsmMib.SnmpTsmConfigurationUsePrefix
 
isValueOK(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp.TestAndIncr
 
isValueOK(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgReset
 
isValueOK(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgSecSrcAddrValidation
 
isVolatile() - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
isVolatile() - Method in class org.snmp4j.agent.mo.MOScalar
 
isVolatile() - Method in interface org.snmp4j.agent.RandomAccessManagedObject
Tests if this instance of a SerializableManagedObject should be serialized or deserialized through persistent storage load or save operation.
isVolatile() - Method in interface org.snmp4j.agent.SerializableManagedObject
Tests if this instance of a SerializableManagedObject should be serialized or deserialized through persistent storage load or save operation.
isVolatile(MOTableRow, int) - Method in class org.snmp4j.agent.mo.MOColumn
Tests if the supplied row is volatile or persistent.
isVolatile(MOTableRow, int) - Method in class org.snmp4j.agent.mo.snmp.RowStatus
 
isVolatile(MOTableRow, int) - Method in class org.snmp4j.agent.mo.snmp.StorageType
Checks if the row is volatile (i.e.
isVolatile(OID) - Method in class org.snmp4j.agent.mo.DefaultMOTable
Tests if the specified instance should be serialized or deserialized through persistent storage load or save operation.
isVolatile(OID) - Method in interface org.snmp4j.agent.RandomAccessManagedObject
Tests if the specified instance should be serialized or deserialized through persistent storage load or save operation.
isWriteAccessQuery() - Method in class org.snmp4j.agent.DefaultMOQuery
 
isWriteAccessQuery() - Method in interface org.snmp4j.agent.MOQuery
Indicates whether this query is issued on behalf of an intended write access on the ManagedObjects matched by this query.
iterator() - Method in class org.snmp4j.agent.DefaultMOServer
 
iterator() - Method in class org.snmp4j.agent.mo.DefaultMOTableModel
 
iterator() - Method in interface org.snmp4j.agent.mo.MOTableModel
Returns an iterator over the rows in this table model.
iterator() - Method in interface org.snmp4j.agent.MOServer
Return a read-only Iterator over the content of this server.
iterator() - Method in interface org.snmp4j.agent.request.Request
Returns an Iterator over the sub-requests of this request.
iterator() - Method in class org.snmp4j.agent.request.SnmpRequest
iterator
iterator() - Method in class org.snmp4j.agent.util.TemporaryList
 
iterator(Comparator<MOScope>) - Method in interface org.snmp4j.agent.MOServer
Return an Iterator on the registered ManagedObjects of this server in order defined by the given comparator.
iterator(Comparator<MOScope>, MOFilter) - Method in class org.snmp4j.agent.DefaultMOServer
 
iterator(Comparator<MOScope>, MOFilter) - Method in interface org.snmp4j.agent.MOServer
Return an Iterator on the registered ManagedObjects of this server in order defined by the given comparator and filtered.
iterator(MOTableRowFilter<R>) - Method in class org.snmp4j.agent.mo.DefaultMOMutableTableModel
Returns an iterator over all rows in this table that pass the given filter.

J

join() - Method in class org.snmp4j.agent.NotificationTask
 

K

KeyChange - Class in org.snmp4j.agent.mo.snmp
 
KeyChange(int, MOAccess, OctetString, boolean) - Constructor for class org.snmp4j.agent.mo.snmp.KeyChange
 

L

lastIndex() - Method in class org.snmp4j.agent.mo.DefaultMOTableModel
 
lastIndex() - Method in interface org.snmp4j.agent.mo.MOTableModel
Returns the last row index in this model.
lastRow() - Method in class org.snmp4j.agent.mo.DefaultMOTableModel
 
lastRow() - Method in interface org.snmp4j.agent.mo.MOTableModel
Returns the last row contained in this model.
launch() - Method in class org.snmp4j.agent.AgentConfigManager
Launch the agent by registering and lauching (i.e., set to listen mode) transport mappings.
launchTransportMappings() - Method in class org.snmp4j.agent.AgentConfigManager
 
launchTransportMappings(Collection<? extends TransportMapping<?>>) - Static method in class org.snmp4j.agent.AgentConfigManager
Puts a list of transport mappings into listen mode.
LexicographicOctetStringComparator - Class in org.snmp4j.agent.mo.util
 
LexicographicOctetStringComparator() - Constructor for class org.snmp4j.agent.mo.util.LexicographicOctetStringComparator
 
LexicographicOctetStringComparator(boolean) - Constructor for class org.snmp4j.agent.mo.util.LexicographicOctetStringComparator
 
linkCounterListener() - Method in class org.snmp4j.agent.AgentConfigManager
 
LinkedMOFactory - Interface in org.snmp4j.agent.mo
The LinkedMOFactory extends the basic MOFactory interface by means for associating managed objects with instrumentation helper objects.
load(MOInput) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
load(MOInput) - Method in class org.snmp4j.agent.mo.MOScalar
 
load(MOInput) - Method in interface org.snmp4j.agent.SerializableManagedObject
Loads the content of the managed object from the specified input (stream).
loadConfig(int) - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Loads the configuration using the specified import mode from the set config file.
loadData(MOInput) - Method in class org.snmp4j.agent.io.MOServerPersistence
 
loadRow(OID, Variable[], int) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
localizeUser(OctetString, OctetString, OID, OctetString, OID, OctetString, SecurityProtocols) - Static method in class org.snmp4j.agent.mo.snmp.UsmMIB
 
lock(Object, ManagedObject<?>) - Method in class org.snmp4j.agent.DefaultMOServer
 
lock(Object, ManagedObject<?>) - Method in interface org.snmp4j.agent.MOServer
Locks a ManagedObject by the supplied owner.
lock(Object, ManagedObject<?>, long) - Method in class org.snmp4j.agent.DefaultMOServer
 
lock(Object, ManagedObject<?>, long) - Method in interface org.snmp4j.agent.MOServer
Locks a ManagedObject by the supplied owner.
locked - Enum constant in enum class org.snmp4j.agent.mo.lock.LockRequest.LockStatus
The lock has been acquired successfully (lock operation).
lockedAfterTimeout - Enum constant in enum class org.snmp4j.agent.mo.lock.LockRequest.LockStatus
The lock has been acquired successfully, but after a lock timed out for a better matching ManagedObject (lock operation).
LockRequest - Class in org.snmp4j.agent.mo.lock
The LockRequest class bundles information necessary to request a lock on a ManagedObject for update or value access.
LockRequest(Object, long) - Constructor for class org.snmp4j.agent.mo.lock.LockRequest
Creates a new lock request with owner and timeout.
LockRequest.LockStatus - Enum Class in org.snmp4j.agent.mo.lock
 
lockTimedOut - Enum constant in enum class org.snmp4j.agent.mo.lock.LockRequest.LockStatus
The lock could not be acquired within the timeoutMillis.
LogMOTableSizeLimit<R extends MOTableRow> - Class in org.snmp4j.agent.mo.util
The LogMOTableSizeLimit implements a MOTableSizeLimit to limit the number of entries in a table by removing the eldest rows existing in the table when the limit is exceeded.
LogMOTableSizeLimit(int) - Constructor for class org.snmp4j.agent.mo.util.LogMOTableSizeLimit
 
LogMOTableSizeLimit(Properties) - Constructor for class org.snmp4j.agent.mo.util.LogMOTableSizeLimit
 
lookup(MOQuery) - Method in class org.snmp4j.agent.DefaultMOServer
 
lookup(MOQuery) - Method in interface org.snmp4j.agent.MOServer
Lookup the first (lexicographically ordered) managed object that matches the supplied query.
lookup(MOQuery, Class<MO>) - Method in interface org.snmp4j.agent.MOServer
Lookup the first (lexicographically ordered) managed object that matches the supplied query.
lookup(MOQuery, LockRequest) - Method in interface org.snmp4j.agent.MOServer
Deprecated.
Use MOServer.lookup(MOQuery, LockRequest, MOServerLookupEvent, Class) instead to specify the intended use, and event source.
lookup(MOQuery, LockRequest, MOServerLookupEvent) - Method in interface org.snmp4j.agent.MOServer
Lookup the first (lexicographically ordered) managed object that matches the supplied query.
lookup(MOQuery, LockRequest, MOServerLookupEvent, Class<MO>) - Method in class org.snmp4j.agent.DefaultMOServer
Lookup the first (lexicographically ordered) managed object that matches the supplied query and implements the given ManagedObject class.
lookup(MOQuery, LockRequest, MOServerLookupEvent, Class<MO>) - Method in interface org.snmp4j.agent.MOServer
Lookup the first (lexicographically ordered) managed object that matches the supplied query and implements the given ManagedObject class.
lookupEvent(MOServerLookupEvent) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
lookupEvent(MOServerLookupEvent) - Method in interface org.snmp4j.agent.MOServerLookupListener
A MOServer instance has looked up a managed object for which the listener has been registered.
lowerBound - Variable in class org.snmp4j.agent.DefaultMOScope
 
lowerIncluded - Variable in class org.snmp4j.agent.DefaultMOScope
 

M

MAJOR - Static variable in class org.snmp4j.agent.version.VersionInfo
 
makeCalendar(OctetString) - Static method in class org.snmp4j.agent.mo.snmp.DateAndTime
Creates a GregorianCalendar from a properly formatted DateAndTime OctetString.
makeDateAndTime(GregorianCalendar) - Static method in class org.snmp4j.agent.mo.snmp.DateAndTime
Creates a DateAndTime OctetString value from a GregorianCalendar.
makeDateAndTime(GregorianCalendar, T) - Static method in class org.snmp4j.agent.mo.snmp.DateAndTime
Creates a DateAndTime OctetString value from a GregorianCalendar.
ManagedObject<SR extends SubRequest<?>> - Interface in org.snmp4j.agent
The ManagedObject interface defines the basic operations for all SNMP4J manageable objects.
ManagedObjectValueAccess<SR extends SubRequest<?>> - Interface in org.snmp4j.agent
The ManagedObjectValueAccess interface provides direct access to instance values of a ManagedObject.
mapToSubRequest(Object) - Method in class org.snmp4j.agent.request.SubRequestIteratorSupport
Returns the SubRequest contained or represented by the supplied object (element of the iterator).
matchesQuery(ManagedObject<?>) - Method in class org.snmp4j.agent.DefaultMOQuery
Checks whether a managed object matches the internal query criteria defined by this query.
matchesQuery(ManagedObject<?>) - Method in interface org.snmp4j.agent.MOQuery
Checks whether a managed object matches the internal query criteria defined by this query.
matchParameters(ProxyForwardRequest<?>, OctetString) - Method in class org.snmp4j.agent.mo.snmp.ProxyForwarderImpl
 
MAX_INDEX_OID_LENGTH - Static variable in class org.snmp4j.agent.mo.MOTableIndex
 
MAX_SIZE - Static variable in class org.snmp4j.agent.mo.snmp.DisplayString
 
maxRepetitionsLimit - Static variable in class org.snmp4j.agent.request.SnmpRequest
 
maxRepetitionsWithLimit - Variable in class org.snmp4j.agent.request.SnmpRequest
 
MIN_SIZE - Static variable in class org.snmp4j.agent.mo.snmp.DisplayString
 
MINOR - Static variable in class org.snmp4j.agent.version.VersionInfo
 
MOAccess - Interface in org.snmp4j.agent
The MOAccess interface defines means to determine the maximum access supported by a managed object.
MOAccessImpl - Class in org.snmp4j.agent.mo
The MOAccessImpl class implements an immutable MOAccess.
MOAccessImpl(int) - Constructor for class org.snmp4j.agent.mo.MOAccessImpl
 
MOChangeEvent - Class in org.snmp4j.agent.mo
The MOChangeEvent describes the change of a single value of a ManagedObject.
MOChangeEvent(Object, ManagedObject<SubRequest<?>>, OID, MOChangeEvent.Modification) - Constructor for class org.snmp4j.agent.mo.MOChangeEvent
Creates a deniable MOChangeEvent object based on the changed managed object instances that are identified through a common the instance OID (i.e.
MOChangeEvent(Object, ManagedObject<SubRequest<?>>, OID, MOChangeEvent.Modification, SubRequest<?>) - Constructor for class org.snmp4j.agent.mo.MOChangeEvent
Creates a deniable MOChangeEvent object based on the changed managed object instances that are identified through a common the instance OID (i.e.
MOChangeEvent(Object, ManagedObject<SubRequest<?>>, OID, Variable, Variable) - Constructor for class org.snmp4j.agent.mo.MOChangeEvent
Creates a deniable MOChangeEvent object based on the changed managed object, the instance OID of the changed value, with old and new value.
MOChangeEvent(Object, ManagedObject<SubRequest<?>>, OID, Variable, Variable, boolean) - Constructor for class org.snmp4j.agent.mo.MOChangeEvent
Creates a MOChangeEvent object based on the changed managed object, the instance OID of the changed value, with old and new value.
MOChangeEvent(Object, ManagedObject<SubRequest<?>>, OID, Variable, Variable, boolean, SubRequest<?>) - Constructor for class org.snmp4j.agent.mo.MOChangeEvent
Creates a MOChangeEvent object based on the changed managed object, the instance OID of the changed value, with old and new value.
MOChangeEvent.Modification - Enum Class in org.snmp4j.agent.mo
 
MOChangeEvent.OidType - Enum Class in org.snmp4j.agent.mo
 
MOChangeListener - Interface in org.snmp4j.agent.mo
A MOChangeListener is informed about changes and change attempts of managed objects.
moChangeListeners - Variable in class org.snmp4j.agent.mo.DefaultMOTable
 
MOColumn<V extends org.snmp4j.smi.Variable> - Class in org.snmp4j.agent.mo
The MOColumn class represents columnar SMI objects.
MOColumn(int, int) - Constructor for class org.snmp4j.agent.mo.MOColumn
Creates a read-only column object with the given column and syntax.
MOColumn(int, int, MOAccess) - Constructor for class org.snmp4j.agent.mo.MOColumn
Creates a column object with the given column, syntax, and maximum access.
MOContextScope - Interface in org.snmp4j.agent
The MOContextScope extends the MOScope by applying a scope to a context.
model - Variable in class org.snmp4j.agent.mo.DefaultMOTable
 
MODULE_NAME - Static variable in class org.snmp4j.agent.mo.snmp.SnmpFrameworkMIB
 
MODULE_NAME - Static variable in class org.snmp4j.agent.mo.snmp.SNMPv2TC
 
MOException - Exception Class in org.snmp4j.agent
The MOException is the base class for all exceptions thrown while managing ManagedObjects.
MOException() - Constructor for exception class org.snmp4j.agent.MOException
 
MOException(String) - Constructor for exception class org.snmp4j.agent.MOException
 
MOException(String, Exception) - Constructor for exception class org.snmp4j.agent.MOException
 
moFactory - Variable in class org.snmp4j.agent.AgentConfigManager
 
MOFactory - Interface in org.snmp4j.agent.mo
The MOFactory interface provides factory methods for creating all types of managed objects known by SNMP4J-Agent.
MOFactoryAdapter - Class in org.snmp4j.agent.mo
The MOFactoryAdapter class wraps a MOFactory and per default delegates all method calls to that class.
MOFactoryAdapter(MOFactory) - Constructor for class org.snmp4j.agent.mo.MOFactoryAdapter
 
MOFilter - Interface in org.snmp4j.agent.mo
The MOFilter interface can be used to filter ManagedObjects.
MOGroup - Interface in org.snmp4j.agent
A MOGroup instance is a group of ManagedObjects.
MOGroupImpl - Class in org.snmp4j.agent.mo
The MOGroupImpl implements a simple object group.
MOGroupImpl() - Constructor for class org.snmp4j.agent.mo.MOGroupImpl
 
MOInfo - Class in org.snmp4j.agent.io
 
MOInfo(OID) - Constructor for class org.snmp4j.agent.io.MOInfo
 
MOInfo(OID, String) - Constructor for class org.snmp4j.agent.io.MOInfo
 
MOInput - Interface in org.snmp4j.agent.io
The MOInput models the interface for reading ManagedObject data into a SNMP4J-Agent in a generic way.
MOInputFactory - Interface in org.snmp4j.agent.io
The MOInputFactory creates a MOInput instance to be used to read managed object content.
MOLockStrategy - Interface in org.snmp4j.agent.mo.lock
The MOLockStrategy interface defines a strategy for locking ManagedObject instances when they are accessed through a MOServer.
MOMutableColumn<V extends org.snmp4j.smi.Variable> - Class in org.snmp4j.agent.mo
The MOMutableColumn class represents mutable columnar SMI objects.
MOMutableColumn(int, int) - Constructor for class org.snmp4j.agent.mo.MOMutableColumn
Creates a read-only column object with the given column and syntax.
MOMutableColumn(int, int, MOAccess) - Constructor for class org.snmp4j.agent.mo.MOMutableColumn
Creates a column object with the given column, syntax, and maximum access.
MOMutableColumn(int, int, MOAccess, V) - Constructor for class org.snmp4j.agent.mo.MOMutableColumn
Creates a column object with the given column, syntax, and maximum access.
MOMutableColumn(int, int, MOAccess, V, boolean) - Constructor for class org.snmp4j.agent.mo.MOMutableColumn
Creates a column object with the given column, syntax, and maximum access.
MOMutableRow2PC<SR extends SubRequest<?>> - Interface in org.snmp4j.agent.mo
The MOMutableRow2PC interface adds support for 2-Phase-Commit to mutable table rows.
MOMutableTableModel<R extends MOTableRow> - Interface in org.snmp4j.agent.mo
The MOMutableTableModel defines the interface for mutable table models.
MOMutableTableRow - Interface in org.snmp4j.agent.mo
The MOMutableTableRow extends MOTableRow by means to change a cells value and to support modifications (i.e.
monitor - Enum constant in enum class org.snmp4j.agent.security.BasicVacmConfigurator.Roles
 
MOOutput - Interface in org.snmp4j.agent.io
 
MOOutputFactory - Interface in org.snmp4j.agent.io
The MOOutputFactory creates a MOOutput instance to be used to output managed object content.
MOPersistenceProvider - Interface in org.snmp4j.agent.io
The MOPersistenceProvider interface defines how persistent storage can be used to save and restore an agents state.
MOPriorityProvider - Interface in org.snmp4j.agent.mo
MOPriorityProvider is an object (often a ManagedObject) that defines a prioritisation of other ManagedObjects.
MOQuery - Interface in org.snmp4j.agent
A managed object query is used to lookup managed objects, for example in a MOServer repository.
MOQueryWithSource - Class in org.snmp4j.agent
The MOQueryWithSource class is the implementation of a managed object query for a Request.
MOQueryWithSource(MOContextScope, boolean, Object) - Constructor for class org.snmp4j.agent.MOQueryWithSource
Creates a context aware query from a context aware OID scope.
MOScalar<V extends org.snmp4j.smi.Variable> - Class in org.snmp4j.agent.mo
The MOScalar class represents scalar SNMP managed objects.
MOScalar() - Constructor for class org.snmp4j.agent.mo.MOScalar
Construct a MOScalar for deserialization.
MOScalar(OID, MOAccess, V) - Constructor for class org.snmp4j.agent.mo.MOScalar
Creates a scalar MO instance with OID, maximum access level and initial value.
MOScope - Interface in org.snmp4j.agent
A managed object scope defines a continuous region within the global OID space.
MOScopeComparator - Class in org.snmp4j.agent
The MOScopeComparator compares two scopes with each other.
MOScopeComparator() - Constructor for class org.snmp4j.agent.MOScopeComparator
 
MOScopePriorityComparator - Class in org.snmp4j.agent.util
The MOScopePriorityComparator applies a sorting on a list of MOScope instances defined by a priority list.
MOScopePriorityComparator(SortedMap<OID, Integer>) - Constructor for class org.snmp4j.agent.util.MOScopePriorityComparator
 
MOServer - Interface in org.snmp4j.agent
The managed object server interface defines the services that a repository of managed objects needs to provide for a command responder.
MOServerLookupEvent - Class in org.snmp4j.agent
A MOServerLookupEvent describes a lookup of a managed object within a MOServer repository.
MOServerLookupEvent(Object, ManagedObject<?>, MOQuery, MOServerLookupEvent.IntendedUse) - Constructor for class org.snmp4j.agent.MOServerLookupEvent
 
MOServerLookupEvent(Object, ManagedObject<?>, MOQuery, MOServerLookupEvent.IntendedUse, boolean) - Constructor for class org.snmp4j.agent.MOServerLookupEvent
 
MOServerLookupEvent.IntendedUse - Enum Class in org.snmp4j.agent
 
MOServerLookupListener - Interface in org.snmp4j.agent
An object that is interested in callback notifications of lookup events on a MOServer instance has to implement the MOServerLookupListener interface.
MOServerPersistence - Class in org.snmp4j.agent.io
The MOServerPersistence provides persistence operations to load and save serialized MIB data.
MOServerPersistence(MOServer) - Constructor for class org.snmp4j.agent.io.MOServerPersistence
 
MOServerPersistence(MOServer[]) - Constructor for class org.snmp4j.agent.io.MOServerPersistence
 
moServers - Variable in class org.snmp4j.agent.CommandProcessor
 
MOSubtreeProxy - Class in org.snmp4j.agent.mo.snmp4j
In contrast to ProxyForwarder, the MOSubtreeProxy provides a proxy implementation for a single subtree based on the configuration provided by the Snmp4jProxyMib SnmpProxyMIB and SnmpTargetMIB.
MOSubtreeProxy(Session, SnmpTargetMIB, OctetString, OID, OctetString, OctetString, OctetString) - Constructor for class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy
 
MOSubtreeProxy.OIDTranslator - Class in org.snmp4j.agent.mo.snmp4j
 
MOTable<R extends MOTableRow,C extends MOColumn,M extends MOTableModel<R>> - Interface in org.snmp4j.agent.mo
The MOTable interface describes SNMP conceptual tables.
MOTableCellInfo - Interface in org.snmp4j.agent.mo
The MOTableCellInfo interface provides information about a cell of a conceptual table.
MOTableIndex - Class in org.snmp4j.agent.mo
The MOTableIndex class represents a index definition of a conceptual table.
MOTableIndex(MOTableSubIndex[]) - Constructor for class org.snmp4j.agent.mo.MOTableIndex
Creates a index definition from an array of sub-index definitions.
MOTableIndex(MOTableSubIndex[], boolean) - Constructor for class org.snmp4j.agent.mo.MOTableIndex
Creates a index definition from an array of sub-index definitions where the last sub-index may have an implied length.
MOTableIndex(MOTableSubIndex[], boolean, MOTableIndexValidator) - Constructor for class org.snmp4j.agent.mo.MOTableIndex
Creates a index definition from an array of sub-index definitions where the last sub-index may have an implied length.
MOTableIndexValidator - Interface in org.snmp4j.agent.mo
A MOTableIndexValidator instance is able to validate an index value for compatibility with an index definition.
MOTableModel<R extends MOTableRow> - Interface in org.snmp4j.agent.mo
The MOTableModel interface defines the base table model interface needed for MOTables.
MOTableModelEvent - Class in org.snmp4j.agent.mo
The MOTableModelEvent event object describes events that change a table model.
MOTableModelEvent(Object, int) - Constructor for class org.snmp4j.agent.mo.MOTableModelEvent
Creates the model wide event.
MOTableModelEvent(Object, int, MOTableRow) - Constructor for class org.snmp4j.agent.mo.MOTableModelEvent
Creates a model event associated with a single row.
MOTableModelEvent(Object, int, MOTableRow, int) - Constructor for class org.snmp4j.agent.mo.MOTableModelEvent
Creates a model event associated with a single row and column.
MOTableModelListener - Interface in org.snmp4j.agent.mo
A MOTableModelListener can be informed about table model changes.
MOTableRelation<BaseRow extends MOTableRow,DependentRow extends MOTableRow> - Class in org.snmp4j.agent.mo
The MOTableRelation class models table relations like sparse table relationship and augmentation.
MOTableRelation(MOTable<BaseRow, ? extends MOColumn, ? extends MOTableModel<BaseRow>>, MOTable<DependentRow, ? extends MOColumn, ? extends MOTableModel<DependentRow>>) - Constructor for class org.snmp4j.agent.mo.MOTableRelation
Creates a table relation from a base table and the dependent table.
MOTableRelation.RelationShipListener - Class in org.snmp4j.agent.mo
 
MOTableRow - Interface in org.snmp4j.agent.mo
The MOTableRow interface describes a conceptual table row.
MOTableRowEvent<R extends MOTableRow> - Class in org.snmp4j.agent.mo
The MOTableRowEvent class describes the changes
MOTableRowEvent(Object, MOTable<R, ? extends MOColumn, ? extends MOTableModel<R>>, R, int) - Constructor for class org.snmp4j.agent.mo.MOTableRowEvent
Creates a table row event based on table, row and type that cannot be canceled by the event listener.
MOTableRowEvent(Object, MOTable<R, ? extends MOColumn, ? extends MOTableModel<R>>, R, int, boolean) - Constructor for class org.snmp4j.agent.mo.MOTableRowEvent
Creates a table row event based on table, row and type that may be canceled by the event listener depending on the specified flag.
MOTableRowEvent(Object, MOTable<R, ? extends MOColumn, ? extends MOTableModel<R>>, R, int, MOTableRowEvent.OriginType) - Constructor for class org.snmp4j.agent.mo.MOTableRowEvent
Creates a table row event based on table, row and type that cannot be canceled by the event listener.
MOTableRowEvent(Object, MOTable<R, ? extends MOColumn, ? extends MOTableModel<R>>, R, int, MOTableRowEvent.OriginType, boolean) - Constructor for class org.snmp4j.agent.mo.MOTableRowEvent
Creates a table row event based on table, row and type that may be canceled by the event listener depending on the specified flag.
MOTableRowEvent(Object, MOTable<R, ? extends MOColumn, ? extends MOTableModel<R>>, R, MOTableRow, int) - Constructor for class org.snmp4j.agent.mo.MOTableRowEvent
Creates a table row event based on table, row, prepared changes, and type that cannot be canceled by the event listener.
MOTableRowEvent(Object, MOTable<R, ? extends MOColumn, ? extends MOTableModel<R>>, R, MOTableRow, int, boolean) - Constructor for class org.snmp4j.agent.mo.MOTableRowEvent
Creates a table row event based on table, row, prepared changes, and type.
MOTableRowEvent(Object, MOTable<R, ? extends MOColumn, ? extends MOTableModel<R>>, R, MOTableRow, int, boolean, int) - Constructor for class org.snmp4j.agent.mo.MOTableRowEvent
Creates a table row event based on table, row, prepared changes, and type that cannot be canceled by the event listener.
MOTableRowEvent.OriginType - Enum Class in org.snmp4j.agent.mo
Specifies the origin of a change: the source of an external change is a protocol operation (SNMP or AgentX) that originates external to the managed object.
MOTableRowFactory<R extends MOTableRow> - Interface in org.snmp4j.agent.mo
A MOTableRowFactory is used to create and delete rows for a table model.
MOTableRowFilter<R extends MOTableRow> - Interface in org.snmp4j.agent.mo
The MOTableRowFilter interface can be used to filter rows.
MOTableRowListener<R extends MOTableRow> - Interface in org.snmp4j.agent.mo
A MOTableRowListener can be informed about row changes.
moTableRowListeners - Variable in class org.snmp4j.agent.mo.DefaultMOTable
 
MOTableSizeLimit<R extends MOTableRow> - Class in org.snmp4j.agent.mo.util
This class implements a size limit on the number of rows in a table.
MOTableSizeLimit(int) - Constructor for class org.snmp4j.agent.mo.util.MOTableSizeLimit
 
MOTableSizeLimit(Properties) - Constructor for class org.snmp4j.agent.mo.util.MOTableSizeLimit
 
MOTableSubIndex - Class in org.snmp4j.agent.mo
The MOTableSubIndex class represents a sub-index definition.
MOTableSubIndex(int) - Constructor for class org.snmp4j.agent.mo.MOTableSubIndex
Creates a sub-index definition based on a SMI syntax.
MOTableSubIndex(int, int, int) - Constructor for class org.snmp4j.agent.mo.MOTableSubIndex
Creates a sub-index definition based on a SMI syntax, minimum, and maximum sub-index length.
MOTableSubIndex(OID, int) - Constructor for class org.snmp4j.agent.mo.MOTableSubIndex
Creates a sub-index definition based on a SMI syntax and the OID of the sub-index OBJECT-TYPE definition.
MOTableSubIndex(OID, int, int, int) - Constructor for class org.snmp4j.agent.mo.MOTableSubIndex
Creates a sub-index definition based on a SMI syntax, minimum, and maximum sub-index length as well as the OID of the sub-index OBJECT-TYPE.
MOValueValidationEvent - Class in org.snmp4j.agent.mo
The MOValueValidationEvent class represents a value validation request.
MOValueValidationEvent(Object, Variable, Variable) - Constructor for class org.snmp4j.agent.mo.MOValueValidationEvent
Creates a new value validation request.
MOValueValidationListener - Interface in org.snmp4j.agent.mo
MOValueValidationListeners are able to validate SNMP values against certain criteria, for example MIB definition constraints.
mpv3 - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
multipleForward(ProxyForwardRequest<A>) - Method in class org.snmp4j.agent.mo.snmp.ProxyForwarderImpl
 
MutableMOScope - Interface in org.snmp4j.agent
The MutableMOScope interface describes a mutable scope as needed for query processing.
MutableVACM - Interface in org.snmp4j.agent.security
The MutableVACM interface extends the basic VACM by providing methods to change the configuration of the view-based access model.

N

newRows - Variable in class org.snmp4j.agent.mo.DefaultMOTable
 
next() - Method in class org.snmp4j.agent.mo.DefaultMOMutableTableModel.FilteredRowIterator
 
next() - Method in class org.snmp4j.agent.mo.snmp.VacmMIB.VacmContextIterator
 
next() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequestIterator
 
next() - Method in interface org.snmp4j.agent.request.SubRequestIterator
Gets the next sub-request that is pending.
next() - Method in class org.snmp4j.agent.request.SubRequestIteratorSupport
 
next(SubRequest<?>) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
next(SubRequest<?>) - Method in class org.snmp4j.agent.mo.ext.StaticMOGroup
 
next(SubRequest<?>) - Method in class org.snmp4j.agent.mo.MOScalar
 
next(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy
 
next(SR) - Method in interface org.snmp4j.agent.ManagedObject
Finds the successor instance for the object instance ID (OID) given by the supplied sub-request and returns it within the supplied sub-request object.
nextPhase() - Method in class org.snmp4j.agent.request.AbstractRequest
 
nextPhase() - Method in interface org.snmp4j.agent.request.Request
Initializes next phase and returns its identifier.
nextTransactionID() - Static method in class org.snmp4j.agent.request.SnmpRequest
 
NlmConfigLogAdminStatusEnum() - Constructor for class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogAdminStatusEnum
 
NlmConfigLogEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogEntryRow
 
NlmConfigLogOperStatusEnum() - Constructor for class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogOperStatusEnum
 
NlmLogEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogEntryRow
 
NlmLogVariableEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
NlmLogVariableValueTypeEnum() - Constructor for class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableValueTypeEnum
 
NlmStatsLogEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmStatsLogEntryRow
 
noAuthNoPriv - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB.SnmpTargetParamsSecurityLevelEnum
 
noAuthProtocol - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 
noFilter - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogOperStatusEnum
 
nonVolatile - Enum constant in enum class org.snmp4j.agent.mo.snmp.StorageType.StorageTypeEnum
 
nonVolatile - Static variable in class org.snmp4j.agent.mo.snmp.StorageType
 
noPrivProtocol - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 
noProxy - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyTypeEnum
 
notAvailable - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgSecSrcAddrValidationEnum
 
notExistent - Enum constant in enum class org.snmp4j.agent.mo.snmp.RowStatus.RowStatusEnum
 
notExistent - Static variable in class org.snmp4j.agent.mo.snmp.RowStatus
 
notificaitonLogGlobalAge - Variable in class org.snmp4j.agent.AgentConfigManager
 
notificaitonLogGlobalLimit - Variable in class org.snmp4j.agent.AgentConfigManager
 
notificationLogDefaultLimit - Variable in class org.snmp4j.agent.AgentConfigManager
 
notificationLogEvent(NotificationLogEvent<A>) - Method in interface org.snmp4j.agent.mo.snmp.NotificationLogListener
Process a notification log event.
notificationLogEvent(NotificationLogEvent<A>) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
NotificationLogEvent<A extends org.snmp4j.smi.Address> - Class in org.snmp4j.agent.mo.snmp
A NotificationLogEvent object describes the event when a notification has been received from a SNMP entity (locally or remotely).
NotificationLogEvent(Object, OctetString, Target<A>, OctetString, OctetString, OID, TimeTicks, VariableBinding[], long, boolean) - Constructor for class org.snmp4j.agent.mo.snmp.NotificationLogEvent
 
NotificationLogListener - Interface in org.snmp4j.agent.mo.snmp
A NotificationLogListener processes notification logging events.
notificationLogMIB - Variable in class org.snmp4j.agent.AgentConfigManager
 
NotificationLogMib - Class in org.snmp4j.agent.mo.snmp
 
NotificationLogMib() - Constructor for class org.snmp4j.agent.mo.snmp.NotificationLogMib
Constructs a NotificationLogMib instance without actually creating its ManagedObject instances.
NotificationLogMib(MOFactory) - Constructor for class org.snmp4j.agent.mo.snmp.NotificationLogMib
Constructs a NotificationLogMib instance and actually creates its ManagedObject instances using the supplied MOFactory (by calling NotificationLogMib.createMO(MOFactory moFactory)).
NotificationLogMib(MOFactory, VACM, SnmpNotificationMIB) - Constructor for class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
NotificationLogMib.NlmConfigGlobalAgeOut - Class in org.snmp4j.agent.mo.snmp
 
NotificationLogMib.NlmConfigGlobalEntryLimit - Class in org.snmp4j.agent.mo.snmp
 
NotificationLogMib.NlmConfigLogAdminStatusEnum - Class in org.snmp4j.agent.mo.snmp
 
NotificationLogMib.NlmConfigLogEntryRow - Class in org.snmp4j.agent.mo.snmp
 
NotificationLogMib.NlmConfigLogOperStatusEnum - Class in org.snmp4j.agent.mo.snmp
 
NotificationLogMib.NlmLogEntryRow - Class in org.snmp4j.agent.mo.snmp
 
NotificationLogMib.NlmLogVariableEntryRow - Class in org.snmp4j.agent.mo.snmp
 
NotificationLogMib.NlmLogVariableValueTypeEnum - Class in org.snmp4j.agent.mo.snmp
 
NotificationLogMib.NlmStatsLogEntryRow - Class in org.snmp4j.agent.mo.snmp
 
NotificationLogMib.Snmp4jNotificationLogModeEnum - Class in org.snmp4j.agent.mo.snmp
 
NotificationLogMib.SnmpAdminString - Class in org.snmp4j.agent.mo.snmp
 
NotificationLogMib.SnmpEngineID - Class in org.snmp4j.agent.mo.snmp
 
NotificationLogMib.TAddress - Class in org.snmp4j.agent.mo.snmp
 
NotificationLogMib.TDomain - Class in org.snmp4j.agent.mo.snmp
 
notificationMIB - Variable in class org.snmp4j.agent.AgentConfigManager
 
notificationOriginator - Variable in class org.snmp4j.agent.AgentConfigManager
 
notificationOriginator - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
notificationOriginator - Variable in class org.snmp4j.agent.CommandProcessor
 
NotificationOriginator - Interface in org.snmp4j.agent
The NotificationOriginator specifies the interface for classes providing notification sending.
NotificationOriginatorImpl - Class in org.snmp4j.agent.mo.snmp
The NotificationOriginatorImpl class implements a notification originator application for SNMP4J.
NotificationOriginatorImpl(Session, VACM, SysUpTime, SnmpTargetMIB, SnmpNotificationMIB) - Constructor for class org.snmp4j.agent.mo.snmp.NotificationOriginatorImpl
Creates a notification originator.
NotificationOriginatorImpl(Session, VACM, SysUpTime, SnmpTargetMIB, SnmpNotificationMIB, SnmpCommunityMIB) - Constructor for class org.snmp4j.agent.mo.snmp.NotificationOriginatorImpl
Creates a notification originator.
NotificationTask - Class in org.snmp4j.agent
The NotificationTask is a Runnable that sends a notification or a series of notifications/traps/informs - depending on the configuration associated with the supplied NotificationOriginator.
NotificationTask(NotificationOriginator, OctetString, OID, TimeTicks, VariableBinding[]) - Constructor for class org.snmp4j.agent.NotificationTask
 
notify(OctetString, OID, TimeTicks, VariableBinding[]) - Method in class org.snmp4j.agent.CommandProcessor
 
notify(OctetString, OID, TimeTicks, VariableBinding[]) - Method in class org.snmp4j.agent.mo.snmp.NotificationOriginatorImpl
 
notify(OctetString, OID, TimeTicks, VariableBinding[]) - Method in interface org.snmp4j.agent.NotificationOriginator
Sends notifications (traps) to all appropriate notification targets.
notify(OctetString, OID, VariableBinding[]) - Method in class org.snmp4j.agent.CommandProcessor
Sends notification/inform messages to all registered targets.
notify(OctetString, OID, VariableBinding[]) - Method in class org.snmp4j.agent.mo.snmp.NotificationOriginatorImpl
Sends notifications (traps) to all appropriate notification targets.
notify(OctetString, OID, VariableBinding[]) - Method in interface org.snmp4j.agent.NotificationOriginator
Sends notifications (traps) to all appropriate notification targets.
notInService - Enum constant in enum class org.snmp4j.agent.mo.snmp.RowStatus.RowStatusEnum
 
notInService - Static variable in class org.snmp4j.agent.mo.snmp.RowStatus
 
notReady - Enum constant in enum class org.snmp4j.agent.mo.snmp.RowStatus.RowStatusEnum
 
notReady - Static variable in class org.snmp4j.agent.mo.snmp.RowStatus
 
notRequired - Enum constant in enum class org.snmp4j.agent.mo.lock.LockRequest.LockStatus
Indicates that no locking was required based on the active MOLockStrategy.
notSpecified - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerToHandlerThresholdEnum
 

O

objectId - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableValueTypeEnum
 
octetString - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableValueTypeEnum
 
off - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerToHandlerThresholdEnum
 
oid - Variable in class org.snmp4j.agent.mo.MOScalar
 
OID_ID - Static variable in class org.snmp4j.agent.io.prop.PropertyMOInput
 
oidAgentppSimDeleteRow - Static variable in class org.snmp4j.agent.mo.ext.AgentppSimulationMib
 
oidAgentppSimDeleteTableContents - Static variable in class org.snmp4j.agent.mo.ext.AgentppSimulationMib
 
oidAgentppSimMode - Static variable in class org.snmp4j.agent.mo.ext.AgentppSimulationMib
 
oidNlmConfigGlobalAgeOut - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
oidNlmConfigGlobalEntryLimit - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
oidNlmConfigLogEntry - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
oidNlmLogEntry - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
oidNlmLogIndex - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
oidNlmLogName - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
oidNlmLogVariableEntry - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
oidNlmLogVariableIndex - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
oidNlmStatsGlobalNotificationsBumped - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
oidNlmStatsGlobalNotificationsLogged - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
oidNlmStatsLogEntry - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
oidNotificationLogMib - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
OID of this MIB module for usage which can be used for its identification.
OIDScope - Class in org.snmp4j.agent.util
 
OIDScope(OID) - Constructor for class org.snmp4j.agent.util.OIDScope
 
oidSnmp4jCfgReset - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
oidSnmp4jCfgSecSrcAddrValidation - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
oidSnmp4jCfgStorageEntry - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
oidSnmp4jCfgStorageSeqEntry - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
oidSnmp4jCfgStorageSeqIndex - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
oidSnmp4jLogConsoleHandlerEntry - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
oidSnmp4jLogFactory - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
oidSnmp4jLogFileHandlerEntry - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
oidSnmp4jLogHandlerEntry - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
oidSnmp4jLogLoggerEntry - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
oidSnmp4jLogLoggerToHandlerEntry - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
oidSnmp4jLogRootLevel - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
oidSnmp4jLogSysDescr - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
oidSnmp4jNotificationLogMode - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
oidSnmp4jProxyEntry - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
oidSnmp4jProxyMib - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
OID of this MIB module for usage which can be used for its identification.
oidSnmp4jProxyName - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
oidSnmpCommunityEntry - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
oidSnmpDTLSUDPDomain - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpInvalidMsgs - Static variable in class org.snmp4j.agent.mo.snmp.SnmpMpdMib
 
oidSnmpMpdMib - Static variable in class org.snmp4j.agent.mo.snmp.SnmpMpdMib
OID of this MIB module for usage which can be used for its identification.
oidSnmpNotifyEntry - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
oidSnmpNotifyFilterEntry - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
oidSnmpNotifyFilterProfileEntry - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
oidSnmpProxyEntry - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
oidSnmpTargetAddrExtEntry - Static variable in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
oidSnmpTargetAddrName - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTargetParamsName - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTLSTCPDomain - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmAddrCount - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmAddrEntry - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmAddrTableLastChanged - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmCertCommonName - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmCertSANAny - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmCertSANDNSName - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmCertSANIpAddress - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmCertSANRFC822Name - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmCertSpecified - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmCertToTSNCount - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmCertToTSNEntry - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmCertToTSNID - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmCertToTSNTableLastChanged - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlsTmMib - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
OID of this MIB module for usage which can be used for its identification.
oidSnmpTlstmParamsCount - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmParamsEntry - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmParamsTableLastChanged - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmServerCertificateUnknown - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmServerInvalidCertificate - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmSessionAccepts - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmSessionClientCloses - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmSessionInvalidCaches - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmSessionInvalidClientCertificates - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmSessionInvalidServerCertificates - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmSessionNoSessions - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmSessionOpenErrors - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmSessionOpens - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmSessionServerCloses - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTlstmSessionUnknownServerCertificate - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidSnmpTsmConfigurationUsePrefix - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTsmMib
 
oidSnmpTsmInadequateSecurityLevels - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTsmMib
 
oidSnmpTsmInvalidCaches - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTsmMib
 
oidSnmpTsmInvalidPrefixes - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTsmMib
 
oidSnmpTsmMib - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTsmMib
OID of this MIB module for usage which can be used for its identification.
oidSnmpTsmUnknownPrefixes - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTsmMib
 
oidSnmpUnknownPDUHandlers - Static variable in class org.snmp4j.agent.mo.snmp.SnmpMpdMib
 
oidSnmpUnknownSecurityModels - Static variable in class org.snmp4j.agent.mo.snmp.SnmpMpdMib
 
oidSnmpUsmDhObjectsMib - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
OID of this MIB module for usage which can be used for its identification.
OIDTranslation - Interface in org.snmp4j.agent.util
The definition of OID translation specifications.
OIDTranslator(OID) - Constructor for class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy.OIDTranslator
 
oidTrapVarSnmpTlstmAddrServerFingerprint - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidTrapVarSnmpTlstmSessionInvalidServerCertificates - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidTrapVarSnmpTlstmSessionUnknownServerCertificate - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
oidUsmDHKickstartEntry - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
oidUsmDHKickstartIndex - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
oidUsmDHParameters - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
oidUsmDHUserKeyEntry - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
oidUsmUserEngineID - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
oidUsmUserName - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
opaque - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableValueTypeEnum
 
oper - Static variable in class org.snmp4j.agent.mo.ext.AgentppSimulationMib.AgentppSimModeEnum
 
operational - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogOperStatusEnum
 
org.snmp4j.agent - module org.snmp4j.agent
 
org.snmp4j.agent - package org.snmp4j.agent
 
org.snmp4j.agent.io - package org.snmp4j.agent.io
 
org.snmp4j.agent.io.prop - package org.snmp4j.agent.io.prop
 
org.snmp4j.agent.mo - package org.snmp4j.agent.mo
 
org.snmp4j.agent.mo.ext - package org.snmp4j.agent.mo.ext
 
org.snmp4j.agent.mo.lock - package org.snmp4j.agent.mo.lock
 
org.snmp4j.agent.mo.snmp - package org.snmp4j.agent.mo.snmp
 
org.snmp4j.agent.mo.snmp.dh - package org.snmp4j.agent.mo.snmp.dh
 
org.snmp4j.agent.mo.snmp.smi - package org.snmp4j.agent.mo.snmp.smi
 
org.snmp4j.agent.mo.snmp.tc - package org.snmp4j.agent.mo.snmp.tc
 
org.snmp4j.agent.mo.snmp4j - package org.snmp4j.agent.mo.snmp4j
 
org.snmp4j.agent.mo.util - package org.snmp4j.agent.mo.util
 
org.snmp4j.agent.request - package org.snmp4j.agent.request
 
org.snmp4j.agent.security - package org.snmp4j.agent.security
 
org.snmp4j.agent.util - package org.snmp4j.agent.util
 
org.snmp4j.agent.version - package org.snmp4j.agent.version
 
other - Enum constant in enum class org.snmp4j.agent.mo.snmp.StorageType.StorageTypeEnum
 
other - Static variable in class org.snmp4j.agent.mo.snmp.StorageType
 
overlaps(MOScope, MOScope) - Static method in class org.snmp4j.agent.DefaultMOScope
Indicates whether the first scope supplied overlaps with the second one.
ownContextEngineIDs - Variable in class org.snmp4j.agent.CommandProcessor
 

P

passesFilter(ManagedObject<?>) - Method in interface org.snmp4j.agent.mo.MOFilter
Checks whether the given ManagedObject passes this filter.
passesFilter(Address, CoexistenceInfo) - Method in interface org.snmp4j.agent.mo.snmp.CoexistenceInfoProvider
Checks whether the supplied address passes the source address filtering provided for community based security models.
passesFilter(Address, CoexistenceInfo) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
Checks whether the supplied address passes the source address filter configured for the supplied transport tag.
passesFilter(OctetString, OID, VariableBinding[]) - Method in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
passesFilter(OID, OID, VariableBinding[]) - Method in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
passesFilter(R) - Method in interface org.snmp4j.agent.mo.MOTableRowFilter
Checks whether the supplied row passes the filter criteria implemented by this row filter.
passesFilter(R) - Method in class org.snmp4j.agent.mo.snmp.RowStatus.ActiveRowsFilter
 
passesFilter(R) - Method in class org.snmp4j.agent.mo.snmp.RowStatus.RowStatusFilter
 
PATCH - Static variable in class org.snmp4j.agent.version.VersionInfo
 
pduHandler - Variable in class org.snmp4j.agent.CommandProcessor
 
pendingChanges - Variable in class org.snmp4j.agent.mo.DefaultMOTable
 
permanent - Enum constant in enum class org.snmp4j.agent.mo.snmp.StorageType.StorageTypeEnum
 
permanent - Static variable in class org.snmp4j.agent.mo.snmp.StorageType
 
persistenceImportMode - Variable in class org.snmp4j.agent.AgentConfigManager
 
persistenceProvider - Variable in class org.snmp4j.agent.AgentConfigManager
 
persistenceProvider - Variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
phase - Variable in class org.snmp4j.agent.request.AbstractRequest
 
PHASE_1PC - Static variable in interface org.snmp4j.agent.request.Request
 
PHASE_2PC_CLEANUP - Static variable in interface org.snmp4j.agent.request.Request
 
PHASE_2PC_COMMIT - Static variable in interface org.snmp4j.agent.request.Request
 
PHASE_2PC_PREPARE - Static variable in interface org.snmp4j.agent.request.Request
 
PHASE_2PC_UNDO - Static variable in interface org.snmp4j.agent.request.Request
 
PHASE_INIT - Static variable in interface org.snmp4j.agent.request.Request
 
prepare - Enum constant in enum class org.snmp4j.agent.MOServerLookupEvent.IntendedUse
 
prepare(SubRequest<?>) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
prepare(SubRequest<?>) - Method in class org.snmp4j.agent.mo.ext.StaticMOGroup
Sets the error status of the request to PDU.notWritable.
prepare(SubRequest<?>) - Method in class org.snmp4j.agent.mo.MOScalar
 
prepare(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp.TestAndIncr
 
prepare(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy
 
prepare(SubRequest<?>, MOTableRow, int) - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
 
prepare(SubRequest<?>, MOTableRow, int) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmAddrEntryRow
 
prepare(SubRequest<?>, MOTableRow, int) - Method in class org.snmp4j.agent.mo.snmp.UsmMIB.UsmTableRow
 
prepare(SubRequest<?>, MOTableRow, MOTableRow, int) - Method in class org.snmp4j.agent.mo.MOMutableColumn
 
prepare(SubRequest<?>, MOTableRow, MOTableRow, int) - Method in class org.snmp4j.agent.mo.snmp.dh.DHKeyChangeImpl
 
prepare(SubRequest<?>, MOTableRow, MOTableRow, int) - Method in class org.snmp4j.agent.mo.snmp.RowPointer
 
prepare(SubRequest<?>, MOTableRow, MOTableRow, int) - Method in class org.snmp4j.agent.mo.snmp.RowStatus
 
prepare(SubRequest<?>, MOTableRow, MOTableRow, int) - Method in class org.snmp4j.agent.mo.snmp.UsmKeyChange
 
prepare(SubRequest<?>, MOTableRow, MOTableRow, int) - Method in class org.snmp4j.agent.mo.snmp.UsmOwnKeyChange
 
prepare(SR) - Method in interface org.snmp4j.agent.ManagedObject
Prepares a SET (sub)request.
prepare(SR, MOTableRow, int) - Method in interface org.snmp4j.agent.mo.MOMutableRow2PC
Prepares changing a single column.
prepareRow(SubRequest<?>, MOMutableTableRow, MOTableRow) - Method in interface org.snmp4j.agent.mo.RowModificationControlColumn
Prepares a row for changes described by the supplied change set.
prepareRow(SubRequest<?>, MOMutableTableRow, MOTableRow) - Method in class org.snmp4j.agent.mo.snmp.StorageType
Prepares a row for changes described by the supplied change set.
prepareRow(SubRequest<?>, MOTableRow) - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
 
prepareRow(SubRequest<?>, MOTableRow) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB.SnmpTargetAddrEntryRow
 
prepareRow(SubRequest<?>, MOTableRow) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
 
prepareRow(SR, MOTableRow) - Method in interface org.snmp4j.agent.mo.MOMutableRow2PC
Prepares a row for changes described by the supplied change set.
PRIMARY_INDEX - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
primaryPersistence - Variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
PRIV_KEY_CHANGE - Static variable in class org.snmp4j.agent.mo.snmp.UsmKeyChange
 
processingUserObjects - Variable in class org.snmp4j.agent.request.SnmpRequest
 
processNextSubRequest(SnmpRequest, MOServer, OctetString, SubRequest<?>) - Method in class org.snmp4j.agent.CommandProcessor
 
processPdu(CommandResponderEvent<A>) - Method in class org.snmp4j.agent.CommandProcessor
 
processPdu(R, MOServer) - Method in interface org.snmp4j.agent.RequestHandler
Processes a request on behalf of the supplied MOServer.
processRequest(MOServer, RequestHandler<R>, R) - Method in class org.snmp4j.agent.CommandProcessor
Processes (or re-process) a request and try to complete the request (thus to complete any incomplete subrequests).
processRequest(CommandResponderEvent<A>, CoexistenceInfo, RequestHandler<SnmpRequest>) - Method in class org.snmp4j.agent.CommandProcessor
 
PROPERTY_PREFIX - Static variable in class org.snmp4j.agent.mo.util.MOTableSizeLimit
The property prefix each size limit definition has to start with.
PropertyMOInput - Class in org.snmp4j.agent.io.prop
The PropertyMOInput can be used to load MIB data from a properties file.
PropertyMOInput(Properties) - Constructor for class org.snmp4j.agent.io.prop.PropertyMOInput
 
PropertyMOInput(Properties, VariableProvider) - Constructor for class org.snmp4j.agent.io.prop.PropertyMOInput
 
PropertyMOInput(Properties, VariableProvider, ImportMode) - Constructor for class org.snmp4j.agent.io.prop.PropertyMOInput
 
PropertyMOInput(Properties, VariableProvider, OIDTextFormat) - Constructor for class org.snmp4j.agent.io.prop.PropertyMOInput
 
PROXY_TYPE_ALL - Static variable in interface org.snmp4j.agent.ProxyForwarder
 
PROXY_TYPE_INFORM - Static variable in interface org.snmp4j.agent.ProxyForwarder
 
PROXY_TYPE_NOTIFY - Static variable in interface org.snmp4j.agent.ProxyForwarder
 
PROXY_TYPE_READ - Static variable in interface org.snmp4j.agent.ProxyForwarder
 
PROXY_TYPE_WRITE - Static variable in interface org.snmp4j.agent.ProxyForwarder
 
proxyBackwardTranslation(PDU, PDU, ResponseEvent<?>) - Method in class org.snmp4j.agent.mo.snmp.ProxyForwarderImpl
 
proxyForwarder - Variable in class org.snmp4j.agent.AgentConfigManager
 
proxyForwarder - Variable in class org.snmp4j.agent.CommandProcessor
 
ProxyForwarder - Interface in org.snmp4j.agent
The ProxyForwarder class represents a proxy forwarder instance as defined by RFC 3413.
ProxyForwarderImpl - Class in org.snmp4j.agent.mo.snmp
The ProxyForwarderImpl class implements a proxy forwarder instance as defined by RFC 3413.
ProxyForwarderImpl(Session, SnmpProxyMIB, SnmpTargetMIB) - Constructor for class org.snmp4j.agent.mo.snmp.ProxyForwarderImpl
Creates a ProxyForwarder implementation based on a SNMP session used to send the notifications and a SNMP-PROXY-MIB and a SNMP-TARGET-MIB implementation used for its configuration.
ProxyForwardRequest<A extends org.snmp4j.smi.Address> - Class in org.snmp4j.agent
To (proxy) forward a request or notification to a target, the original command responder event, the context engine ID, and context are required information.
ProxyForwardRequest(CommandResponderEvent<A>, CoexistenceInfo) - Constructor for class org.snmp4j.agent.ProxyForwardRequest
 
proxyForwardTranslation(ProxyForwardRequest<?>, PDU, PDU) - Method in class org.snmp4j.agent.mo.snmp.ProxyForwarderImpl
Translates a source PDU into the supplied target PDU.
ProxyMap - Class in org.snmp4j.agent
The ProxyMap maps context engine IDs in conjunction with a proxy usage type to a ProxyForwarder instance.
ProxyMap() - Constructor for class org.snmp4j.agent.ProxyMap
 
proxyMIB - Variable in class org.snmp4j.agent.AgentConfigManager
 

Q

queryEvent(MOServerLookupEvent) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
queryEvent(MOServerLookupEvent) - Method in interface org.snmp4j.agent.MOServerLookupListener
A MOServer instance is about to check if the managed object for which the listener had been registered matches a query.

R

RandomAccessManagedObject<SR extends SubRequest<?>> - Interface in org.snmp4j.agent
A random access managed object allows to import and export any instance of a ManagedObject to/from a byte array.
read - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyTypeEnum
 
readAndWrite - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyTypeEnum
 
readContext() - Method in class org.snmp4j.agent.io.DefaultMOInput
 
readContext() - Method in interface org.snmp4j.agent.io.MOInput
 
readContext() - Method in class org.snmp4j.agent.io.prop.PropertyMOInput
 
readFromProperties(String, Properties) - Static method in class org.snmp4j.agent.mo.snmp.dh.DHKickstartParametersImpl
 
readIndexedVariables() - Method in class org.snmp4j.agent.io.DefaultMOInput
 
readIndexedVariables() - Method in interface org.snmp4j.agent.io.MOInput
 
readIndexedVariables() - Method in class org.snmp4j.agent.io.prop.PropertyMOInput
 
readManagedObject() - Method in class org.snmp4j.agent.io.DefaultMOInput
 
readManagedObject() - Method in interface org.snmp4j.agent.io.MOInput
 
readManagedObject() - Method in class org.snmp4j.agent.io.prop.PropertyMOInput
 
readOnly - Enum constant in enum class org.snmp4j.agent.mo.snmp.StorageType.StorageTypeEnum
 
readOnly - Static variable in class org.snmp4j.agent.mo.snmp.StorageType
 
readOnly - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyTypeEnum
 
readSequence() - Method in class org.snmp4j.agent.io.DefaultMOInput
 
readSequence() - Method in interface org.snmp4j.agent.io.MOInput
 
readSequence() - Method in class org.snmp4j.agent.io.prop.PropertyMOInput
 
readVariable() - Method in class org.snmp4j.agent.io.DefaultMOInput
 
readVariable() - Method in interface org.snmp4j.agent.io.MOInput
 
readVariable() - Method in class org.snmp4j.agent.io.prop.PropertyMOInput
 
register - Enum constant in enum class org.snmp4j.agent.MOServerLookupEvent.IntendedUse
 
register(ManagedObject<?>, OctetString) - Method in class org.snmp4j.agent.DefaultMOServer
 
register(ManagedObject<?>, OctetString) - Method in interface org.snmp4j.agent.MOServer
Registers a managed object for the specified context.
registerChangeListener(MOServer, MOChangeListener, MOFilter) - Static method in class org.snmp4j.agent.DefaultMOServer
Register a single MOChangeListener with all objects matching the given filter in the specified MOServer.
RegisteredManagedObject<SR extends SubRequest<?>> - Interface in org.snmp4j.agent
A registered ManagedObject has an unique OID that has been registered world-wide by a MIB module.
registerManagedObjects() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Register additional managed objects at the agent's server.
registerMIBs(OctetString) - Method in class org.snmp4j.agent.AgentConfigManager
Register the initialized MIB modules in the specified context of the agent.
registerMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.ext.AgentppSimulationMib
 
registerMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.ext.StaticMOGroup
 
registerMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.MOGroupImpl
 
registerMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
registerMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
registerMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
registerMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpFrameworkMIB
 
registerMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpMpdMib
 
registerMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
registerMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
registerMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
registerMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
registerMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTsmMib
 
registerMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
 
registerMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.UsmMIB
 
registerMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.VacmMIB
 
registerMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
registerMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
registerMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
registerMOs(MOServer, OctetString) - Method in interface org.snmp4j.agent.MOGroup
Registers the managed objects of this group with the server for the supplied context.
registerNew(ManagedObject<?>, OctetString) - Method in interface org.snmp4j.agent.MOServer
Registers a managed object for the specified context if it has not been registered already (otherwise it does nothing but returning false.
registerShutdownHook() - Method in class org.snmp4j.agent.AgentConfigManager
Registers a shutdown hook Thread at the Runtime instance.
registerSnmpMIBs() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Register the basic MIB modules at the agent's MOServer.
registerTableRowListener(MOServer, MOTableRowListener<R>) - Static method in class org.snmp4j.agent.DefaultMOServer
Register a single MOTableRowListener with all tables in the specified MOServer.
registerTransportMappings() - Method in class org.snmp4j.agent.AgentConfigManager
 
RelationShipListener() - Constructor for class org.snmp4j.agent.mo.MOTableRelation.RelationShipListener
 
release(MOServer, SnmpRequest) - Method in class org.snmp4j.agent.CommandProcessor
 
remove() - Method in class org.snmp4j.agent.mo.DefaultMOMutableTableModel.FilteredRowIterator
 
remove() - Method in class org.snmp4j.agent.mo.snmp.VacmMIB.VacmContextIterator
 
remove() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequestIterator
 
remove() - Method in class org.snmp4j.agent.request.SubRequestIteratorSupport
 
remove(Constraint) - Method in interface org.snmp4j.agent.mo.snmp.smi.Constraints
Removes a constraint.
remove(Constraint) - Method in class org.snmp4j.agent.mo.snmp.smi.ConstraintsImpl
 
remove(OctetString, int) - Method in class org.snmp4j.agent.ProxyMap
 
remove(T) - Method in class org.snmp4j.agent.util.TemporaryList
 
removeAccess(OctetString, OctetString, int, int) - Method in class org.snmp4j.agent.mo.snmp.VacmMIB
Removes an access entry from this VACM.
removeAccess(OctetString, OctetString, int, int) - Method in interface org.snmp4j.agent.security.MutableVACM
Removes an access entry from the VACM.
removeAgentStateListener(AgentStateListener<AgentConfigManager>) - Method in class org.snmp4j.agent.AgentConfigManager
 
removeAll() - Method in class org.snmp4j.agent.mo.DefaultMOTable
Removes all rows from this table.
removeAnyStorageType(Set<StorageType.StorageTypeEnum>) - Method in class org.snmp4j.agent.mo.DefaultMOTable
Remove all rows that have a StorageType column with a value that matches one of the provided values.
removeAnyStorageType(Set<StorageType.StorageTypeEnum>, int) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
removeCompletionListener(MOServerLookupListener) - Method in class org.snmp4j.agent.MOServerLookupEvent
 
removeContext(OctetString) - Method in class org.snmp4j.agent.DefaultMOServer
 
removeContext(OctetString) - Method in interface org.snmp4j.agent.MOServer
Removes a context from the server.
removeContextListener(ContextListener) - Method in class org.snmp4j.agent.DefaultMOServer
 
removeContextListener(ContextListener) - Method in interface org.snmp4j.agent.MOServer
Removes a previously added context listener.
removeCounterListener(CounterListener) - Method in class org.snmp4j.agent.CommandProcessor
 
removeCounterListener(CounterListener) - Method in class org.snmp4j.agent.mo.snmp.ProxyForwarderImpl
 
removed - Enum constant in enum class org.snmp4j.agent.mo.MOChangeEvent.Modification
 
removeDependentRows(BaseRow) - Method in class org.snmp4j.agent.mo.MOTableRelation
Removes all dependent rows for the specified base table row from the dependent table.
removeEldest(MOTableRowEvent<R>, int) - Method in class org.snmp4j.agent.mo.util.LogMOTableSizeLimit
Removes the given number of rows starting at the lowest index value.
removeEldest(MOTableRowEvent<R>, int) - Method in class org.snmp4j.agent.mo.util.MOTableSizeLimit
Remove try to remove a given number of eldest rows of the table referred to in the triggering event object.
removeGroup(int, OctetString) - Method in class org.snmp4j.agent.mo.snmp.VacmMIB
Removes a security model and name to group name mapping from this VACM.
removeGroup(int, OctetString) - Method in interface org.snmp4j.agent.security.MutableVACM
Removes a security name to group mapping from the VACM.
removeInstance(ManagedObject<SubRequest<?>>) - Method in class org.snmp4j.agent.mo.MOGroupImpl
 
removeLookupListener(MOServerLookupListener, ManagedObject<?>) - Method in class org.snmp4j.agent.DefaultMOServer
 
removeLookupListener(MOServerLookupListener, ManagedObject<?>) - Method in interface org.snmp4j.agent.MOServer
Removes a managed object lookup listener for the specified managed object.
removeMOChangeListener(MOChangeListener) - Method in interface org.snmp4j.agent.mo.ChangeableManagedObject
Removes a MOChangeListener from this ManagedObject.
removeMOChangeListener(MOChangeListener) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
removeMOChangeListener(MOChangeListener) - Method in class org.snmp4j.agent.mo.MOScalar
Removes a MOChangeListener.
removeMOServer(MOServer) - Method in class org.snmp4j.agent.CommandProcessor
Removes a MOServer from this command processor and returns true on success.
removeMOTableModelListener(MOTableModelListener) - Method in class org.snmp4j.agent.mo.DefaultMOMutableTableModel
 
removeMOTableRowListener(MOTableRowListener<R>) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
removeMOTableRowListener(MOTableRowListener<R>) - Method in interface org.snmp4j.agent.mo.MOTable
Removes MOTableRowListener instance.
removeMOValueValidationListener(MOValueValidationListener) - Method in class org.snmp4j.agent.mo.MOMutableColumn
 
removeMOValueValidationListener(MOValueValidationListener) - Method in class org.snmp4j.agent.mo.MOScalar
Removes a value validation listener
removeNotificationLogListener(NotificationLogListener) - Method in class org.snmp4j.agent.mo.snmp.NotificationOriginatorImpl
 
removeNotifyEntry(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
removePduHandler(RequestHandler<SnmpRequest>) - Method in class org.snmp4j.agent.CommandProcessor
 
removeProxyEntry(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
Removes the proxy entry with the specified name.
removeProxyForwarder(OctetString, int) - Method in class org.snmp4j.agent.CommandProcessor
 
removeRelationShip() - Method in class org.snmp4j.agent.mo.MOTableRelation
Removes the relationship between base and dependent table by removing this instance as row listener from the base table.
removeRequestStatusListener(RequestStatusListener) - Method in class org.snmp4j.agent.request.RequestStatus
 
removeRole(MutableVACM, String) - Method in class org.snmp4j.agent.security.BasicVacmConfigurator
 
removeRole(MutableVACM, String) - Method in interface org.snmp4j.agent.security.VacmConfigurator
Remover all users from the specified security group and then remove the group itself.
removeRow(OID) - Method in class org.snmp4j.agent.mo.DefaultMOMutableTableModel
 
removeRow(OID) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
removeRow(OID) - Method in interface org.snmp4j.agent.mo.MOMutableTableModel
Removes the row with the specified index from the table and returns it.
removeRow(OID) - Method in interface org.snmp4j.agent.mo.MOTable
Removes the row with the specified index and returns it if the operation was successful.
removeRowFromTargetAddrTagIndex(MOTableRow) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
removeRows(OID, OID) - Method in class org.snmp4j.agent.mo.DefaultMOMutableTableModel
 
removeRowStatusListener(RowStatusListener) - Method in class org.snmp4j.agent.mo.snmp.RowStatus
 
removeSnmpCommuntiyEntry(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
Removes a community entry from the SnmpCommunityTable and also removes the corresponding coexistence information from the cache.
removeSupportedTDomain(OID) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
removeSysOREntry(OID) - Method in interface org.snmp4j.agent.mo.snmp.AgentCapabilityList
Remove a capabilities description from the exported list.
removeSysOREntry(OID) - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
 
removeSysOREntry(OID) - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB.SysOREntry
 
removeTargetAddress(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
removeTargetParams(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
removeTextualConvention(TextualConvention<?>) - Method in class org.snmp4j.agent.mo.DefaultMOFactory
 
removeTextualConvention(TextualConvention<?>) - Method in interface org.snmp4j.agent.mo.MOFactory
Removes the supplied textual convention from the supported TCs by this ManagedObject factory.
removeTextualConvention(TextualConvention<?>) - Method in class org.snmp4j.agent.mo.MOFactoryAdapter
 
removeTlsDomainsFromSnmpTargetMIB(SnmpTargetMIB) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
removeUser(MutableVACM, OctetString, String) - Method in class org.snmp4j.agent.security.BasicVacmConfigurator
 
removeUser(MutableVACM, OctetString, String) - Method in interface org.snmp4j.agent.security.VacmConfigurator
Remove a new user from the specified group.
removeViewTreeFamily(OctetString, OID) - Method in class org.snmp4j.agent.mo.snmp.VacmMIB
Removes a view tree family from this VACM.
removeViewTreeFamily(OctetString, OID) - Method in interface org.snmp4j.agent.security.MutableVACM
Removes a view tree family from a VACM view.
repeaterRowSize - Variable in class org.snmp4j.agent.request.AbstractRequest
 
repeaterStartIndex - Variable in class org.snmp4j.agent.request.AbstractRequest
 
repetitions() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
repetitions() - Method in interface org.snmp4j.agent.request.SubRequest
Returns an iterator on the repetitions of this sub-request.
REPLACE_CREATE - Static variable in enum class org.snmp4j.agent.io.ImportMode
Replaces existing data, if there is any data available for import for the current ManagedObject and creates data that does not yet exist.
replaceAndCreate - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageRestoreModeEnum
 
replaceCreate - Enum constant in enum class org.snmp4j.agent.io.ImportMode
Replaces existing data, if there is any data available for import for the current ManagedObject and creates data that does not yet exist.
reprocessCounter - Variable in class org.snmp4j.agent.request.AbstractRequest
 
reprocessRequest(MOServer, SnmpRequest) - Method in class org.snmp4j.agent.CommandProcessor
 
Request<S,R,U extends SubRequest<U>> - Interface in org.snmp4j.agent.request
The Request interface defines common elements of SNMP related operation requests.
requestFactory - Variable in class org.snmp4j.agent.CommandProcessor
 
RequestFactory<S extends EventObject,R,REQ extends Request<S,R,? extends SubRequest>> - Interface in org.snmp4j.agent.request
The RequestFactory is a factory for (SNMP/AgentX) requests.
RequestHandler<R extends Request<?,?,?>> - Interface in org.snmp4j.agent
A request handler is able to process a request on behalf of the managed object repository represented by a MOServer.
requestList - Variable in class org.snmp4j.agent.CommandProcessor
 
RequestStatus - Class in org.snmp4j.agent.request
The RequestStatus models the (error) state of a SNMP request.
RequestStatus() - Constructor for class org.snmp4j.agent.request.RequestStatus
 
requestStatusChanged(RequestStatusEvent) - Method in interface org.snmp4j.agent.request.RequestStatusListener
 
requestStatusChanged(RequestStatusEvent) - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
RequestStatusEvent - Class in org.snmp4j.agent.request
 
RequestStatusEvent(Object, RequestStatus) - Constructor for class org.snmp4j.agent.request.RequestStatusEvent
 
RequestStatusListener - Interface in org.snmp4j.agent.request
 
resetCompletionStatus() - Method in class org.snmp4j.agent.request.AbstractRequest
 
resetFailed - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgResetEnum
 
resetProcessedStatus() - Method in class org.snmp4j.agent.request.AbstractRequest
 
resetProcessedStatus() - Method in interface org.snmp4j.agent.request.Request
Set the processed status of each (incomplete) sub-request to false.
resetting - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgResetEnum
 
response - Variable in class org.snmp4j.agent.request.AbstractRequest
 
restore - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageOperationEnum
 
restore(String, int) - Method in class org.snmp4j.agent.io.DefaultMOPersistenceProvider
Restore (load) agent state from the specified file URI or file name.
restore(String, int) - Method in interface org.snmp4j.agent.io.MOPersistenceProvider
Restore (load) agent state from the specified URI (can be as simple as a file path).
restore(String, int, MOPriorityProvider) - Method in interface org.snmp4j.agent.io.MOPersistenceProvider
Restore (load) agent state from the specified URI (can be as simple as a file path).
RESTORE_CHANGES - Static variable in enum class org.snmp4j.agent.io.ImportMode
Replaces existing data that has a StorageType.nonVolatile.
restoreChanges - Enum constant in enum class org.snmp4j.agent.io.ImportMode
Replaces existing data that has a StorageType.nonVolatile.
restoreRawDataForHiddenColumns(Variable[], int) - Method in class org.snmp4j.agent.mo.DefaultMOTable
Restore hidden raw values.
restoreState() - Method in class org.snmp4j.agent.AgentConfigManager
Restore a previously persistently saved state - if available.
roleDoesNotExist - Enum constant in enum class org.snmp4j.agent.security.VacmConfigurator.VacmConfigResult
 
roleNotSupported - Enum constant in enum class org.snmp4j.agent.security.VacmConfigurator.VacmConfigResult
 
roleRemoved - Enum constant in enum class org.snmp4j.agent.security.VacmConfigurator.VacmConfigResult
 
rootOID - Variable in class org.snmp4j.agent.security.BasicVacmConfigurator
 
rootViewName - Variable in class org.snmp4j.agent.security.BasicVacmConfigurator
 
ROW_ADDED - Static variable in class org.snmp4j.agent.mo.MOTableModelEvent
 
ROW_CHANGED - Static variable in class org.snmp4j.agent.mo.MOTableModelEvent
 
ROW_REMOVED - Static variable in class org.snmp4j.agent.mo.MOTableModelEvent
 
rowChanged(MOTableRowEvent<BaseRow>) - Method in class org.snmp4j.agent.mo.MOTableRelation.RelationShipListener
 
rowChanged(MOTableRowEvent<DefaultMOMutableRow2PC>) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
rowChanged(MOTableRowEvent<UsmMIB.UsmTableRow>) - Method in class org.snmp4j.agent.mo.snmp.UsmMIB
 
rowChanged(MOTableRowEvent<Snmp4jLogMib.Snmp4jLogLoggerEntryRow>) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
rowChanged(MOTableRowEvent<Snmp4jProxyMib.Snmp4jProxyEntryRow>) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
rowChanged(MOTableRowEvent<R>) - Method in interface org.snmp4j.agent.mo.MOTableRowListener
A column or a complete row is changed/has been changed.
rowChanged(MOTableRowEvent<R>) - Method in class org.snmp4j.agent.mo.snmp.RowStatus
 
rowChanged(MOTableRowEvent<R>) - Method in class org.snmp4j.agent.mo.util.MOTableSizeLimit
A column or a complete row is changed/has been changed.
RowCount - Class in org.snmp4j.agent.mo.snmp
The RowCount class implements a Variable that counts the rows of a table and returns the number of rows as value.
RowCount() - Constructor for class org.snmp4j.agent.mo.snmp.RowCount
Creates a RowCount which returns zero always.
RowCount(MOTable) - Constructor for class org.snmp4j.agent.mo.snmp.RowCount
Creates a row counting Gauge32 variable for the specified MOTable.
rowFactory - Variable in class org.snmp4j.agent.mo.DefaultMOMutableTableModel
 
RowIndexComparator - Class in org.snmp4j.agent.mo.util
Compares two MOTableRow instances by their index OID.
RowIndexComparator() - Constructor for class org.snmp4j.agent.mo.util.RowIndexComparator
 
RowModificationControlColumn - Interface in org.snmp4j.agent.mo
The RowModificationControlColumn interface is implemented by MOMutableColumn classes that control any modifications of the whole row.
rowModificationControlColumns - Variable in class org.snmp4j.agent.mo.DefaultMOTable
 
RowPointer - Class in org.snmp4j.agent.mo.snmp
 
RowPointer(int, MOAccess, OID, boolean) - Constructor for class org.snmp4j.agent.mo.snmp.RowPointer
 
RowPointer(int, MOAccess, OID, boolean, MOTable) - Constructor for class org.snmp4j.agent.mo.snmp.RowPointer
 
rows - Variable in class org.snmp4j.agent.mo.DefaultMOTableModel
 
RowStatus<R extends MOTableRow> - Class in org.snmp4j.agent.mo.snmp
The RowStatus class implements the columnar object TC RowStatus.
RowStatus(int) - Constructor for class org.snmp4j.agent.mo.snmp.RowStatus
Creates a RowStatus column with the specified column sub-identifier and maximum access of 'read-create'.
RowStatus(int, MOAccess) - Constructor for class org.snmp4j.agent.mo.snmp.RowStatus
Creates a RowStatus column with the specified column sub-identifier.
ROWSTATUS - Static variable in class org.snmp4j.agent.mo.snmp.SNMPv2TC
 
RowStatus.ActiveRowsFilter<R extends MOTableRow> - Class in org.snmp4j.agent.mo.snmp
The ActiveRowsFilter is a MOTableRowFilter that returns only the active rows of a table with a RowStatus column.
RowStatus.RowStatusEnum - Enum Class in org.snmp4j.agent.mo.snmp
 
RowStatus.RowStatusFilter<R extends MOTableRow> - Class in org.snmp4j.agent.mo.snmp
The RowStatusFilter is a MOTableRowFilter that returns only those rows that have a status that equals one of those provided during creation of the filter.
rowStatusChanged(RowStatusEvent) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
rowStatusChanged(RowStatusEvent) - Method in interface org.snmp4j.agent.mo.snmp.RowStatusListener
 
rowStatusChanged(RowStatusEvent) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
rowStatusChanged(RowStatusEvent) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
RowStatusEvent - Class in org.snmp4j.agent.mo.snmp
 
RowStatusEvent(Object, MOTable<?, ?, ?>, MOTableRow, MOTableRow, int, int) - Constructor for class org.snmp4j.agent.mo.snmp.RowStatusEvent
 
RowStatusEvent(Object, MOTable<?, ?, ?>, MOTableRow, MOTableRow, int, int, boolean) - Constructor for class org.snmp4j.agent.mo.snmp.RowStatusEvent
 
RowStatusEvent(Object, MOTable<?, ?, ?>, MOTableRow, MOTableRow, int, int, boolean, SubRequest<?>) - Constructor for class org.snmp4j.agent.mo.snmp.RowStatusEvent
Creates a row status event and associates a security name with the status change.
RowStatusFilter(int, Set<RowStatus.RowStatusEnum>) - Constructor for class org.snmp4j.agent.mo.snmp.RowStatus.RowStatusFilter
 
RowStatusListener - Interface in org.snmp4j.agent.mo.snmp
 
RowStatusTC<R extends MOTableRow> - Class in org.snmp4j.agent.mo.snmp.tc
The RowStatusTC implements a Integer32 TextualConvention that implements the SNMPv2-MIB RowStatus textual convention.
RowStatusTC() - Constructor for class org.snmp4j.agent.mo.snmp.tc.RowStatusTC
 
run() - Method in class org.snmp4j.agent.AgentConfigManager
Initializes, configures, restores agent state, and then launches the SNMP agent depending on its current run state.
run() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Starts the agent by let it listen on the configured SNMP agent ports (transpot mappings).
run() - Method in class org.snmp4j.agent.NotificationTask
Send the notification a notify this object afterwards.
runState - Variable in class org.snmp4j.agent.AgentConfigManager
 

S

save(MOOutput) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
save(MOOutput) - Method in class org.snmp4j.agent.mo.MOScalar
 
save(MOOutput) - Method in interface org.snmp4j.agent.SerializableManagedObject
Saves the (non-volatile) content of this managed object to the specified output (stream).
saveConfig() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Save the current (serializable) managed object configuration into the config file.
saveData(MOOutput) - Method in class org.snmp4j.agent.io.MOServerPersistence
Saves the serializable data of the associated servers to the given MOOutput.
saveData(MOOutput, MOPriorityProvider) - Method in class org.snmp4j.agent.io.MOServerPersistence
Saves the serializable data of the associated servers to the given MOOutput in the order defined by MOPriorityProvider.
saveState() - Method in class org.snmp4j.agent.AgentConfigManager
Save the state of the agent persistently - if necessary persistent storage is available.
securityLevel - Variable in class org.snmp4j.agent.security.BasicVacmConfigurator
 
securityModel - Variable in class org.snmp4j.agent.security.BasicVacmConfigurator
 
securityModels - Variable in class org.snmp4j.agent.AgentConfigManager
 
securityProtocols - Variable in class org.snmp4j.agent.AgentConfigManager
 
sendColdStartNotification() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
sendResponse(CommandResponderEvent<A>, PDU) - Method in class org.snmp4j.agent.CommandProcessor
 
sent - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib.Snmp4jNotificationLogModeEnum
 
Sequence - Class in org.snmp4j.agent.io
 
Sequence(int) - Constructor for class org.snmp4j.agent.io.Sequence
 
SerializableManagedObject<SR extends SubRequest<?>> - Interface in org.snmp4j.agent
The SerializableManagedObject interface is implemented by ManagedObjects whose (data) content can be serialized using MOInput and MOOutput.
server - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
servers - Variable in class org.snmp4j.agent.AgentConfigManager
 
session - Variable in class org.snmp4j.agent.AgentConfigManager
 
session - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
setAccess(MOAccess) - Method in class org.snmp4j.agent.mo.MOColumn
 
setAccess(MOAccess) - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy
 
setAddressCacheTimeoutNanos(long) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
setAgent(CommandProcessor) - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
setAuthorizationError(Request<?, ?, ?>, int) - Method in class org.snmp4j.agent.CommandProcessor
 
setBaseRow(MOTableRow) - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
 
setBaseRow(MOTableRow) - Method in class org.snmp4j.agent.mo.DefaultMOTable.ChangeSet
 
setBaseRow(MOTableRow) - Method in class org.snmp4j.agent.mo.DefaultMOTableRow
 
setBaseRow(MOTableRow) - Method in interface org.snmp4j.agent.mo.MOMutableTableRow
 
setBaseRow(MOTableRow) - Method in interface org.snmp4j.agent.mo.MOTableRow
Sets the associated base row.
setBaseTableSnmpTargetAddrEntry(MOTable<SnmpTargetMIB.SnmpTargetAddrEntryRow, ? extends MOColumn, ? extends MOTableModel<SnmpTargetMIB.SnmpTargetAddrEntryRow>>) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
setBaseTableUsmDHUserKeyEntry(DefaultMOTable<UsmMIB.UsmTableRow, MOColumn, DefaultMOMutableTableModel<UsmMIB.UsmTableRow>>) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
setBootCounterFile(File) - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
setCalendar(GregorianCalendar) - Method in class org.snmp4j.agent.mo.snmp.DateAndTimeScalar
Sets the date and time value (incl.
setCloned(boolean) - Method in class org.snmp4j.agent.mo.snmp.UsmMIB.UsmTableRow
 
setCoexistenceProvider(CoexistenceInfoProvider) - Method in class org.snmp4j.agent.CommandProcessor
 
setCoexistenceProvider(CoexistenceInfoProvider) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
setColumnCount(int) - Method in class org.snmp4j.agent.mo.DefaultMOMutableTableModel
 
setColumnID(int) - Method in class org.snmp4j.agent.mo.MOColumn
 
setConfigFile(File) - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
setConfigurationFactory(MOInputFactory) - Method in class org.snmp4j.agent.AgentConfigManager
Sets the configuration factory that generates a MOInput instance to load initial or reset configuration into the agent.
setConstraint(EnumerationConstraint) - Method in class org.snmp4j.agent.mo.snmp.Enumerated
 
setConstraint(EnumerationConstraint) - Method in class org.snmp4j.agent.mo.snmp.EnumeratedScalar
 
setContact(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
 
setContext(SecurityModels, SecurityProtocols, CounterSupport) - Method in class org.snmp4j.agent.AgentConfigManager
Sets context objects needed for common security services that are derived from static instances by default.
setContext(OctetString) - Method in class org.snmp4j.agent.DefaultMOContextScope
Sets the context name for this scope.
setContextEngineID(ScopedPDU, OctetString, OID) - Method in class org.snmp4j.agent.mo.snmp.NotificationOriginatorImpl
Sets the context engine ID of the scoped PDU to the local engine ID provided by the targetMIB member.
setContextEngineID(OctetString) - Method in class org.snmp4j.agent.CommandProcessor
 
setCounterSupport(CounterSupport) - Method in class org.snmp4j.agent.AgentConfigManager
 
setDefaultContext(OctetString) - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Sets the default context for this base agent.
setDefaultProxyForwarder(ProxyForwarder) - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
setDefaultValue(V) - Method in class org.snmp4j.agent.mo.MOMutableColumn
 
setDenyReason(int) - Method in class org.snmp4j.agent.mo.DeniableEventObject
Sets the reason why this event needs to be canceled.
setErrorStatus(int) - Method in class org.snmp4j.agent.request.AbstractRequest
 
setErrorStatus(int) - Method in interface org.snmp4j.agent.request.Request
 
setErrorStatus(int) - Method in class org.snmp4j.agent.request.RequestStatus
 
setErrorStatus(int) - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
setErrorStatus(int) - Method in interface org.snmp4j.agent.request.SubRequest
Sets the error status for this sub-request.
setImportMode(int) - Method in class org.snmp4j.agent.io.prop.PropertyMOInput
Sets the ImportMode to be used when importing.
setInstance(MOFactory) - Static method in class org.snmp4j.agent.mo.DefaultMOFactory
Sets the singleton factory.
setInternalRequestTimeout(int) - Method in class org.snmp4j.agent.CommandProcessor
Sets the internal request timeout.
setLastUpdate(Date) - Method in class org.snmp4j.agent.UpdatableMOSupport
Sets the last update date and time.
setLastUpdateNow() - Method in class org.snmp4j.agent.UpdatableMOSupport
Set the last update to the current time.
setLastUpdateSource(Object) - Method in class org.snmp4j.agent.UpdatableMOSupport
Sets the source object of the last update.
setLimits(Properties) - Method in class org.snmp4j.agent.mo.util.MOTableSizeLimit
 
setLink(OID, Object) - Method in class org.snmp4j.agent.mo.DefaultMOFactory
 
setLink(OID, Object) - Method in interface org.snmp4j.agent.mo.LinkedMOFactory
Set a link between the supplied object ID of a managed object class (or a set of managed object classes if the OID refers to a MIB sub-tree) to the given helper object.
setLocation(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
 
setLockRequestStatus(LockRequest.LockStatus) - Method in class org.snmp4j.agent.mo.lock.LockRequest
 
setLockStrategy(MOLockStrategy) - Method in class org.snmp4j.agent.DefaultMOServer
Sets the lock strategy for this server.
setLogAdapter(LogAdapter) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerRow
 
setLogMode(int) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib
Sets the log mode of the events.
setLookupEvent(MOServerLookupEvent) - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
setLookupEvent(MOServerLookupEvent) - Method in interface org.snmp4j.agent.request.SnmpSubRequest
 
setLookupResult(ManagedObject<?>) - Method in class org.snmp4j.agent.MOServerLookupEvent
Sets the lookup result after construction, for example, if the value is not yet known at construction time.
setLowerBound(OID) - Method in class org.snmp4j.agent.DefaultMOScope
 
setLowerBound(OID) - Method in interface org.snmp4j.agent.MutableMOScope
Sets the lower bound OID of the scope.
setLowerIncluded(boolean) - Method in class org.snmp4j.agent.DefaultMOScope
 
setLowerIncluded(boolean) - Method in interface org.snmp4j.agent.MutableMOScope
Sets the flag specifying whether the lower bound OID is included in the scope or not.
setMandatory(boolean) - Method in class org.snmp4j.agent.mo.MOMutableColumn
Sets a flag that determines if this column must be specified in a SET request which creates a row.
setMaxLength(int) - Method in class org.snmp4j.agent.mo.snmp.SnmpAdminString
 
setMaxMessageSize(int) - Method in class org.snmp4j.agent.mo.snmp.CoexistenceInfo
 
setMaxNumRows(int) - Method in class org.snmp4j.agent.mo.util.MOTableSizeLimit
 
setMaxRepetitionsLimit(int) - Static method in class org.snmp4j.agent.request.SnmpRequest
Sets the upper limit for maxRepetitions handled by SnmpRequest instances.
setMinLength(int) - Method in class org.snmp4j.agent.mo.snmp.SnmpAdminString
 
setModel(M) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
setMutableInService(boolean) - Method in class org.snmp4j.agent.mo.MOMutableColumn
 
setName(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
 
setNlmConfigLogAdminStatus(Integer32) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogEntryRow
 
setNlmConfigLogEntryLimit(UnsignedInteger32) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogEntryRow
 
setNlmConfigLogEntryStatus(Integer32) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogEntryRow
 
setNlmConfigLogFilterName(OctetString) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogEntryRow
 
setNlmConfigLogOperStatus(Integer32) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogEntryRow
 
setNlmConfigLogStorageType(Integer32) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogEntryRow
 
setNlmLogContextEngineID(OctetString) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogEntryRow
 
setNlmLogContextName(OctetString) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogEntryRow
 
setNlmLogDateAndTime(OctetString) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogEntryRow
 
setNlmLogEngineID(OctetString) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogEntryRow
 
setNlmLogEngineTAddress(OctetString) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogEntryRow
 
setNlmLogEngineTDomain(OID) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogEntryRow
 
setNlmLogNotificationID(OID) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogEntryRow
 
setNlmLogTime(TimeTicks) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogEntryRow
 
setNlmLogVariableCounter32Val(Counter32) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
setNlmLogVariableCounter64Val(Counter64) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
setNlmLogVariableID(OID) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
setNlmLogVariableInteger32Val(Integer32) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
setNlmLogVariableIpAddressVal(IpAddress) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
setNlmLogVariableOctetStringVal(OctetString) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
setNlmLogVariableOidVal(OID) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
setNlmLogVariableOpaqueVal(Opaque) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
setNlmLogVariableTimeTicksVal(TimeTicks) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
setNlmLogVariableUnsigned32Val(UnsignedInteger32) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
setNlmLogVariableValueType(Integer32) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
setNlmStatsLogNotificationsBumped(Counter32) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmStatsLogEntryRow
 
setNlmStatsLogNotificationsLogged(Counter32) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmStatsLogEntryRow
 
setNoAppending(boolean) - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequestIterator
 
setNotificationOriginator(NotificationOriginator) - Method in class org.snmp4j.agent.AgentConfigManager
Sets the notification originator of this agent configuration.
setNotificationOriginator(NotificationOriginator) - Method in class org.snmp4j.agent.CommandProcessor
 
setNotificationOriginator(NotificationOriginator) - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
Sets the NotificationOriginator to be used for sending the authenticationFailure trap.
setOidTextFormat(OIDTextFormat) - Method in class org.snmp4j.agent.io.prop.PropertyMOInput
Sets the OID text format to be used when parsing OIDs from properties files.
setOverwriteMode(int) - Method in class org.snmp4j.agent.io.DefaultMOInput
 
setPersistenceImportMode(int) - Method in class org.snmp4j.agent.AgentConfigManager
Sets the import mode for the MOPersistenceProvider.
setPersistenceProvider(MOPersistenceProvider) - Method in class org.snmp4j.agent.AgentConfigManager
Sets the persistence provider which stores and restores non-volatile (i.e., persistent) MIB data.
setPhase(int) - Method in class org.snmp4j.agent.request.AbstractRequest
 
setPhase(int) - Method in interface org.snmp4j.agent.request.Request
Sets the request phase.
setPhaseComplete(boolean) - Method in class org.snmp4j.agent.request.RequestStatus
 
setPrimaryProvider(MOPersistenceProvider) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
setProcessed(boolean) - Method in class org.snmp4j.agent.request.RequestStatus
 
setProcessingUserObject(Object, Object) - Method in interface org.snmp4j.agent.request.Request
Sets an user object association.
setProcessingUserObject(Object, Object) - Method in class org.snmp4j.agent.request.SnmpRequest
 
setQuery(MOQuery) - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
setQuery(MOQuery) - Method in interface org.snmp4j.agent.request.SubRequest
Sets the query associated with this subrequest.
setRequestEvent(CommandResponderEvent<?>) - Method in class org.snmp4j.agent.request.SnmpRequest
 
setResponsePDU(PDU) - Method in class org.snmp4j.agent.ProxyForwardRequest
 
setRowFactory(MOTableRowFactory<R>) - Method in class org.snmp4j.agent.mo.DefaultMOMutableTableModel
 
setRowFactory(MOTableRowFactory<R>) - Method in interface org.snmp4j.agent.mo.MOMutableTableModel
Sets the factory instance to be used for creating rows for this model.
setSendNextEventsOfSameOrigin(boolean) - Method in class org.snmp4j.agent.mo.MOTableRowEvent
 
setSession(Session) - Method in class org.snmp4j.agent.mo.snmp.NotificationOriginatorImpl
Sets the SNMP session to used by this notification originator for sending notifications.
setSession(Session) - Method in class org.snmp4j.agent.mo.snmp.ProxyForwarderImpl
Sets the SNMP session to used by this proxy forwarder for sending SNMP messages.
setSimulationModeEnabled(boolean) - Static method in class org.snmp4j.agent.mo.ext.SimMOFactory
 
setSnmp4jCfgStorageID(OctetString) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
 
setSnmp4jCfgStorageLastRestore(TimeTicks) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
 
setSnmp4jCfgStorageLastStore(TimeTicks) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
 
setSnmp4jCfgStorageOperation(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
 
setSnmp4jCfgStoragePath(OctetString) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
 
setSnmp4jCfgStorageRestoreMode(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
 
setSnmp4jCfgStorageSeqRowStatus(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageSeqEntryRow
 
setSnmp4jCfgStorageSeqStorageType(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageSeqEntryRow
 
setSnmp4jCfgStorageSeqSubtree(OID) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageSeqEntryRow
 
setSnmp4jCfgStorageStatus(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
 
setSnmp4jCfgStorageStorageType(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
 
setSnmp4jLogConsoleHandlerTarget(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogConsoleHandlerEntryRow
 
setSnmp4jLogFileHandlerAppend(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow
 
setSnmp4jLogFileHandlerBufferedIO(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow
 
setSnmp4jLogFileHandlerBufferSize(UnsignedInteger32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow
 
setSnmp4jLogFileHandlerPath(OctetString) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow
 
setSnmp4jLogHandlerRowStatus(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogHandlerEntryRow
 
setSnmp4jLogHandlerStorageType(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogHandlerEntryRow
 
setSnmp4jLogHandlerType(OID) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogHandlerEntryRow
 
setSnmp4jLogLoggerEffectiveLevel(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerEntryRow
 
setSnmp4jLogLoggerIndex(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerEntryRow
 
setSnmp4jLogLoggerLevel(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerEntryRow
 
setSnmp4jLogLoggerRowStatus(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerEntryRow
 
setSnmp4jLogLoggerStorageType(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerEntryRow
 
setSnmp4jLogLoggerToHandlerRowStatus(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerToHandlerEntryRow
 
setSnmp4jLogLoggerToHandlerStorageType(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerToHandlerEntryRow
 
setSnmp4jLogLoggerToHandlerThreshold(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerToHandlerEntryRow
 
setSnmp4jProxyContextEngineID(OctetString) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyEntryRow
 
setSnmp4jProxyContextName(OctetString) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyEntryRow
 
setSnmp4jProxyRowStatus(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyEntryRow
 
setSnmp4jProxyStorageType(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyEntryRow
 
setSnmp4jProxySubtree(OID) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyEntryRow
 
setSnmp4jProxyTarget(OctetString) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyEntryRow
 
setSnmp4jProxyTargetSubtree(OID) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyEntryRow
 
setSnmp4jProxyType(Integer32) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyEntryRow
 
setSnmpCommunityContextEngineID(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpCommunityEntryRow
 
setSnmpCommunityContextName(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpCommunityEntryRow
 
setSnmpCommunityMIB(SnmpCommunityMIB) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
setSnmpCommunityName(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpCommunityEntryRow
 
setSnmpCommunitySecurityName(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpCommunityEntryRow
 
setSnmpCommunityStatus(Integer32) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpCommunityEntryRow
 
setSnmpCommunityStorageType(Integer32) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpCommunityEntryRow
 
setSnmpCommunityTransportTag(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpCommunityEntryRow
 
setSnmpProxyContextEngineID(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyRow
 
setSnmpProxyContextName(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyRow
 
setSnmpProxyMultipleTargetOut(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyRow
 
setSnmpProxyRowStatus(Integer32) - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyRow
 
setSnmpProxySingleTargetOut(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyRow
 
setSnmpProxyStorageType(Integer32) - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyRow
 
setSnmpProxyTargetParamsIn(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyRow
 
setSnmpProxyType(Integer32) - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyRow
 
setSnmpTargetAddrMMS(Integer32) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpTargetAddrExtEntryRow
 
setSnmpTargetAddrTMask(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpTargetAddrExtEntryRow
 
setSnmpTlstmAddrRowStatus(Integer32) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmAddrEntryRow
 
setSnmpTlstmAddrServerFingerprint(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmAddrEntryRow
 
setSnmpTlstmAddrServerIdentity(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmAddrEntryRow
 
setSnmpTlstmAddrStorageType(Integer32) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmAddrEntryRow
 
setSnmpTlstmCertToTSNData(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmCertToTSNEntryRow
 
setSnmpTlstmCertToTSNFingerprint(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmCertToTSNEntryRow
 
setSnmpTlstmCertToTSNMapType(OID) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmCertToTSNEntryRow
 
setSnmpTlstmCertToTSNRowStatus(Integer32) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmCertToTSNEntryRow
 
setSnmpTlstmCertToTSNStorageType(Integer32) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmCertToTSNEntryRow
 
setSnmpTlstmParamsClientFingerprint(OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmParamsEntryRow
 
setSnmpTlstmParamsRowStatus(Integer32) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmParamsEntryRow
 
setSnmpTlstmParamsStorageType(Integer32) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmParamsEntryRow
 
setSourceAddressFiltering(boolean) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
Enables or disables source address filtering for incoming SNMPv1 or SNMPv2c packets.
setState(int) - Method in class org.snmp4j.agent.AgentConfigManager.AgentState
Sets the new state independent from the current state.
setState(int) - Method in interface org.snmp4j.agent.AgentState
Sets the new state independent from the current state.
setStatus(RequestStatus) - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
setStatus(RequestStatus) - Method in interface org.snmp4j.agent.request.SnmpSubRequest
 
setSyntax(int) - Method in class org.snmp4j.agent.mo.MOColumn
 
setSysDescr(OctetString) - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
setSysOID(OID) - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
setSysServices(Integer32) - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
 
setSysUpTime(SysUpTime) - Method in class org.snmp4j.agent.mo.snmp.TimeStamp
 
setSysUpTime(SysUpTime) - Method in class org.snmp4j.agent.mo.snmp.TimeStampScalar
 
setTable(MOTable<R, ? extends MOColumn, ? extends MOTableModel<R>>) - Method in class org.snmp4j.agent.mo.MOColumn
Sets the table instance this columnar object is contained in.
setTable(MOTable<R, ? extends MOColumn, ? extends MOTableModel<R>>) - Method in class org.snmp4j.agent.mo.snmp.RowStatus
Sets the table instance this columnar object is contained in.
setTableSizeLimit(int) - Method in class org.snmp4j.agent.AgentConfigManager
Sets the table size limit for the tables in this agent.
setTableSizeLimits(Properties) - Method in class org.snmp4j.agent.AgentConfigManager
Sets the table size limits for the tables in this agent.
setTargetMO(ManagedObject<? super N>) - Method in interface org.snmp4j.agent.request.SubRequest
Sets the ManagedObject that is determined as the target object of this sub-request by the agent framework.
setTargetMO(ManagedObject<? super SnmpRequest.SnmpSubRequest>) - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
setTargetSubtree(OID) - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy
Sets the remote sub-tree OID for the translation between local agent OID and remote agent OID.
setTargetTable(MOTable) - Method in class org.snmp4j.agent.mo.snmp.RowPointer
 
setThreadPool(WorkerPool) - Method in class org.snmp4j.agent.CommandProcessor
setTimeout(int) - Method in class org.snmp4j.agent.util.TemporaryList
 
setTlsTmMib(SnmpTlsTmMib) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
setTranslation(OIDTranslation) - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy
Sets a OID translation.
setTransportTag(OctetString) - Method in class org.snmp4j.agent.mo.snmp.CoexistenceInfo
 
setTsm(TSM) - Method in class org.snmp4j.agent.mo.snmp.SnmpTsmMib
 
setUndoEnabled(boolean) - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy
Enables or disables undo support for SET operations.
setUndoValue(Object) - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
setUndoValue(Object) - Method in interface org.snmp4j.agent.request.SubRequest
Associates an undo value object with this sub-request.
setUpdateStrategy(UpdateStrategy) - Method in class org.snmp4j.agent.DefaultMOServer
Sets the update strategy for UpdatableManagedObjects.
setupDefaultProxyForwarder() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Creates and registers the default proxy forwarder application (ProxyForwarderImpl).
setUpperBound(OID) - Method in class org.snmp4j.agent.DefaultMOScope
 
setUpperBound(OID) - Method in interface org.snmp4j.agent.MutableMOScope
Sets the upper bound OID of the scope (can be null for an unbounded scope.
setUpperIncluded(boolean) - Method in class org.snmp4j.agent.DefaultMOScope
 
setUpperIncluded(boolean) - Method in interface org.snmp4j.agent.MutableMOScope
Sets the flag specifying whether the upper bound OID is included in the scope or not.
setupProxyForwarder() - Method in class org.snmp4j.agent.AgentConfigManager
 
setupSnmpUsmDhObjectsMib(Collection<DHKickstartParameters>) - Method in class org.snmp4j.agent.AgentConfigManager
 
setupSubRequests() - Method in class org.snmp4j.agent.request.AbstractRequest
 
setupSubRequests() - Method in class org.snmp4j.agent.request.SnmpRequest
 
setUserObject(Object) - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
 
setUserObject(Object) - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
setUserObject(Object) - Method in interface org.snmp4j.agent.request.SubRequest
Sets the user object.
setUsmDHKickstartMgrPublic(OctetString) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHKickstartEntryRow
 
setUsmDHKickstartMyPublic(OctetString) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHKickstartEntryRow
 
setUsmDHKickstartSecurityName(OctetString) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHKickstartEntryRow
 
setUsmDHUserAuthKeyChange(OctetString) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
setUsmDHUserOwnAuthKeyChange(OctetString) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
setUsmDHUserOwnPrivKeyChange(OctetString) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
setUsmDHUserPrivKeyChange(OctetString) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
setUsmKey(byte[]) - Method in class org.snmp4j.agent.mo.snmp.dh.DHKeyInfo
 
setVacm(VACM) - Method in class org.snmp4j.agent.CommandProcessor
 
setValidationStatus(int) - Method in class org.snmp4j.agent.mo.MOValueValidationEvent
Sets the validation status.
setValidator(MOTableIndexValidator) - Method in class org.snmp4j.agent.mo.MOTableIndex
Sets the index validator associated with this index definition.
setValue(int, Variable) - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
 
setValue(int, Variable) - Method in class org.snmp4j.agent.mo.DefaultMOTable.ChangeSet
 
setValue(int, Variable) - Method in interface org.snmp4j.agent.mo.MOMutableTableRow
Sets the value of a column of this row.
setValue(int, Variable) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHKickstartEntryRow
 
setValue(int, Variable) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
setValue(int, Variable) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogEntryRow
 
setValue(int, Variable) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogEntryRow
 
setValue(int, Variable) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableEntryRow
 
setValue(int, Variable) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmStatsLogEntryRow
 
setValue(int, Variable) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpCommunityEntryRow
 
setValue(int, Variable) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB.SnmpTargetAddrEntryRow
 
setValue(int, Variable) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmAddrEntryRow
 
setValue(int, Variable) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmCertToTSNEntryRow
 
setValue(int, Variable) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmParamsEntryRow
 
setValue(int, Variable) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageSeqEntryRow
 
setValue(int, Variable) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyEntryRow
 
setValue(MOServer, OctetString, VariableBinding) - Static method in class org.snmp4j.agent.DefaultMOServer
Sets the value of a particular MIB object instance using the ManagedObjectValueAccess interface.
setValue(Integer32) - Method in class org.snmp4j.agent.mo.ext.AgentppSimulationMib.AgentppSimMode
 
setValue(Integer32) - Method in class org.snmp4j.agent.mo.snmp.SnmpTsmMib.SnmpTsmConfigurationUsePrefix
 
setValue(OctetString) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHParameters
 
setValue(OID) - Method in class org.snmp4j.agent.mo.ext.AgentppSimulationMib.AgentppSimDeleteRow
 
setValue(OID) - Method in class org.snmp4j.agent.mo.ext.AgentppSimulationMib.AgentppSimDeleteTableContents
 
setValue(UnsignedInteger32) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigGlobalAgeOut
 
setValue(UnsignedInteger32) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigGlobalEntryLimit
 
setValue(VariableBinding) - Method in interface org.snmp4j.agent.ManagedObjectValueAccess
Sets the value of a particular MIB object instance managed by this ManagedObject.
setValue(VariableBinding) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
setValue(VariableBinding) - Method in class org.snmp4j.agent.mo.MOScalar
 
setValue(V) - Method in class org.snmp4j.agent.mo.MOScalar
Sets the value of this scalar managed object without checking it for the correct syntax.
setVetoColumn(int) - Method in class org.snmp4j.agent.mo.MOTableRowEvent
Sets the column index on whose behalf the veto is issued.
setVetoStatus(int) - Method in class org.snmp4j.agent.mo.MOTableRowEvent
Sets the veto status that revokes the row operation.
setViewName(OctetString) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmConfigLogEntryRow
 
setViewName(OctetString) - Method in interface org.snmp4j.agent.request.Request
 
setViewName(OctetString) - Method in class org.snmp4j.agent.request.SnmpRequest
 
setVolatile(boolean) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
setVolatile(boolean) - Method in class org.snmp4j.agent.mo.MOScalar
Sets the volatile flag for this instance.
setWorkerPool(WorkerPool) - Method in class org.snmp4j.agent.CommandProcessor
Sets the internal thread pool for task execution.
shutdown() - Method in class org.snmp4j.agent.AgentConfigManager
Shutdown the agent by closing the internal SNMP session - including the transport mappings provided through the configured MessageDispatcher and then store the agent state to persistent storage (if available).
SimMOAccess(int) - Constructor for class org.snmp4j.agent.mo.ext.SimMOFactory.SimMOAccess
 
SimMOFactory - Class in org.snmp4j.agent.mo.ext
A SimMOFactory object can be used to create non-default MOAccess instances which support an agent simulation mode which allows the modification of MIB objects at runtime via SNMP that are not writable in normal operation but writable in a special config mode (see AGENTPP-SIMULATION-MIB).
SimMOFactory() - Constructor for class org.snmp4j.agent.mo.ext.SimMOFactory
 
SimMOFactory.SimMOAccess - Class in org.snmp4j.agent.mo.ext
 
singleForward(ProxyForwardRequest<A>) - Method in class org.snmp4j.agent.mo.snmp.ProxyForwarderImpl
 
size() - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
 
size() - Method in class org.snmp4j.agent.mo.DefaultMOTable.ChangeSet
 
size() - Method in class org.snmp4j.agent.mo.DefaultMOTableRow
 
size() - Method in class org.snmp4j.agent.mo.MOTableIndex
Gets the number of sub-index definitions in this index definition.
size() - Method in interface org.snmp4j.agent.mo.MOTableRow
Returns the number of columns in this row.
size() - Method in interface org.snmp4j.agent.request.Request
Gets the number of sub-requests in this request.
size() - Method in class org.snmp4j.agent.request.SnmpRequest
 
size() - Method in class org.snmp4j.agent.util.TemporaryList
 
skipContext(Context) - Method in class org.snmp4j.agent.io.DefaultMOInput
 
skipContext(Context) - Method in interface org.snmp4j.agent.io.MOInput
 
skipContext(Context) - Method in class org.snmp4j.agent.io.prop.PropertyMOInput
 
skipManagedObject(MOInfo) - Method in class org.snmp4j.agent.io.DefaultMOInput
 
skipManagedObject(MOInfo) - Method in interface org.snmp4j.agent.io.MOInput
Skips to the end of the specified managed object's configuration.
skipManagedObject(MOInfo) - Method in class org.snmp4j.agent.io.prop.PropertyMOInput
 
Snmp4jCfgResetEnum() - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgResetEnum
 
Snmp4jCfgSecSrcAddrValidationEnum() - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgSecSrcAddrValidationEnum
 
Snmp4jCfgStorageEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
 
Snmp4jCfgStorageFormatEnum() - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageFormatEnum
 
Snmp4jCfgStorageOperationEnum() - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageOperationEnum
 
Snmp4jCfgStorageRestoreModeEnum() - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageRestoreModeEnum
 
Snmp4jCfgStorageSeqEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageSeqEntryRow
 
Snmp4jCfgStorageSeqEntryRowFactory() - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageSeqEntryRowFactory
 
snmp4jConfigMIB - Variable in class org.snmp4j.agent.AgentConfigManager
 
snmp4jConfigMIB - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
Snmp4jConfigMib - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jConfigMib(SysUpTime) - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
Snmp4jConfigMib(SysUpTime, AgentConfigManager) - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
Snmp4jConfigMib.Snmp4jCfgReset - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jConfigMib.Snmp4jCfgResetEnum - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jConfigMib.Snmp4jCfgSecSrcAddrValidation - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jConfigMib.Snmp4jCfgSecSrcAddrValidationEnum - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jConfigMib.Snmp4jCfgStorageEntryRow - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jConfigMib.Snmp4jCfgStorageFormatEnum - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jConfigMib.Snmp4jCfgStorageOperationEnum - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jConfigMib.Snmp4jCfgStorageRestoreModeEnum - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jConfigMib.Snmp4jCfgStorageSeqEntryRow - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jConfigMib.Snmp4jCfgStorageSeqEntryRowFactory - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jLogConsoleHandlerEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogConsoleHandlerEntryRow
 
Snmp4jLogConsoleHandlerEntryRowFactory() - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogConsoleHandlerEntryRowFactory
 
Snmp4jLogConsoleHandlerTargetEnum() - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogConsoleHandlerTargetEnum
 
Snmp4jLogFileHandlerAppendEnum() - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogFileHandlerAppendEnum
 
Snmp4jLogFileHandlerBufferedIOEnum() - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogFileHandlerBufferedIOEnum
 
Snmp4jLogFileHandlerEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow
 
Snmp4jLogFileHandlerEntryRowFactory() - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogFileHandlerEntryRowFactory
 
Snmp4jLogHandlerEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogHandlerEntryRow
 
Snmp4jLogHandlerEntryRowFactory() - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogHandlerEntryRowFactory
 
Snmp4jLogLoggerEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerEntryRow
 
Snmp4jLogLoggerRow(OID, Variable[], int, LogAdapter) - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerRow
 
Snmp4jLogLoggerToHandlerEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerToHandlerEntryRow
 
Snmp4jLogLoggerToHandlerThresholdEnum() - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerToHandlerThresholdEnum
 
snmp4jLogMIB - Variable in class org.snmp4j.agent.AgentConfigManager
 
snmp4jLogMIB - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
Snmp4jLogMib - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jLogMib() - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
Snmp4jLogMib.Snmp4jLogConsoleHandlerEntryRow - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jLogMib.Snmp4jLogConsoleHandlerEntryRowFactory - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jLogMib.Snmp4jLogConsoleHandlerTargetEnum - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jLogMib.Snmp4jLogFileHandlerAppendEnum - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jLogMib.Snmp4jLogFileHandlerBufferedIOEnum - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jLogMib.Snmp4jLogFileHandlerEntryRow - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jLogMib.Snmp4jLogFileHandlerEntryRowFactory - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jLogMib.Snmp4jLogHandlerEntryRow - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jLogMib.Snmp4jLogHandlerEntryRowFactory - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jLogMib.Snmp4jLogLoggerEntryRow - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jLogMib.Snmp4jLogLoggerRow - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jLogMib.Snmp4jLogLoggerToHandlerEntryRow - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jLogMib.Snmp4jLogLoggerToHandlerThresholdEnum - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jNotificationLogModeEnum() - Constructor for class org.snmp4j.agent.mo.snmp.NotificationLogMib.Snmp4jNotificationLogModeEnum
 
Snmp4jProxyEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyEntryRow
 
snmp4jProxyMIB - Variable in class org.snmp4j.agent.AgentConfigManager
 
Snmp4jProxyMib - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jProxyMib() - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
Constructs a Snmp4jProxyMib instance without actually creating its ManagedObject instances.
Snmp4jProxyMib(MOFactory) - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
Constructs a Snmp4jProxyMib instance and actually creates its ManagedObject instances using the supplied MOFactory (by calling Snmp4jProxyMib.createMO(MOFactory moFactory)).
Snmp4jProxyMib(MOFactory, Session, MOServer, SnmpTargetMIB) - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
Constructs a Snmp4jProxyMib instance and actually creates its ManagedObject instances using the supplied MOFactory (by calling Snmp4jProxyMib.createMO(MOFactory moFactory)).
Snmp4jProxyMib.Snmp4jProxyEntryRow - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jProxyMib.Snmp4jProxyTypeEnum - Class in org.snmp4j.agent.mo.snmp4j
 
Snmp4jProxyTypeEnum() - Constructor for class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib.Snmp4jProxyTypeEnum
 
SnmpAdminString - Class in org.snmp4j.agent.mo.snmp
 
SnmpAdminString() - Constructor for class org.snmp4j.agent.mo.snmp.NotificationLogMib.SnmpAdminString
 
SnmpAdminString(int, MOAccess, OctetString, boolean) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpAdminString
 
SnmpAdminString(int, MOAccess, OctetString, boolean, int, int) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpAdminString
 
SNMPADMINSTRING - Static variable in class org.snmp4j.agent.mo.snmp.SnmpFrameworkMIB
 
SnmpAdminStringTC - Class in org.snmp4j.agent.mo.snmp.tc
Created by fock on 31.01.2015.
SnmpAdminStringTC() - Constructor for class org.snmp4j.agent.mo.snmp.tc.SnmpAdminStringTC
 
SnmpCommunityEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpCommunityEntryRow
 
snmpCommunityMIB - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
snmpCommunityMIB - Variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
SnmpCommunityMIB - Class in org.snmp4j.agent.mo.snmp
 
SnmpCommunityMIB(SnmpTargetMIB) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
SnmpCommunityMIB.SnmpCommunityEntryRow - Class in org.snmp4j.agent.mo.snmp
 
SnmpCommunityMIB.SnmpTargetAddrExtEntryRow - Class in org.snmp4j.agent.mo.snmp
 
SnmpCommunityMIB.SnmpTargetAddrExtEntryRowFactory - Class in org.snmp4j.agent.mo.snmp
 
SnmpEnableAuthenTrapsEnum() - Constructor for class org.snmp4j.agent.mo.snmp.SNMPv2MIB.SnmpEnableAuthenTrapsEnum
 
SnmpEngineID() - Constructor for class org.snmp4j.agent.mo.snmp.NotificationLogMib.SnmpEngineID
 
SNMPENGINEID - Static variable in class org.snmp4j.agent.mo.snmp.SnmpFrameworkMIB
 
SnmpEngineIDTC - Class in org.snmp4j.agent.mo.snmp.tc
Created by fock on 31.01.2015.
SnmpEngineIDTC(OctetString) - Constructor for class org.snmp4j.agent.mo.snmp.tc.SnmpEngineIDTC
 
snmpFrameworkMIB - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
SnmpFrameworkMIB - Class in org.snmp4j.agent.mo.snmp
The SnmpFrameworkMIB implements the SNMP-FRAMEWORK-MIB as defined by RFC 3411.
SnmpFrameworkMIB(OctetString, USM, Collection<TransportMapping<? extends Address>>) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpFrameworkMIB
 
SnmpFrameworkMIB(OctetString, USM, Collection<TransportMapping<? extends Address>>, boolean) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpFrameworkMIB
Deprecated.
snmpMpdMib - Variable in class org.snmp4j.agent.AgentConfigManager
 
snmpMpdMib - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
SnmpMpdMib - Class in org.snmp4j.agent.mo.snmp
 
SnmpMpdMib() - Constructor for class org.snmp4j.agent.mo.snmp.SnmpMpdMib
Constructs a SnmpMpdMib instance without actually creating its ManagedObject instances.
SnmpMpdMib(MOFactory) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpMpdMib
Constructs a SnmpMpdMib instance and actually creates its ManagedObject instances using the supplied MOFactory (by calling SnmpMpdMib.createMO(MOFactory moFactory)).
snmpNotificationMIB - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
SnmpNotificationMIB - Class in org.snmp4j.agent.mo.snmp
 
SnmpNotificationMIB() - Constructor for class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
SnmpNotificationMIB.SnmpNotifyFilterTypeEnum - Class in org.snmp4j.agent.mo.snmp
 
SnmpNotificationMIB.SnmpNotifyTypeEnum - Class in org.snmp4j.agent.mo.snmp
 
SnmpNotifyFilterTypeEnum() - Constructor for class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB.SnmpNotifyFilterTypeEnum
 
SnmpNotifyTypeEnum() - Constructor for class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB.SnmpNotifyTypeEnum
 
snmpProxyMIB - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
SnmpProxyMIB - Class in org.snmp4j.agent.mo.snmp
 
SnmpProxyMIB() - Constructor for class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
SnmpProxyMIB.SnmpProxyRow - Class in org.snmp4j.agent.mo.snmp
 
SnmpProxyMIB.SnmpProxyTypeEnum - Class in org.snmp4j.agent.mo.snmp
 
SnmpProxyRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyRow
 
SnmpProxyTypeEnum() - Constructor for class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyTypeEnum
 
SnmpRequest - Class in org.snmp4j.agent.request
The SnmpRequest class implements requests from a SNMP source.
SnmpRequest(CommandResponderEvent<?>, CoexistenceInfo) - Constructor for class org.snmp4j.agent.request.SnmpRequest
 
SnmpRequest.SnmpSubRequest - Class in org.snmp4j.agent.request
The SnmpSubRequest represents a single variable binding request of an SNMP PDU.
SnmpRequest.SnmpSubRequestIterator - Class in org.snmp4j.agent.request
The SnmpRequest.SnmpSubRequestIterator implements an iterator over the GETBULK repetitions of a subrequest.
SnmpSubRequest<S extends SnmpSubRequest<S>> - Interface in org.snmp4j.agent.request
The SnmpSubRequest class holds data for a SNMP sub-request.
SnmpSubRequest(SnmpSubRequest<?>, int) - Constructor for class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
SnmpSubRequest(VariableBinding, int) - Constructor for class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
SnmpSubRequestIterator() - Constructor for class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequestIterator
 
SnmpSubRequestIterator(int, int) - Constructor for class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequestIterator
 
SnmpTagList - Class in org.snmp4j.agent.mo.snmp
 
SnmpTagList(int, MOAccess, OctetString, boolean) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpTagList
 
SnmpTagValue - Class in org.snmp4j.agent.mo.snmp
 
SnmpTagValue(int, MOAccess, OctetString) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpTagValue
 
SnmpTagValue(int, MOAccess, OctetString, boolean) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpTagValue
 
SnmpTargetAddrEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpTargetMIB.SnmpTargetAddrEntryRow
 
SnmpTargetAddrExtEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpTargetAddrExtEntryRow
 
SnmpTargetAddrExtEntryRowFactory() - Constructor for class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB.SnmpTargetAddrExtEntryRowFactory
 
snmpTargetMIB - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
SnmpTargetMIB - Class in org.snmp4j.agent.mo.snmp
 
SnmpTargetMIB(MessageDispatcher) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
SnmpTargetMIB.SnmpTargetAddrEntryRow - Class in org.snmp4j.agent.mo.snmp
 
SnmpTargetMIB.SnmpTargetParamsSecurityLevelEnum - Class in org.snmp4j.agent.mo.snmp
 
SnmpTargetParamsSecurityLevelEnum() - Constructor for class org.snmp4j.agent.mo.snmp.SnmpTargetMIB.SnmpTargetParamsSecurityLevelEnum
 
SnmpTLSFingerprint() - Constructor for class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTLSFingerprint
 
snmpTLSTCPDomain - Static variable in class org.snmp4j.agent.mo.snmp.TransportDomains
 
SnmpTlstmAddrEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmAddrEntryRow
 
SnmpTlstmCertToTSNEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmCertToTSNEntryRow
 
SnmpTlsTmMib - Class in org.snmp4j.agent.mo.snmp
 
SnmpTlsTmMib() - Constructor for class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
Constructs a SnmpTlsTmMib instance without actually creating its ManagedObject instances.
SnmpTlsTmMib(MOFactory) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
Constructs a SnmpTlsTmMib instance and actually creates its ManagedObject instances using the supplied MOFactory (by calling SnmpTlsTmMib.createMO(MOFactory moFactory)).
SnmpTlsTmMib(MOFactory, SnmpTargetMIB) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
Constructs a SnmpTlsTmMib instance and actually creates its ManagedObject instances using the supplied MOFactory (by calling SnmpTlsTmMib.createMO(MOFactory moFactory)) .
SnmpTlsTmMib.SnmpTLSFingerprint - Class in org.snmp4j.agent.mo.snmp
 
SnmpTlsTmMib.SnmpTlstmAddrEntryRow - Class in org.snmp4j.agent.mo.snmp
 
SnmpTlsTmMib.SnmpTlstmCertToTSNEntryRow - Class in org.snmp4j.agent.mo.snmp
 
SnmpTlsTmMib.SnmpTlstmParamsEntryRow - Class in org.snmp4j.agent.mo.snmp
 
SnmpTlsTmMib.TDomainTLSAddressFactory - Class in org.snmp4j.agent.mo.snmp
 
SnmpTlstmParamsEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.SnmpTlstmParamsEntryRow
 
snmpTlstmServerCertificateUnknown(NotificationOriginator, OctetString, VariableBinding[]) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
snmpTlstmServerInvalidCertificate(NotificationOriginator, OctetString, VariableBinding[]) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
snmpTLSUDPDomain - Static variable in class org.snmp4j.agent.mo.snmp.TransportDomains
 
SnmpTsmMib - Class in org.snmp4j.agent.mo.snmp
 
SnmpTsmMib() - Constructor for class org.snmp4j.agent.mo.snmp.SnmpTsmMib
Constructs a SnmpTsmMib instance without actually creating its ManagedObject instances.
SnmpTsmMib(MOFactory) - Constructor for class org.snmp4j.agent.mo.snmp.SnmpTsmMib
Constructs a SnmpTsmMib instance and actually creates its ManagedObject instances using the supplied MOFactory (by calling SnmpTsmMib.createMO(MOFactory moFactory)).
SnmpTsmMib.SnmpTsmConfigurationUsePrefix - Class in org.snmp4j.agent.mo.snmp
 
snmpUDPDomain - Static variable in class org.snmp4j.agent.mo.snmp.TransportDomains
 
snmpUsmDhObjectsMib - Variable in class org.snmp4j.agent.AgentConfigManager
 
SnmpUsmDhObjectsMib - Class in org.snmp4j.agent.mo.snmp.dh
 
SnmpUsmDhObjectsMib() - Constructor for class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
Constructs a SnmpUsmDhObjectsMib instance without actually creating its ManagedObject instances.
SnmpUsmDhObjectsMib(MOFactory) - Constructor for class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
Constructs a SnmpUsmDhObjectsMib instance and actually creates its ManagedObject instances using the supplied MOFactory (by calling SnmpUsmDhObjectsMib.createMO(MOFactory moFactory)).
SnmpUsmDhObjectsMib(MOFactory, USM, UsmMIB, VacmMIB, Collection<DHKickstartParameters>) - Constructor for class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
Constructs a SnmpUsmDhObjectsMib instance and actually creates its ManagedObject instances using the supplied MOFactory (by calling SnmpUsmDhObjectsMib.createMO(MOFactory moFactory)).
SnmpUsmDhObjectsMib.DHKeyChange - Class in org.snmp4j.agent.mo.snmp.dh
 
SnmpUsmDhObjectsMib.UsmDHKickstartEntryRow - Class in org.snmp4j.agent.mo.snmp.dh
 
SnmpUsmDhObjectsMib.UsmDHParameters - Class in org.snmp4j.agent.mo.snmp.dh
 
SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow - Class in org.snmp4j.agent.mo.snmp.dh
 
snmpv2MIB - Variable in class org.snmp4j.agent.AgentConfigManager
 
snmpv2MIB - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
SNMPv2MIB - Class in org.snmp4j.agent.mo.snmp
The SystemGroup implements the objects in the SNMPv2-MIB specification.
SNMPv2MIB(OctetString, OID, Integer32) - Constructor for class org.snmp4j.agent.mo.snmp.SNMPv2MIB
Create a new SNMPv2MIB instance with description, OID, services indicator, and system up-time which starts when this constuctor is being called.
SNMPv2MIB(OctetString, OID, Integer32, SysUpTime) - Constructor for class org.snmp4j.agent.mo.snmp.SNMPv2MIB
Create a new SNMPv2MIB instance with description, OID, services indicator, and system up-time.
SNMPv2MIB.SnmpEnableAuthenTrapsEnum - Class in org.snmp4j.agent.mo.snmp
 
SNMPv2MIB.SysOREntry - Class in org.snmp4j.agent.mo.snmp
 
SNMPv2MIB.SysUpTimeImpl - Class in org.snmp4j.agent.mo.snmp
 
SNMPv2TC - Class in org.snmp4j.agent.mo.snmp
 
SNMPv2TC() - Constructor for class org.snmp4j.agent.mo.snmp.SNMPv2TC
 
source - Variable in class org.snmp4j.agent.request.AbstractRequest
 
STATE_CONFIGURED - Static variable in interface org.snmp4j.agent.AgentState
Agent has been configured.
STATE_CREATED - Static variable in interface org.snmp4j.agent.AgentState
Agent has been created.
STATE_CREATED - Static variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
STATE_INIT_FINISHED - Static variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
STATE_INIT_STARTED - Static variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
STATE_INITIALIZED - Static variable in interface org.snmp4j.agent.AgentState
Agent has been initialized.
STATE_RESTORED - Static variable in interface org.snmp4j.agent.AgentState
Agent's state has been restored.
STATE_RUNNING - Static variable in interface org.snmp4j.agent.AgentState
Agent is running.
STATE_RUNNING - Static variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
STATE_SAVED - Static variable in interface org.snmp4j.agent.AgentState
Agent's state has been saved.
STATE_SHUTDOWN - Static variable in interface org.snmp4j.agent.AgentState
Agent has been shutdown.
STATE_STOPPED - Static variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
STATE_SUSPENDED - Static variable in interface org.snmp4j.agent.AgentState
Agent is suspended, i.e.
StaticMOGroup - Class in org.snmp4j.agent.mo.ext
The StaticMOGroup can be used to easily implement static (read-only) managed objects.
StaticMOGroup(OID, VariableBinding[]) - Constructor for class org.snmp4j.agent.mo.ext.StaticMOGroup
Creates a static managed object group for the sub-tree with the specified root OID.
stop() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Stops the agent by closing the SNMP session and associated transport mappings.
stopTransportMappings(Collection<? extends TransportMapping<?>>) - Static method in class org.snmp4j.agent.AgentConfigManager
Closes a list of transport mappings.
StorageType - Class in org.snmp4j.agent.mo.snmp
 
StorageType(int, MOAccess, Integer32) - Constructor for class org.snmp4j.agent.mo.snmp.StorageType
 
StorageType(int, MOAccess, Integer32, boolean) - Constructor for class org.snmp4j.agent.mo.snmp.StorageType
 
STORAGETYPE - Static variable in class org.snmp4j.agent.mo.snmp.SNMPv2TC
 
StorageType.StorageTypeEnum - Enum Class in org.snmp4j.agent.mo.snmp
The StorageTypeEnum as a enumerated representastion of the StorageType SMI values.
StorageTypeTC - Class in org.snmp4j.agent.mo.snmp.tc
 
StorageTypeTC() - Constructor for class org.snmp4j.agent.mo.snmp.tc.StorageTypeTC
 
store - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageOperationEnum
 
store(String) - Method in class org.snmp4j.agent.io.DefaultMOPersistenceProvider
Stores the current agent state to persistent storage specified by the supplied URI.
store(String) - Method in interface org.snmp4j.agent.io.MOPersistenceProvider
Stores the current agent state to persistent storage specified by the supplied URI.
store(String, MOPriorityProvider) - Method in class org.snmp4j.agent.io.DefaultMOPersistenceProvider
 
store(String, MOPriorityProvider) - Method in interface org.snmp4j.agent.io.MOPersistenceProvider
Stores the current agent state to persistent storage specified by the supplied URI in the order defined by the given MOPriorityProvider.getPriorityMap(OctetString).
SubRequest<N extends SubRequest<N>> - Interface in org.snmp4j.agent.request
The SubRequest interface defines general sub-request properties and behavior.
SubRequestIterator<S> - Interface in org.snmp4j.agent.request
The SubRequestIterator interface implements the Iterator interface for SubRequest instances.
SubRequestIteratorSupport<S extends SubRequest<?>> - Class in org.snmp4j.agent.request
This support class allows to implement a SubRequestIterator instance based on an Iterator that iterates on SubRequest instances.
SubRequestIteratorSupport(Iterator<?>) - Constructor for class org.snmp4j.agent.request.SubRequestIteratorSupport
Creates a SubRequestIterator that decorates an Iterator.
subrequests - Variable in class org.snmp4j.agent.request.AbstractRequest
 
subtractScope(MOScope) - Method in class org.snmp4j.agent.DefaultMOQuery
 
subtractScope(MOScope) - Method in class org.snmp4j.agent.DefaultMOScope
 
subtractScope(MOScope) - Method in interface org.snmp4j.agent.MOQuery
Changes the query to no longer match (cover) the specified scope.
subtractScope(MOScope) - Method in interface org.snmp4j.agent.MutableMOScope
Changes the scope to no longer cover any elements in covered by the specified scope.
suspendProcessing() - Method in class org.snmp4j.agent.AgentConfigManager
Suspends processing of SNMP requests.
sysDescr - Variable in class org.snmp4j.agent.AgentConfigManager
 
sysDescr - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
sysOID - Variable in class org.snmp4j.agent.AgentConfigManager
 
sysOID - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
SysOREntry(OID, MOTableIndex, MOColumn<?>[]) - Constructor for class org.snmp4j.agent.mo.snmp.SNMPv2MIB.SysOREntry
 
sysServices - Variable in class org.snmp4j.agent.AgentConfigManager
 
sysServices - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
systemErr - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogConsoleHandlerTargetEnum
 
systemOut - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogConsoleHandlerTargetEnum
 
sysUpTime - Variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
SysUpTime - Interface in org.snmp4j.agent.mo.snmp
The SysUpTime interface defines how the system's up-time can be accessed.
SysUpTimeImpl() - Constructor for class org.snmp4j.agent.mo.snmp.SNMPv2MIB.SysUpTimeImpl
 

T

TABLE_CLEAR - Static variable in class org.snmp4j.agent.mo.MOTableModelEvent
 
tableModelChanged(MOTableModelEvent) - Method in interface org.snmp4j.agent.mo.MOTableModelListener
The table model has been changed as described by the supplied event object.
tableSizeLimit - Variable in class org.snmp4j.agent.AgentConfigManager
 
TAddress() - Constructor for class org.snmp4j.agent.mo.snmp.NotificationLogMib.TAddress
 
tailIterator(OID) - Method in class org.snmp4j.agent.mo.DefaultMOTableModel
 
tailIterator(OID) - Method in interface org.snmp4j.agent.mo.MOTableModel
Returns an iterator on a view of the rows of this table model whose index values are greater or equal lowerBound.
targetMIB - Variable in class org.snmp4j.agent.AgentConfigManager
 
tcDefAutonomousType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
tcDefDateAndTime - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
tcDefDHKeyChange - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
tcDefRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
tcDefRowStatus - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
tcDefRowStatus - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
tcDefSnmpAdminString - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
tcDefSnmpAdminString - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
tcDefSnmpAdminString - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
tcDefSnmpAdminString - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
tcDefSnmpEngineID - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
tcDefSnmpEngineID - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
tcDefSnmpTLSFingerprint - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
tcDefStorageType - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
tcDefStorageType - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
tcDefStorageType - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
tcDefTAddress - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
tcDefTDomain - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
tcDefTimeStamp - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
TCModule - Interface in org.snmp4j.agent.mo.snmp.tc
A TCModule interface defines the common public properties of a textual convention registration.
tcModuleSnmpFrameworkMib - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
tcModuleSnmpFrameworkMib - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
tcModuleSnmpFrameworkMib - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
tcModuleSnmpFrameworkMib - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
tcModuleSnmpTlsTmMib - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
tcModuleSnmpUsmDhObjectsMib - Static variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
tcModuleSNMPv2Tc - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
tcModuleSNMPv2Tc - Static variable in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
tcModuleSNMPv2Tc - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
TDomain() - Constructor for class org.snmp4j.agent.mo.snmp.NotificationLogMib.TDomain
 
TDomainAddressFactory - Interface in org.snmp4j.agent.mo.snmp
The TDomainAddressFactory defines the interface for address factories that can create an address from a transport domain ID and a TDomainAddress textual convention conforming OctetString value and vice versa.
TDomainAddressFactoryImpl - Class in org.snmp4j.agent.mo.snmp
The TDomainAddressFactoryImpl provides a standard implementation for the transport addresses of the TRANSPORT-ADDRESS-MIB
TDomainAddressFactoryImpl() - Constructor for class org.snmp4j.agent.mo.snmp.TDomainAddressFactoryImpl
 
TDomainTLSAddressFactory() - Constructor for class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib.TDomainTLSAddressFactory
 
TemporaryList<T> - Class in org.snmp4j.agent.util
The TemporaryList implements a list whose items are automatically removed after a predefined timeout.
TemporaryList() - Constructor for class org.snmp4j.agent.util.TemporaryList
 
TemporaryList(int) - Constructor for class org.snmp4j.agent.util.TemporaryList
Creates a temporary list with the given timeout in milliseconds.
terminate() - Method in class org.snmp4j.agent.NotificationTask
This method does nothing by default, because this task cannot be terminated gracefully while being executed.
TestAndIncr - Class in org.snmp4j.agent.mo.snmp
 
TestAndIncr(OID) - Constructor for class org.snmp4j.agent.mo.snmp.TestAndIncr
 
TESTANDINCR - Static variable in class org.snmp4j.agent.mo.snmp.SNMPv2TC
 
TestAndIncrTC - Class in org.snmp4j.agent.mo.snmp.tc
 
TestAndIncrTC() - Constructor for class org.snmp4j.agent.mo.snmp.tc.TestAndIncrTC
 
TextualConvention<V extends org.snmp4j.smi.Variable> - Interface in org.snmp4j.agent.mo.snmp.tc
The TextualConvention interface defines the common properties of SMI textual conventions needed to use them across different MIB modules within an agent implementation.
threadPool - Variable in class org.snmp4j.agent.CommandProcessor
 
TimeStamp - Class in org.snmp4j.agent.mo.snmp
 
TimeStamp(int, MOAccess) - Constructor for class org.snmp4j.agent.mo.snmp.TimeStamp
 
TimeStamp(int, MOAccess, SysUpTime) - Constructor for class org.snmp4j.agent.mo.snmp.TimeStamp
 
TIMESTAMP - Static variable in class org.snmp4j.agent.mo.snmp.SNMPv2TC
 
TimeStampScalar - Class in org.snmp4j.agent.mo.snmp
 
TimeStampScalar(OID, MOAccess, SysUpTime) - Constructor for class org.snmp4j.agent.mo.snmp.TimeStampScalar
 
TimeStampScalar(OID, MOAccess, TimeTicks, SysUpTime) - Constructor for class org.snmp4j.agent.mo.snmp.TimeStampScalar
 
TimeStampTC - Class in org.snmp4j.agent.mo.snmp.tc
 
TimeStampTC() - Constructor for class org.snmp4j.agent.mo.snmp.tc.TimeStampTC
 
TimeStampTC(OctetString) - Constructor for class org.snmp4j.agent.mo.snmp.tc.TimeStampTC
Creates a TimestampTC that uses sysUpTime from the specified context.
timeTicks - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableValueTypeEnum
 
tlsTmMib - Variable in class org.snmp4j.agent.AgentConfigManager
 
toInt() - Method in class org.snmp4j.agent.mo.snmp.RowCount
Returns an integer representation of this variable if such a representation exists.
toLong() - Method in class org.snmp4j.agent.mo.snmp.RowCount
Returns a long representation of this variable if such a representation exists.
toSnmpConstantsStorageTypeEnum(int) - Static method in enum class org.snmp4j.agent.mo.snmp.StorageType.StorageTypeEnum
Creates a SnmpConstants.StorageTypeEnum from its SMI value integer representation.
toString() - Method in class org.snmp4j.agent.DefaultMOContextScope
 
toString() - Method in class org.snmp4j.agent.DefaultMOQuery
 
toString() - Method in class org.snmp4j.agent.DefaultMOScope
 
toString() - Method in class org.snmp4j.agent.DefaultMOServer
 
toString() - Method in class org.snmp4j.agent.io.IndexedVariables
 
toString() - Method in class org.snmp4j.agent.io.MOInfo
 
toString() - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
 
toString() - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
toString() - Method in class org.snmp4j.agent.mo.DefaultMOTableRow
 
toString() - Method in class org.snmp4j.agent.mo.ext.StaticMOGroup
 
toString() - Method in class org.snmp4j.agent.mo.MOAccessImpl
 
toString() - Method in class org.snmp4j.agent.mo.MOChangeEvent
 
toString() - Method in class org.snmp4j.agent.mo.MOColumn
 
toString() - Method in class org.snmp4j.agent.mo.MOMutableColumn
 
toString() - Method in class org.snmp4j.agent.mo.MOScalar
 
toString() - Method in class org.snmp4j.agent.mo.MOTableIndex
 
toString() - Method in class org.snmp4j.agent.mo.MOTableModelEvent
 
toString() - Method in class org.snmp4j.agent.mo.MOTableRowEvent
 
toString() - Method in class org.snmp4j.agent.mo.MOTableSubIndex
 
toString() - Method in class org.snmp4j.agent.mo.snmp.CoexistenceInfo
 
toString() - Method in class org.snmp4j.agent.mo.snmp.dh.DHKickstartParametersImpl
 
toString() - Method in class org.snmp4j.agent.mo.snmp.dh.UsmDHParametersImpl
 
toString() - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy.OIDTranslator
 
toString() - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy
 
toString() - Method in class org.snmp4j.agent.ProxyForwardRequest
 
toString() - Method in class org.snmp4j.agent.request.AbstractRequest
 
toString() - Method in class org.snmp4j.agent.request.RequestStatus
 
toString() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
toStringDetails() - Method in class org.snmp4j.agent.mo.MOScalar
 
toStringMembers() - Method in class org.snmp4j.agent.mo.DefaultMOTableRow
 
toSubIndex(boolean) - Method in class org.snmp4j.agent.mo.snmp.RowCount
Converts the value of this Variable to a (sub-)index value.
trace - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerToHandlerThresholdEnum
 
transactionID - Variable in class org.snmp4j.agent.request.AbstractRequest
 
transportDomainLocal - Static variable in class org.snmp4j.agent.mo.snmp.TransportDomains
 
TransportDomains - Class in org.snmp4j.agent.mo.snmp
The TransportDomains class defines constant OIDs for the various transport types defined by the INET-ADDRESS-MIB.
TransportDomains() - Constructor for class org.snmp4j.agent.mo.snmp.TransportDomains
 
transportDomainTcpDns - Static variable in class org.snmp4j.agent.mo.snmp.TransportDomains
 
transportDomainTcpIpv4 - Static variable in class org.snmp4j.agent.mo.snmp.TransportDomains
 
transportDomainTcpIpv4z - Static variable in class org.snmp4j.agent.mo.snmp.TransportDomains
 
transportDomainTcpIpv6 - Static variable in class org.snmp4j.agent.mo.snmp.TransportDomains
 
transportDomainTcpIpv6z - Static variable in class org.snmp4j.agent.mo.snmp.TransportDomains
 
transportDomainUdpDns - Static variable in class org.snmp4j.agent.mo.snmp.TransportDomains
 
transportDomainUdpIpv4 - Static variable in class org.snmp4j.agent.mo.snmp.TransportDomains
 
transportDomainUdpIpv4z - Static variable in class org.snmp4j.agent.mo.snmp.TransportDomains
 
transportDomainUdpIpv6 - Static variable in class org.snmp4j.agent.mo.snmp.TransportDomains
 
transportDomainUdpIpv6z - Static variable in class org.snmp4j.agent.mo.snmp.TransportDomains
 
transportMappings - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
trap - Static variable in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB.SnmpNotifyTypeEnum
 
trap - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyTypeEnum
 
TRUE - Static variable in class org.snmp4j.agent.mo.snmp.tc.TruthValueTC
 
TRUTHVALUE - Static variable in class org.snmp4j.agent.mo.snmp.SNMPv2TC
 
TruthValueTC - Class in org.snmp4j.agent.mo.snmp.tc
TruthValueTC implements the TruthValue Textual Convention from RFC
TruthValueTC() - Constructor for class org.snmp4j.agent.mo.snmp.tc.TruthValueTC
 

U

undefined - Enum constant in enum class org.snmp4j.agent.MOServerLookupEvent.IntendedUse
 
undo - Enum constant in enum class org.snmp4j.agent.MOServerLookupEvent.IntendedUse
 
undo(SubRequest<?>) - Method in class org.snmp4j.agent.mo.DefaultMOTable
 
undo(SubRequest<?>) - Method in class org.snmp4j.agent.mo.ext.StaticMOGroup
Sets the error status of the request to PDU.undoFailed.
undo(SubRequest<?>) - Method in class org.snmp4j.agent.mo.MOScalar
 
undo(SubRequest<?>) - Method in class org.snmp4j.agent.mo.snmp4j.MOSubtreeProxy
 
undo(SubRequest<?>, int) - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
 
undo(SubRequest<?>, MOTableRow, int) - Method in class org.snmp4j.agent.mo.MOMutableColumn
 
undo(SubRequest<?>, MOTableRow, int) - Method in class org.snmp4j.agent.mo.snmp.dh.DHKeyChangeImpl
 
undo(SubRequest<?>, MOTableRow, int) - Method in class org.snmp4j.agent.mo.snmp.RowStatus
 
undo(SR) - Method in interface org.snmp4j.agent.ManagedObject
Compensates (undo) a (sub)request when a commit of another subrequest failed with an error.
undo(SR, int) - Method in interface org.snmp4j.agent.mo.MOMutableRow2PC
Undos the changes to a single column.
undoRow(SubRequest<?>, DefaultMOTable.ChangeSet) - Method in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
 
undoRow(SubRequest<?>, DefaultMOTable.ChangeSet) - Method in class org.snmp4j.agent.mo.snmp.UsmMIB.UsmTableRow
 
undoRow(SR, DefaultMOTable.ChangeSet) - Method in interface org.snmp4j.agent.mo.MOMutableRow2PC
Undoes changes to a row.
unknownError - Enum constant in enum class org.snmp4j.agent.security.VacmConfigurator.VacmConfigResult
 
unlock(Object, ManagedObject<?>) - Method in class org.snmp4j.agent.DefaultMOServer
 
unlock(Object, ManagedObject<?>) - Method in interface org.snmp4j.agent.MOServer
Unlocks a ManagedObject that has been locked by the specified owner.
unlocked - Enum constant in enum class org.snmp4j.agent.mo.lock.LockRequest.LockStatus
The lock has been released successfully (unlock operation).
unlockManagedObjectIfLockedByLookup(MOServer, ManagedObject<?>, LockRequest) - Method in class org.snmp4j.agent.CommandProcessor
Unlock the provided ManagedObject if the also provided LockRequest indicates that the managed object was locked by a preceding MOServer.lookup(MOQuery, LockRequest) operation.
unregister - Enum constant in enum class org.snmp4j.agent.MOServerLookupEvent.IntendedUse
 
unregister(ManagedObject<?>, OctetString) - Method in class org.snmp4j.agent.DefaultMOServer
 
unregister(ManagedObject<?>, OctetString) - Method in interface org.snmp4j.agent.MOServer
Removes the registration of the supplied managed object for the specified context.
unregisterChangeListener(MOServer, MOChangeListener, MOFilter) - Static method in class org.snmp4j.agent.DefaultMOServer
Unregister a single MOChangeListener from all objects matching the given filter in the specified MOServer.
unregisterManagedObjects() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Unregister additional managed objects from the agent's server.
unregisterMIBs(OctetString) - Method in class org.snmp4j.agent.AgentConfigManager
Unregister the initialized MIB modules from the default context of the agent.
unregisterMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.ext.AgentppSimulationMib
 
unregisterMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.ext.StaticMOGroup
 
unregisterMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.MOGroupImpl
 
unregisterMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
unregisterMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.NotificationLogMib
 
unregisterMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
 
unregisterMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpFrameworkMIB
 
unregisterMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpMpdMib
 
unregisterMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
 
unregisterMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB
 
unregisterMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTargetMIB
 
unregisterMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTlsTmMib
 
unregisterMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTsmMib
 
unregisterMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
 
unregisterMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.UsmMIB
 
unregisterMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp.VacmMIB
 
unregisterMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib
 
unregisterMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
unregisterMOs(MOServer, OctetString) - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jProxyMib
 
unregisterMOs(MOServer, OctetString) - Method in interface org.snmp4j.agent.MOGroup
Unregisters the managed objects of this group from the supplied server and from the supplied context.
unregisterSnmpMIBs() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Unregister the basic MIB modules from the agent's MOServer.
unregisterTableRowListener(MOServer, MOTableRowListener<R>) - Static method in class org.snmp4j.agent.DefaultMOServer
Unregister a single MOTableRowListener with all tables in the specified MOServer.
unsetTable(MOTable<R, ? extends MOColumn, ? extends MOTableModel<R>>) - Method in class org.snmp4j.agent.mo.snmp.RowStatus
Unsets the table instance and thus unregisters itself as MOChangeListener and MOTableRowListener.
unsigned32 - Static variable in class org.snmp4j.agent.mo.snmp.NotificationLogMib.NlmLogVariableValueTypeEnum
 
UpdatableManagedObject<SR extends SubRequest<?>> - Interface in org.snmp4j.agent
The UpdatableManagedObject interface defines the basic operations for all SNMP(4J) manageable objects that need to be updated to reflect the up-to-date state of the managed object.
UpdatableMOSupport - Class in org.snmp4j.agent
The UpdatableMOSupport class provides support for update UpdatableManagedObjects.
UpdatableMOSupport() - Constructor for class org.snmp4j.agent.UpdatableMOSupport
Creates a UpdatableMOSupport with undefined (null) last update time and source.
update - Enum constant in enum class org.snmp4j.agent.io.ImportMode
Only update existing data.
update - Enum constant in enum class org.snmp4j.agent.MOServerLookupEvent.IntendedUse
 
update() - Method in class org.snmp4j.agent.mo.snmp.TimeStampScalar
 
update(MOMutableTableRow, int) - Method in class org.snmp4j.agent.mo.snmp.TimeStamp
 
update(MOQuery) - Method in interface org.snmp4j.agent.UpdatableManagedObject
Update the content of the managed object that is covered by the supplied scope.
update(MOScope) - Method in class org.snmp4j.agent.mo.DefaultMOTable
Update the content of this table that is covered by the supplied scope.
update(MOScope, SubRequest<?>) - Method in class org.snmp4j.agent.mo.DefaultMOTable
Update this table for the supplied search range and sub-request if it has not yet been updated for that request.
UPDATE - Static variable in enum class org.snmp4j.agent.io.ImportMode
Only update existing data.
UPDATE - Static variable in class org.snmp4j.agent.version.VersionInfo
 
UPDATE_CREATE - Static variable in enum class org.snmp4j.agent.io.ImportMode
In contrast to ImportMode.REPLACE_CREATE, only existing data is updated or new data is created.
updateAndCreate - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageRestoreModeEnum
 
updateCreate - Enum constant in enum class org.snmp4j.agent.io.ImportMode
In contrast to ImportMode.REPLACE_CREATE, only existing data is updated or new data is created.
updated - Enum constant in enum class org.snmp4j.agent.mo.MOChangeEvent.Modification
 
UPDATED - Static variable in class org.snmp4j.agent.mo.MOTableRowEvent
This event type indicates that a complete row has been updated.
updateDependentRows(BaseRow) - Method in class org.snmp4j.agent.mo.MOTableRelation
Update the MOTableRow.getBaseRow() reference all dependent rows for the specified base table row in the dependent table.
updateEngineBoots() - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Updates the engine boots counter and returns the actual value.
updateLoggerTable() - Method in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib
 
updateNextRepetition() - Method in class org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest
 
updateNextRepetition() - Method in interface org.snmp4j.agent.request.SubRequest
Updates the next repetition's scope and reset any previously set query to null.
updateOnly - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageRestoreModeEnum
 
updateSession(Session) - Method in class org.snmp4j.agent.BaseAgent
Deprecated.
Updates all objects with a new session instance.
UpdateStrategy - Interface in org.snmp4j.agent
An UpdateStrategy defines how UpdatableManagedObjects are updated on behalf of server queries to a MOServer.
updateSysORLastChange() - Method in class org.snmp4j.agent.mo.snmp.SNMPv2MIB
 
upperBound - Variable in class org.snmp4j.agent.DefaultMOScope
 
upperIncluded - Variable in class org.snmp4j.agent.DefaultMOScope
 
userAddedToRole - Enum constant in enum class org.snmp4j.agent.security.VacmConfigurator.VacmConfigResult
 
userAndRoleAdded - Enum constant in enum class org.snmp4j.agent.security.VacmConfigurator.VacmConfigResult
 
userDoesNotExist - Enum constant in enum class org.snmp4j.agent.security.VacmConfigurator.VacmConfigResult
 
userExists - Enum constant in enum class org.snmp4j.agent.security.VacmConfigurator.VacmConfigResult
 
userRemovedFromRole - Enum constant in enum class org.snmp4j.agent.security.VacmConfigurator.VacmConfigResult
 
usm - Variable in class org.snmp4j.agent.AgentConfigManager
 
usm - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
usm - Variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
UsmDHKickstartEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHKickstartEntryRow
 
UsmDHParametersImpl - Class in org.snmp4j.agent.mo.snmp.dh
The UsmDHParametersImpl class holds the Diffie Hellman parameters for doing a Diffie-Hellman key agreement.
UsmDHParametersImpl(OID, MOAccess, OctetString) - Constructor for class org.snmp4j.agent.mo.snmp.dh.UsmDHParametersImpl
Create a DHParameters instance that uses the Oakeley Group 1 Diffie Hellman parameters defined in RFC 2409 (see also DHGroups).
UsmDHUserKeyEntryRow(OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib.UsmDHUserKeyEntryRow
 
UsmKeyChange - Class in org.snmp4j.agent.mo.snmp
 
UsmKeyChange(int, MOAccess, int) - Constructor for class org.snmp4j.agent.mo.snmp.UsmKeyChange
 
usmMIB - Variable in class org.snmp4j.agent.AgentConfigManager
 
usmMIB - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
usmMIB - Variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
UsmMIB - Class in org.snmp4j.agent.mo.snmp
The UsmMIB implements the SNMP-USER-BASED-SM-MIB defined in RFC 3414.
UsmMIB(USM, SecurityProtocols) - Constructor for class org.snmp4j.agent.mo.snmp.UsmMIB
Creates a USM MIB implementation connected to the supplied USM.
UsmMIB.UsmTableModel - Class in org.snmp4j.agent.mo.snmp
 
UsmMIB.UsmTableRow - Class in org.snmp4j.agent.mo.snmp
 
UsmOwnKeyChange - Class in org.snmp4j.agent.mo.snmp
 
UsmOwnKeyChange(int, MOAccess, int) - Constructor for class org.snmp4j.agent.mo.snmp.UsmOwnKeyChange
 
UsmTableModel(MOTableIndex) - Constructor for class org.snmp4j.agent.mo.snmp.UsmMIB.UsmTableModel
 
UsmTableRow(UsmMIB.UsmTableModel, OID, Variable[]) - Constructor for class org.snmp4j.agent.mo.snmp.UsmMIB.UsmTableRow
 
usmUserChange(UsmUserEvent) - Method in class org.snmp4j.agent.mo.snmp.UsmMIB
 
usmUserEntryOID - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 
usmUserSpinLockOID - Static variable in class org.snmp4j.agent.mo.snmp.UsmMIB
 

V

vacm - Variable in class org.snmp4j.agent.AgentConfigManager
 
vacm - Variable in class org.snmp4j.agent.CommandProcessor
 
VACM - Interface in org.snmp4j.agent.security
The View-based Access Control Model interface defines methods and constants that a contrete implementation of such a model has to implement.
VACM_MATCH_EXACT - Static variable in interface org.snmp4j.agent.security.MutableVACM
 
VACM_MATCH_PREFIX - Static variable in interface org.snmp4j.agent.security.MutableVACM
 
VACM_NO_ACCESS_ENTRY - Static variable in interface org.snmp4j.agent.security.VACM
 
VACM_NO_GROUP_NAME - Static variable in interface org.snmp4j.agent.security.VACM
 
VACM_NO_SUCH_CONTEXT - Static variable in interface org.snmp4j.agent.security.VACM
 
VACM_NO_SUCH_VIEW - Static variable in interface org.snmp4j.agent.security.VACM
 
VACM_NOT_IN_VIEW - Static variable in interface org.snmp4j.agent.security.VACM
 
VACM_OK - Static variable in interface org.snmp4j.agent.security.VACM
 
VACM_OTHER_ERROR - Static variable in interface org.snmp4j.agent.security.VACM
 
VACM_VIEW_EXCLUDED - Static variable in interface org.snmp4j.agent.security.MutableVACM
 
VACM_VIEW_INCLUDED - Static variable in interface org.snmp4j.agent.security.MutableVACM
 
vacmAccessEntryOID - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
VacmConfigurator - Interface in org.snmp4j.agent.security
The VacmConfigurator defines an easy to use interface for MutableVACM configuration.
VacmConfigurator.VacmConfigResult - Enum Class in org.snmp4j.agent.security
 
vacmContextEntryOID - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
vacmExactMatch - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
vacmMIB - Variable in class org.snmp4j.agent.AgentConfigManager
 
vacmMIB - Variable in class org.snmp4j.agent.BaseAgent
Deprecated.
 
vacmMIB - Variable in class org.snmp4j.agent.mo.snmp.dh.SnmpUsmDhObjectsMib
 
VacmMIB - Class in org.snmp4j.agent.mo.snmp
This concrete implementation of the SNMP-VIEW-BASED-ACM-MIB (RFC 3415).
VacmMIB(MOServer[]) - Constructor for class org.snmp4j.agent.mo.snmp.VacmMIB
 
VacmMIB(MOServer[], SecurityModels) - Constructor for class org.snmp4j.agent.mo.snmp.VacmMIB
 
VacmMIB.VacmContextIterator - Class in org.snmp4j.agent.mo.snmp
 
vacmPrefixMatch - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
vacmSecurityToGroupEntryOID - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
vacmViewExcluded - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
vacmViewIncluded - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
vacmViewSpinLockOID - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
vacmViewTreeFamilyEntryOID - Static variable in class org.snmp4j.agent.mo.snmp.VacmMIB
 
validate(MOValueValidationEvent) - Method in interface org.snmp4j.agent.mo.MOValueValidationListener
Validates a value by returning a SNMP error code if validation fails or 0 (SnmpConstants.SNMP_ERROR_SUCCESS) if the validation was successful.
validate(MOValueValidationEvent) - Method in class org.snmp4j.agent.mo.snmp.DisplayString.DisplayStringValidation
 
validate(MOValueValidationEvent) - Method in class org.snmp4j.agent.mo.snmp.smi.ValueConstraintValidator
Validates a value by returning a SNMP error code if validation fails or 0 (SnmpConstants.SNMP_ERROR_SUCCESS) if the validation was successful.
validate(MOValueValidationEvent) - Method in class org.snmp4j.agent.mo.snmp.UsmMIB
 
validate(Integer32, Integer32) - Method in class org.snmp4j.agent.mo.snmp.StorageType
 
validate(OctetString, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpAdminString
 
validate(OctetString, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTagList
 
validate(OctetString, OctetString) - Method in class org.snmp4j.agent.mo.snmp.SnmpTagValue
 
validate(Variable) - Method in class org.snmp4j.agent.mo.snmp.smi.ConstraintsImpl
 
validate(Variable) - Method in class org.snmp4j.agent.mo.snmp.smi.EnumerationConstraint
 
validate(Variable) - Method in interface org.snmp4j.agent.mo.snmp.smi.ValueConstraint
Indicates whether a SNMP value matches this value constraint.
validate(T, T) - Method in class org.snmp4j.agent.mo.snmp.DateAndTime
 
validate(V, V) - Method in class org.snmp4j.agent.mo.MOMutableColumn
 
validate(V, V) - Method in class org.snmp4j.agent.mo.snmp.DisplayString
 
validate(V, V) - Method in class org.snmp4j.agent.mo.snmp.Enumerated
 
validateDateAndTime(Variable) - Static method in class org.snmp4j.agent.mo.snmp.DateAndTime
Tests a variable for DateAndTime conformance.
validateDisplayString(V, ValueConstraint) - Static method in class org.snmp4j.agent.mo.snmp.DisplayString
Validates a variable as a DisplayString OCTET STRING.
validateSetRequest(SubRequest<?>, MOTableRow, int) - Method in class org.snmp4j.agent.mo.MOMutableColumn
 
value - Variable in class org.snmp4j.agent.mo.MOScalar
 
VALUE_ID - Static variable in class org.snmp4j.agent.io.prop.PropertyMOInput
 
ValueConstraint - Interface in org.snmp4j.agent.mo.snmp.smi
A ValueConstraint instance validates the value ranges of a SNMP value to match a certain constraint.
ValueConstraintValidator - Class in org.snmp4j.agent.mo.snmp.smi
A ValueConstraintValidator adapts a ValueConstraint as MOValueValidationListener.
ValueConstraintValidator(ValueConstraint) - Constructor for class org.snmp4j.agent.mo.snmp.smi.ValueConstraintValidator
 
valueOf(String) - Static method in enum class org.snmp4j.agent.io.ImportMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.snmp4j.agent.mo.lock.LockRequest.LockStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.snmp4j.agent.mo.MOChangeEvent.Modification
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.snmp4j.agent.mo.MOChangeEvent.OidType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.snmp4j.agent.mo.MOTableRowEvent.OriginType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.snmp4j.agent.mo.snmp.RowStatus.RowStatusEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.snmp4j.agent.mo.snmp.StorageType.StorageTypeEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.snmp4j.agent.MOServerLookupEvent.IntendedUse
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.snmp4j.agent.security.BasicVacmConfigurator.Roles
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.snmp4j.agent.security.VacmConfigurator.VacmConfigResult
Returns the enum constant of this class with the specified name.
values - Variable in class org.snmp4j.agent.mo.DefaultMOTableRow
 
values() - Static method in enum class org.snmp4j.agent.io.ImportMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.snmp4j.agent.mo.lock.LockRequest.LockStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.snmp4j.agent.mo.MOChangeEvent.Modification
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.snmp4j.agent.mo.MOChangeEvent.OidType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.snmp4j.agent.mo.MOTableRowEvent.OriginType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.snmp4j.agent.mo.snmp.RowStatus.RowStatusEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.snmp4j.agent.mo.snmp.StorageType.StorageTypeEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.snmp4j.agent.MOServerLookupEvent.IntendedUse
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.snmp4j.agent.security.BasicVacmConfigurator.Roles
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.snmp4j.agent.security.VacmConfigurator.VacmConfigResult
Returns an array containing the constants of this enum class, in the order they are declared.
VariableProvider - Interface in org.snmp4j.agent.mo.util
The VariableProvider provides Variable instances.
VERSION - Static variable in class org.snmp4j.agent.version.VersionInfo
 
VERSION_ID - Static variable in class org.snmp4j.agent.io.prop.PropertyMOInput
 
VersionInfo - Class in org.snmp4j.agent.version
The VersionInfo object returns information about the version of this SNMP4J-Agent release.
VIEW_NOTIFY - Static variable in interface org.snmp4j.agent.security.VACM
 
VIEW_READ - Static variable in interface org.snmp4j.agent.security.VACM
 
VIEW_WRITE - Static variable in interface org.snmp4j.agent.security.VACM
 
viewExists - Enum constant in enum class org.snmp4j.agent.security.VacmConfigurator.VacmConfigResult
 
viewTreeFamilyEntryCount(OctetString) - Method in class org.snmp4j.agent.mo.snmp.VacmMIB
 
viewTreeFamilyEntryCount(OctetString) - Method in interface org.snmp4j.agent.security.MutableVACM
Counts the number of view name to tree family mapping entries in this VACM.
volatile_ - Enum constant in enum class org.snmp4j.agent.mo.snmp.StorageType.StorageTypeEnum
 
volatile_ - Static variable in class org.snmp4j.agent.mo.snmp.StorageType
 

W

warn - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerToHandlerThresholdEnum
 
workerPool - Variable in class org.snmp4j.agent.AgentConfigManager
 
write - Static variable in class org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyTypeEnum
 
writeContextBegin(Context) - Method in class org.snmp4j.agent.io.DefaultMOOutput
 
writeContextBegin(Context) - Method in interface org.snmp4j.agent.io.MOOutput
 
writeContextEnd(Context) - Method in class org.snmp4j.agent.io.DefaultMOOutput
 
writeContextEnd(Context) - Method in interface org.snmp4j.agent.io.MOOutput
 
writeIndexedVariables(IndexedVariables) - Method in class org.snmp4j.agent.io.DefaultMOOutput
 
writeIndexedVariables(IndexedVariables) - Method in interface org.snmp4j.agent.io.MOOutput
 
writeManagedObjectBegin(MOInfo) - Method in class org.snmp4j.agent.io.DefaultMOOutput
 
writeManagedObjectBegin(MOInfo) - Method in interface org.snmp4j.agent.io.MOOutput
 
writeManagedObjectEnd(MOInfo) - Method in class org.snmp4j.agent.io.DefaultMOOutput
 
writeManagedObjectEnd(MOInfo) - Method in interface org.snmp4j.agent.io.MOOutput
 
writeSequence(Sequence) - Method in class org.snmp4j.agent.io.DefaultMOOutput
 
writeSequence(Sequence) - Method in interface org.snmp4j.agent.io.MOOutput
 
writeVariable(Variable) - Method in class org.snmp4j.agent.io.DefaultMOOutput
 
writeVariable(Variable) - Method in interface org.snmp4j.agent.io.MOOutput
 

X

xml - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageFormatEnum
 

_

_false - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogFileHandlerAppendEnum
 
_false - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogFileHandlerBufferedIOEnum
 
_true - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogFileHandlerAppendEnum
 
_true - Static variable in class org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogFileHandlerBufferedIOEnum
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form