Class AgentppTestMib

java.lang.Object
org.snmp4j.agent.agentx.subagent.test.AgentppTestMib
All Implemented Interfaces:
org.snmp4j.agent.MOGroup

public class AgentppTestMib extends Object implements org.snmp4j.agent.MOGroup
The AgentppTestMib implements the AGENTPP-TEST-MIB for testing agent capabilities.
  • Field Details

    • oidAgentppTestMib

      public static final org.snmp4j.smi.OID oidAgentppTestMib
      OID of this MIB module for usage which can be used for its identification.
    • oidAgentppTestTimeout

      public static final org.snmp4j.smi.OID oidAgentppTestTimeout
    • oidAgentppTestSharedEntry

      public static final org.snmp4j.smi.OID oidAgentppTestSharedEntry
    • oidAgentppTestSharedTableIndex

      public static final org.snmp4j.smi.OID oidAgentppTestSharedTableIndex
    • tcModuleSNMPv2Tc

      public static final String tcModuleSNMPv2Tc
      See Also:
    • tcDefDateAndTime

      public static final String tcDefDateAndTime
      See Also:
    • tcDefRowStatus

      public static final String tcDefRowStatus
      See Also:
    • colAgentppTestSharedTableCreationTime

      public static final int colAgentppTestSharedTableCreationTime
      See Also:
    • colAgentppTestSharedTableDelay

      public static final int colAgentppTestSharedTableDelay
      See Also:
    • colAgentppTestSharedTableSession

      public static final int colAgentppTestSharedTableSession
      See Also:
    • colAgentppTestSharedTableRowStatus

      public static final int colAgentppTestSharedTableRowStatus
      See Also:
    • idxAgentppTestSharedTableCreationTime

      public static final int idxAgentppTestSharedTableCreationTime
      See Also:
    • idxAgentppTestSharedTableDelay

      public static final int idxAgentppTestSharedTableDelay
      See Also:
    • idxAgentppTestSharedTableSession

      public static final int idxAgentppTestSharedTableSession
      See Also:
    • idxAgentppTestSharedTableRowStatus

      public static final int idxAgentppTestSharedTableRowStatus
      See Also:
    • oidAgentppTestSessionsEntry

      public static final org.snmp4j.smi.OID oidAgentppTestSessionsEntry
    • oidAgentppTestSessionIndex

      public static final org.snmp4j.smi.OID oidAgentppTestSessionIndex
    • colAgentppTestRowCreation

      public static final int colAgentppTestRowCreation
      See Also:
    • idxAgentppTestRowCreation

      public static final int idxAgentppTestRowCreation
      See Also:
    • oidAgentppTestSparseEntry

      public static final org.snmp4j.smi.OID oidAgentppTestSparseEntry
    • oidAgentppTestSparseIndex

      public static final org.snmp4j.smi.OID oidAgentppTestSparseIndex
    • tcModuleSnmpFrameworkMib

      public static final String tcModuleSnmpFrameworkMib
      See Also:
    • tcDefSnmpAdminString

      public static final String tcDefSnmpAdminString
      See Also:
    • colAgentppTestSparseCol1

      public static final int colAgentppTestSparseCol1
      See Also:
    • colAgentppTestSparseCol2

      public static final int colAgentppTestSparseCol2
      See Also:
    • colAgentppTestSparseCol3

      public static final int colAgentppTestSparseCol3
      See Also:
    • colAgentppTestSparseRowStatus

      public static final int colAgentppTestSparseRowStatus
      See Also:
    • idxAgentppTestSparseCol1

      public static final int idxAgentppTestSparseCol1
      See Also:
    • idxAgentppTestSparseCol2

      public static final int idxAgentppTestSparseCol2
      See Also:
    • idxAgentppTestSparseCol3

      public static final int idxAgentppTestSparseCol3
      See Also:
    • idxAgentppTestSparseRowStatus

      public static final int idxAgentppTestSparseRowStatus
      See Also:
    • oidAgentppTestSharedExtEntry

      public static final org.snmp4j.smi.OID oidAgentppTestSharedExtEntry
    • oidAgentppTestSharedExtTableIndex

      public static final org.snmp4j.smi.OID oidAgentppTestSharedExtTableIndex
    • colAgentppTestSharedExtValueInt

      public static final int colAgentppTestSharedExtValueInt
      See Also:
    • colAgentppTestSharedExtValueString

      public static final int colAgentppTestSharedExtValueString
      See Also:
    • colAgentppTestSharedExtTableRowStatus

      public static final int colAgentppTestSharedExtTableRowStatus
      See Also:
    • idxAgentppTestSharedExtValueInt

      public static final int idxAgentppTestSharedExtValueInt
      See Also:
    • idxAgentppTestSharedExtValueString

      public static final int idxAgentppTestSharedExtValueString
      See Also:
    • idxAgentppTestSharedExtTableRowStatus

      public static final int idxAgentppTestSharedExtTableRowStatus
      See Also:
    • oidAgentppTestSessionAttrEntry

      public static final org.snmp4j.smi.OID oidAgentppTestSessionAttrEntry
    • colAgentppTestSessionIndexStrategy

      public static final int colAgentppTestSessionIndexStrategy
      See Also:
    • idxAgentppTestSessionIndexStrategy

      public static final int idxAgentppTestSessionIndexStrategy
      See Also:
  • Constructor Details

    • AgentppTestMib

      protected AgentppTestMib()
      Constructs a AgentppTestMib instance without actually creating its ManagedObject instances. This has to be done in a sub-class constructor or after construction by calling createMO(MOFactory moFactory).
    • AgentppTestMib

      public 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)).
      Parameters:
      moFactory - the MOFactory to be used to create the managed objects for this module.
  • Method Details

    • createMO

      protected void createMO(org.snmp4j.agent.mo.MOFactory moFactory)
      Create the ManagedObjects defined for this MIB module using the specified MOFactory.
      Parameters:
      moFactory - the MOFactory instance to use for object creation.
    • getAgentppTestTimeout

      public org.snmp4j.agent.mo.MOScalar<org.snmp4j.smi.UnsignedInteger32> getAgentppTestTimeout()
    • getAgentppTestSharedEntry

      public org.snmp4j.agent.mo.MOTable<AgentppTestMib.AgentppTestSharedEntryRow,org.snmp4j.agent.mo.MOColumn,org.snmp4j.agent.mo.MOTableModel<AgentppTestMib.AgentppTestSharedEntryRow>> getAgentppTestSharedEntry()
    • getAgentppTestSessionsEntry

      public org.snmp4j.agent.mo.MOTable<AgentppTestMib.AgentppTestSessionsEntryRow,org.snmp4j.agent.mo.MOColumn,org.snmp4j.agent.mo.MOTableModel<AgentppTestMib.AgentppTestSessionsEntryRow>> getAgentppTestSessionsEntry()
    • getAgentppTestSparseEntry

      public org.snmp4j.agent.mo.MOTable<AgentppTestMib.AgentppTestSparseEntryRow,org.snmp4j.agent.mo.MOColumn,org.snmp4j.agent.mo.MOTableModel<AgentppTestMib.AgentppTestSparseEntryRow>> getAgentppTestSparseEntry()
    • getAgentppTestSharedExtEntry

      public org.snmp4j.agent.mo.MOTable<AgentppTestMib.AgentppTestSharedExtEntryRow,org.snmp4j.agent.mo.MOColumn,org.snmp4j.agent.mo.MOTableModel<AgentppTestMib.AgentppTestSharedExtEntryRow>> getAgentppTestSharedExtEntry()
    • getAgentppTestSessionAttrEntry

      public org.snmp4j.agent.mo.MOTable<AgentppTestMib.AgentppTestSessionAttrEntryRow,org.snmp4j.agent.mo.MOColumn,org.snmp4j.agent.mo.MOTableModel<AgentppTestMib.AgentppTestSessionAttrEntryRow>> getAgentppTestSessionAttrEntry()
    • registerMOs

      public void registerMOs(org.snmp4j.agent.MOServer server, org.snmp4j.smi.OctetString context) throws org.snmp4j.agent.DuplicateRegistrationException
      Specified by:
      registerMOs in interface org.snmp4j.agent.MOGroup
      Throws:
      org.snmp4j.agent.DuplicateRegistrationException
    • unregisterMOs

      public void unregisterMOs(org.snmp4j.agent.MOServer server, org.snmp4j.smi.OctetString context)
      Specified by:
      unregisterMOs in interface org.snmp4j.agent.MOGroup
    • getSharedTableFactory

      public static org.snmp4j.agent.mo.MOFactory getSharedTableFactory()
    • addTCsToFactory

      protected void addTCsToFactory(org.snmp4j.agent.mo.MOFactory moFactory)
    • addImportedTCsToFactory

      public void addImportedTCsToFactory(org.snmp4j.agent.mo.MOFactory moFactory)