public class AgentppTestMib extends Object implements org.snmp4j.agent.MOGroup
| Modifier and Type | Class and Description |
|---|---|
class |
AgentppTestMib.AgentppTestSessionAttrEntryRow |
static class |
AgentppTestMib.AgentppTestSessionIndexStrategyEnum |
class |
AgentppTestMib.AgentppTestSessionsEntryRow |
class |
AgentppTestMib.AgentppTestSharedEntryRow |
class |
AgentppTestMib.AgentppTestSharedExtEntryRow |
class |
AgentppTestMib.AgentppTestSparseEntryRow |
class |
AgentppTestMib.AgentppTestTimeout |
class |
AgentppTestMib.SnmpAdminString |
| Modifier | Constructor and Description |
|---|---|
protected |
AgentppTestMib()
Constructs a AgentppTestMib instance without actually creating its
ManagedObject instances. |
|
AgentppTestMib(org.snmp4j.agent.mo.MOFactory moFactory)
Constructs a AgentppTestMib instance and actually creates its
ManagedObject instances using the supplied
MOFactory (by calling
createMO(MOFactory moFactory)). |
| Modifier and Type | Method and Description |
|---|---|
void |
addImportedTCsToFactory(org.snmp4j.agent.mo.MOFactory moFactory) |
protected void |
addTCsToFactory(org.snmp4j.agent.mo.MOFactory moFactory) |
protected void |
createMO(org.snmp4j.agent.mo.MOFactory moFactory)
Create the ManagedObjects defined for this MIB module
using the specified
MOFactory. |
org.snmp4j.agent.mo.MOTable<AgentppTestMib.AgentppTestSessionAttrEntryRow,org.snmp4j.agent.mo.MOColumn,org.snmp4j.agent.mo.MOTableModel<AgentppTestMib.AgentppTestSessionAttrEntryRow>> |
getAgentppTestSessionAttrEntry() |
org.snmp4j.agent.mo.MOTable<AgentppTestMib.AgentppTestSessionsEntryRow,org.snmp4j.agent.mo.MOColumn,org.snmp4j.agent.mo.MOTableModel<AgentppTestMib.AgentppTestSessionsEntryRow>> |
getAgentppTestSessionsEntry() |
org.snmp4j.agent.mo.MOTable<AgentppTestMib.AgentppTestSharedEntryRow,org.snmp4j.agent.mo.MOColumn,org.snmp4j.agent.mo.MOTableModel<AgentppTestMib.AgentppTestSharedEntryRow>> |
getAgentppTestSharedEntry() |
org.snmp4j.agent.mo.MOTable<AgentppTestMib.AgentppTestSharedExtEntryRow,org.snmp4j.agent.mo.MOColumn,org.snmp4j.agent.mo.MOTableModel<AgentppTestMib.AgentppTestSharedExtEntryRow>> |
getAgentppTestSharedExtEntry() |
org.snmp4j.agent.mo.MOTable<AgentppTestMib.AgentppTestSparseEntryRow,org.snmp4j.agent.mo.MOColumn,org.snmp4j.agent.mo.MOTableModel<AgentppTestMib.AgentppTestSparseEntryRow>> |
getAgentppTestSparseEntry() |
org.snmp4j.agent.mo.MOScalar<org.snmp4j.smi.UnsignedInteger32> |
getAgentppTestTimeout() |
static org.snmp4j.agent.mo.MOFactory |
getSharedTableFactory() |
void |
registerMOs(org.snmp4j.agent.MOServer server,
org.snmp4j.smi.OctetString context) |
void |
unregisterMOs(org.snmp4j.agent.MOServer server,
org.snmp4j.smi.OctetString context) |
public static final org.snmp4j.smi.OID oidAgentppTestMib
public static final org.snmp4j.smi.OID oidAgentppTestTimeout
public static final org.snmp4j.smi.OID oidAgentppTestSharedEntry
public static final org.snmp4j.smi.OID oidAgentppTestSharedTableIndex
public static final String tcModuleSNMPv2Tc
public static final String tcDefDateAndTime
public static final String tcDefRowStatus
public static final int colAgentppTestSharedTableCreationTime
public static final int colAgentppTestSharedTableDelay
public static final int colAgentppTestSharedTableSession
public static final int colAgentppTestSharedTableRowStatus
public static final int idxAgentppTestSharedTableCreationTime
public static final int idxAgentppTestSharedTableDelay
public static final int idxAgentppTestSharedTableSession
public static final int idxAgentppTestSharedTableRowStatus
public static final org.snmp4j.smi.OID oidAgentppTestSessionsEntry
public static final org.snmp4j.smi.OID oidAgentppTestSessionIndex
public static final int colAgentppTestRowCreation
public static final int idxAgentppTestRowCreation
public static final org.snmp4j.smi.OID oidAgentppTestSparseEntry
public static final org.snmp4j.smi.OID oidAgentppTestSparseIndex
public static final String tcModuleSnmpFrameworkMib
public static final String tcDefSnmpAdminString
public static final int colAgentppTestSparseCol1
public static final int colAgentppTestSparseCol2
public static final int colAgentppTestSparseCol3
public static final int colAgentppTestSparseRowStatus
public static final int idxAgentppTestSparseCol1
public static final int idxAgentppTestSparseCol2
public static final int idxAgentppTestSparseCol3
public static final int idxAgentppTestSparseRowStatus
public static final org.snmp4j.smi.OID oidAgentppTestSharedExtEntry
public static final org.snmp4j.smi.OID oidAgentppTestSharedExtTableIndex
public static final int colAgentppTestSharedExtValueInt
public static final int colAgentppTestSharedExtValueString
public static final int colAgentppTestSharedExtTableRowStatus
public static final int idxAgentppTestSharedExtValueInt
public static final int idxAgentppTestSharedExtValueString
public static final int idxAgentppTestSharedExtTableRowStatus
public static final org.snmp4j.smi.OID oidAgentppTestSessionAttrEntry
public static final int colAgentppTestSessionIndexStrategy
public static final int idxAgentppTestSessionIndexStrategy
protected AgentppTestMib()
ManagedObject instances. This has to be done in a
sub-class constructor or after construction by calling
createMO(MOFactory moFactory).public AgentppTestMib(org.snmp4j.agent.mo.MOFactory moFactory)
ManagedObject instances using the supplied
MOFactory (by calling
createMO(MOFactory moFactory)).moFactory - the MOFactory to be used to create the
managed objects for this module.protected void createMO(org.snmp4j.agent.mo.MOFactory moFactory)
MOFactory.moFactory - the MOFactory instance to use for object
creation.public org.snmp4j.agent.mo.MOScalar<org.snmp4j.smi.UnsignedInteger32> getAgentppTestTimeout()
public org.snmp4j.agent.mo.MOTable<AgentppTestMib.AgentppTestSharedEntryRow,org.snmp4j.agent.mo.MOColumn,org.snmp4j.agent.mo.MOTableModel<AgentppTestMib.AgentppTestSharedEntryRow>> getAgentppTestSharedEntry()
public org.snmp4j.agent.mo.MOTable<AgentppTestMib.AgentppTestSessionsEntryRow,org.snmp4j.agent.mo.MOColumn,org.snmp4j.agent.mo.MOTableModel<AgentppTestMib.AgentppTestSessionsEntryRow>> getAgentppTestSessionsEntry()
public org.snmp4j.agent.mo.MOTable<AgentppTestMib.AgentppTestSparseEntryRow,org.snmp4j.agent.mo.MOColumn,org.snmp4j.agent.mo.MOTableModel<AgentppTestMib.AgentppTestSparseEntryRow>> getAgentppTestSparseEntry()
public org.snmp4j.agent.mo.MOTable<AgentppTestMib.AgentppTestSharedExtEntryRow,org.snmp4j.agent.mo.MOColumn,org.snmp4j.agent.mo.MOTableModel<AgentppTestMib.AgentppTestSharedExtEntryRow>> getAgentppTestSharedExtEntry()
public org.snmp4j.agent.mo.MOTable<AgentppTestMib.AgentppTestSessionAttrEntryRow,org.snmp4j.agent.mo.MOColumn,org.snmp4j.agent.mo.MOTableModel<AgentppTestMib.AgentppTestSessionAttrEntryRow>> getAgentppTestSessionAttrEntry()
public void registerMOs(org.snmp4j.agent.MOServer server,
org.snmp4j.smi.OctetString context)
throws org.snmp4j.agent.DuplicateRegistrationException
registerMOs in interface org.snmp4j.agent.MOGrouporg.snmp4j.agent.DuplicateRegistrationExceptionpublic void unregisterMOs(org.snmp4j.agent.MOServer server,
org.snmp4j.smi.OctetString context)
unregisterMOs in interface org.snmp4j.agent.MOGrouppublic static org.snmp4j.agent.mo.MOFactory getSharedTableFactory()
protected void addTCsToFactory(org.snmp4j.agent.mo.MOFactory moFactory)
public void addImportedTCsToFactory(org.snmp4j.agent.mo.MOFactory moFactory)
Copyright © 2020 SNMP4J.org. All rights reserved.