
public final class WaarpMOFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static WaarpMOScalar |
create(org.snmp4j.smi.OID oid,
Object value,
int type,
org.snmp4j.agent.MOAccess access,
WaarpMORow row,
int mibLevel,
int entry) |
static WaarpMOScalar |
createReadOnly(org.snmp4j.smi.OID oid,
Object value,
int type,
WaarpMORow row,
int mibLevel,
int entry) |
static WaarpInterfaceVariableFactory |
getFactory() |
static org.snmp4j.smi.Variable |
getVariable(org.snmp4j.smi.OID oid,
Object value,
int type,
int mibLevel,
int entry)
Create a Variable using the arguments
|
static void |
setFactory(WaarpInterfaceVariableFactory factory) |
static void |
setVariable(org.snmp4j.smi.Variable var,
Object value,
int type)
Set a Variable value
|
public static WaarpMOScalar createReadOnly(org.snmp4j.smi.OID oid, Object value, int type, WaarpMORow row, int mibLevel, int entry)
oid - value - type - public static WaarpMOScalar create(org.snmp4j.smi.OID oid, Object value, int type, org.snmp4j.agent.MOAccess access, WaarpMORow row, int mibLevel, int entry)
oid - value - type - access - public static org.snmp4j.smi.Variable getVariable(org.snmp4j.smi.OID oid,
Object value,
int type,
int mibLevel,
int entry)
oid - value - type - mibLevel - entry - public static void setVariable(org.snmp4j.smi.Variable var,
Object value,
int type)
var - value - type - public static WaarpInterfaceVariableFactory getFactory()
public static void setFactory(WaarpInterfaceVariableFactory factory)
factory - the factory to setCopyright © 2009–2022 Waarp. All rights reserved.