public class SnmpProxyMibF extends BaseMib
Modifier and Type | Field and Description |
---|---|
static FColumn |
COLUMN_SnmpProxyContextEngineID |
static FColumn |
COLUMN_SnmpProxyContextName |
static FColumn |
COLUMN_SnmpProxyMultipleTargetOut |
static FColumn |
COLUMN_SnmpProxyRowStatus |
static FColumn |
COLUMN_SnmpProxySingleTargetOut |
static FColumn |
COLUMN_SnmpProxyStorageType |
static FColumn |
COLUMN_SnmpProxyTargetParamsIn |
static FColumn |
COLUMN_SnmpProxyType |
Constructor and Description |
---|
SnmpProxyMibF(org.snmp4j.agent.mo.snmp.SnmpProxyMIB mibORIG) |
Modifier and Type | Method and Description |
---|---|
FTable |
getSnmpProxyEntry() |
void |
init(AgentWorker agent)
Actual implementation is provided in generated MIB-to-Java class.
|
void |
registerMOs(org.snmp4j.agent.MOServer server,
org.snmp4j.smi.OctetString context)
Registers objects.
|
void |
unregisterMOs(org.snmp4j.agent.MOServer server,
org.snmp4j.smi.OctetString context)
Unregisters objects.
|
addHandler, addNode, agent, collectHandlers, collectNodes, exceptionThrown, exceptionThrown, exceptionThrown, isInited, reportException
public static final FColumn COLUMN_SnmpProxyType
public static final FColumn COLUMN_SnmpProxyContextEngineID
public static final FColumn COLUMN_SnmpProxyContextName
public static final FColumn COLUMN_SnmpProxyTargetParamsIn
public static final FColumn COLUMN_SnmpProxySingleTargetOut
public static final FColumn COLUMN_SnmpProxyMultipleTargetOut
public static final FColumn COLUMN_SnmpProxyStorageType
public static final FColumn COLUMN_SnmpProxyRowStatus
public SnmpProxyMibF(org.snmp4j.agent.mo.snmp.SnmpProxyMIB mibORIG)
public void init(AgentWorker agent) throws FException
BaseMib
init
in class BaseMib
agent
- SNMP agentFException
- exception might be thrown in derived class.public void registerMOs(org.snmp4j.agent.MOServer server, org.snmp4j.smi.OctetString context) throws org.snmp4j.agent.DuplicateRegistrationException
BaseMib
registerMOs
in class BaseMib
server
- SNMP4J agent.context
- context.org.snmp4j.agent.DuplicateRegistrationException
- if duplicate registration.public void unregisterMOs(org.snmp4j.agent.MOServer server, org.snmp4j.smi.OctetString context)
BaseMib
unregisterMOs
in class BaseMib
server
- SNMP4J servercontext
- contextpublic FTable getSnmpProxyEntry()