Modifier and Type | Class and Description |
---|---|
class |
Snmp4jConfigMib.Snmp4jCfgSecSrcAddrValidation |
static class |
Snmp4jConfigMib.Snmp4jCfgSecSrcAddrValidationEnum |
static class |
Snmp4jConfigMib.Snmp4jCfgStorageFormatEnum |
static class |
Snmp4jConfigMib.Snmp4jCfgStorageOperationEnum |
static class |
Snmp4jConfigMib.Snmp4jCfgStorageRestoreModeEnum |
Constructor and Description |
---|
Snmp4jConfigMib(SysUpTime sysUpTime) |
Modifier and Type | Method and Description |
---|---|
void |
addPersistenceProvider(MOPersistenceProvider provider) |
SnmpCommunityMIB |
getCoexistenceInfoProvider() |
MOPersistenceProvider |
getPersistenceProvider(String id) |
MOPersistenceProvider |
getPrimaryPersistence() |
MOTable |
getSnmp4jCfgStorageEntry() |
void |
registerMOs(MOServer server,
org.snmp4j.smi.OctetString context)
Registers the managed objects of this group with the server for the
supplied context.
|
void |
setPrimaryProvider(MOPersistenceProvider persistenceProvider) |
void |
setSnmpCommunityMIB(SnmpCommunityMIB snmpCommunityMIB) |
void |
unregisterMOs(MOServer server,
org.snmp4j.smi.OctetString context)
Unregisters the managed objects of this group from the supplied server and
from the supplied context.
|
public static final org.snmp4j.smi.OID oidSnmp4jCfgSecSrcAddrValidation
public static final org.snmp4j.smi.OID oidSnmp4jCfgStorageEntry
public static final int colSnmp4jCfgStoragePath
public static final int colSnmp4jCfgStorageID
public static final int colSnmp4jCfgStorageLastStore
public static final int colSnmp4jCfgStorageLastRestore
public static final int colSnmp4jCfgStorageRestoreMode
public static final int colSnmp4jCfgStorageOperation
public static final int colSnmp4jCfgStorageStorageType
public static final int colSnmp4jCfgStorageStatus
public static final int idxSnmp4jCfgStoragePath
public static final int idxSnmp4jCfgStorageID
public static final int idxSnmp4jCfgStorageLastStore
public static final int idxSnmp4jCfgStorageLastRestore
public static final int idxSnmp4jCfgStorageRestoreMode
public static final int idxSnmp4jCfgStorageOperation
public static final int idxSnmp4jCfgStorageStorageType
public static final int idxSnmp4jCfgStorageStatus
public static final org.snmp4j.smi.OID PRIMARY_INDEX
protected SnmpCommunityMIB snmpCommunityMIB
protected Map<CharSequence,MOPersistenceProvider> persistenceProvider
protected MOPersistenceProvider primaryPersistence
protected SysUpTime sysUpTime
public Snmp4jConfigMib(SysUpTime sysUpTime)
public MOTable getSnmp4jCfgStorageEntry()
public MOPersistenceProvider getPrimaryPersistence()
public void registerMOs(MOServer server, org.snmp4j.smi.OctetString context) throws DuplicateRegistrationException
MOGroup
registerMOs
in interface MOGroup
server
- the MOServer
where to register the managed objects.context
- the context to use (may be null
if no specific context
is selected).DuplicateRegistrationException
- if a managed object's scope (i.e. lower bound) is already registered
at the server.public void unregisterMOs(MOServer server, org.snmp4j.smi.OctetString context)
MOGroup
unregisterMOs
in interface MOGroup
server
- the MOServer
where to unregister the managed objects.context
- the context to use (may be null
if no specific context
is selected).public void setSnmpCommunityMIB(SnmpCommunityMIB snmpCommunityMIB)
public void setPrimaryProvider(MOPersistenceProvider persistenceProvider)
public void addPersistenceProvider(MOPersistenceProvider provider)
public MOPersistenceProvider getPersistenceProvider(String id)
public SnmpCommunityMIB getCoexistenceInfoProvider()
Copyright © 2019 SNMP4J.org. All rights reserved.