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, reportExceptionpublic 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
BaseMibinit in class BaseMibagent - 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
BaseMibregisterMOs in class BaseMibserver - SNMP4J agent.context - context.org.snmp4j.agent.DuplicateRegistrationException - if duplicate registration.public void unregisterMOs(org.snmp4j.agent.MOServer server,
org.snmp4j.smi.OctetString context)
BaseMibunregisterMOs in class BaseMibserver - SNMP4J servercontext - contextpublic FTable getSnmpProxyEntry()