org.snmp4j.agent.agentx.subagent.test
Class AgentppTestMib
java.lang.Object
org.snmp4j.agent.agentx.subagent.test.AgentppTestMib
- All Implemented Interfaces:
- org.snmp4j.agent.MOGroup
public class AgentppTestMib
- extends java.lang.Object
- implements org.snmp4j.agent.MOGroup
|
Constructor Summary |
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)). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 java.lang.String tcModuleSNMPv2Tc
- See Also:
- Constant Field Values
tcDefDateAndTime
public static final java.lang.String tcDefDateAndTime
- See Also:
- Constant Field Values
tcDefRowStatus
public static final java.lang.String tcDefRowStatus
- See Also:
- Constant Field Values
colAgentppTestSharedTableCreationTime
public static final int colAgentppTestSharedTableCreationTime
- See Also:
- Constant Field Values
colAgentppTestSharedTableDelay
public static final int colAgentppTestSharedTableDelay
- See Also:
- Constant Field Values
colAgentppTestSharedTableSession
public static final int colAgentppTestSharedTableSession
- See Also:
- Constant Field Values
colAgentppTestSharedTableRowStatus
public static final int colAgentppTestSharedTableRowStatus
- See Also:
- Constant Field Values
idxAgentppTestSharedTableCreationTime
public static final int idxAgentppTestSharedTableCreationTime
- See Also:
- Constant Field Values
idxAgentppTestSharedTableDelay
public static final int idxAgentppTestSharedTableDelay
- See Also:
- Constant Field Values
idxAgentppTestSharedTableSession
public static final int idxAgentppTestSharedTableSession
- See Also:
- Constant Field Values
idxAgentppTestSharedTableRowStatus
public static final int idxAgentppTestSharedTableRowStatus
- See Also:
- Constant Field Values
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:
- Constant Field Values
idxAgentppTestRowCreation
public static final int idxAgentppTestRowCreation
- See Also:
- Constant Field Values
oidAgentppTestSparseEntry
public static final org.snmp4j.smi.OID oidAgentppTestSparseEntry
oidAgentppTestSparseIndex
public static final org.snmp4j.smi.OID oidAgentppTestSparseIndex
colAgentppTestSparseCol1
public static final int colAgentppTestSparseCol1
- See Also:
- Constant Field Values
colAgentppTestSparseCol2
public static final int colAgentppTestSparseCol2
- See Also:
- Constant Field Values
colAgentppTestSparseCol3
public static final int colAgentppTestSparseCol3
- See Also:
- Constant Field Values
colAgentppTestSparseRowStatus
public static final int colAgentppTestSparseRowStatus
- See Also:
- Constant Field Values
idxAgentppTestSparseCol1
public static final int idxAgentppTestSparseCol1
- See Also:
- Constant Field Values
idxAgentppTestSparseCol2
public static final int idxAgentppTestSparseCol2
- See Also:
- Constant Field Values
idxAgentppTestSparseCol3
public static final int idxAgentppTestSparseCol3
- See Also:
- Constant Field Values
idxAgentppTestSparseRowStatus
public static final int idxAgentppTestSparseRowStatus
- See Also:
- Constant Field Values
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.
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.
getAgentppTestSharedEntry
public org.snmp4j.agent.mo.MOTable getAgentppTestSharedEntry()
getAgentppTestSessionsEntry
public org.snmp4j.agent.mo.MOTable getAgentppTestSessionsEntry()
getAgentppTestSparseEntry
public org.snmp4j.agent.mo.MOTable getAgentppTestSparseEntry()
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()
Copyright © 2011 SNMP4J.org. All Rights Reserved.