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(MOFactory moFactory)
Constructs a AgentppTestMib instance and actually creates its
ManagedObject instances using the supplied
MOFactory (by calling
createMO(MOFactory moFactory) ). |
public static final OID oidAgentppTestMib
public static final OID oidAgentppTestTimeout
public static final OID oidAgentppTestSharedEntry
public static final 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 OID oidAgentppTestSessionsEntry
public static final OID oidAgentppTestSessionIndex
public static final int colAgentppTestRowCreation
public static final int idxAgentppTestRowCreation
public static final OID oidAgentppTestSparseEntry
public static final 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 OID oidAgentppTestSharedExtEntry
public static final 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 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(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(MOFactory moFactory)
MOFactory
.moFactory
- the MOFactory
instance to use for object
creation.public MOScalar<UnsignedInteger32> getAgentppTestTimeout()
public MOTable<AgentppTestMib.AgentppTestSharedEntryRow,MOColumn,MOTableModel<AgentppTestMib.AgentppTestSharedEntryRow>> getAgentppTestSharedEntry()
public MOTable<AgentppTestMib.AgentppTestSessionsEntryRow,MOColumn,MOTableModel<AgentppTestMib.AgentppTestSessionsEntryRow>> getAgentppTestSessionsEntry()
public MOTable<AgentppTestMib.AgentppTestSparseEntryRow,MOColumn,MOTableModel<AgentppTestMib.AgentppTestSparseEntryRow>> getAgentppTestSparseEntry()
public MOTable<AgentppTestMib.AgentppTestSharedExtEntryRow,MOColumn,MOTableModel<AgentppTestMib.AgentppTestSharedExtEntryRow>> getAgentppTestSharedExtEntry()
public MOTable<AgentppTestMib.AgentppTestSessionAttrEntryRow,MOColumn,MOTableModel<AgentppTestMib.AgentppTestSessionAttrEntryRow>> getAgentppTestSessionAttrEntry()
public void registerMOs(MOServer server, OctetString context) throws DuplicateRegistrationException
registerMOs
in interface MOGroup
DuplicateRegistrationException
public void unregisterMOs(MOServer server, OctetString context)
unregisterMOs
in interface MOGroup
public static MOFactory getSharedTableFactory()
protected void addTCsToFactory(MOFactory moFactory)
public void addImportedTCsToFactory(MOFactory moFactory)
Copyright © 2016 SNMP4J.org. All rights reserved.