public class SnmpPointLocatorRT extends PointLocatorRT
| Modifier and Type | Field and Description |
|---|---|
private static org.apache.commons.logging.Log |
LOG |
private org.snmp4j.smi.OID |
oid |
private SnmpPointLocatorVO |
vo |
| Constructor and Description |
|---|
SnmpPointLocatorRT(SnmpPointLocatorVO vo) |
| Modifier and Type | Method and Description |
|---|---|
org.snmp4j.smi.OID |
getOid() |
SnmpPointLocatorVO |
getVO() |
boolean |
isSettable() |
org.snmp4j.smi.Variable |
valueToVariable(MangoValue value) |
static org.snmp4j.smi.Variable |
valueToVariableImpl(MangoValue value,
int setType) |
MangoValue |
variableToValue(org.snmp4j.smi.Variable variable) |
isRelinquishableprivate static final org.apache.commons.logging.Log LOG
private final SnmpPointLocatorVO vo
private final org.snmp4j.smi.OID oid
public SnmpPointLocatorRT(SnmpPointLocatorVO vo)
public boolean isSettable()
isSettable in class PointLocatorRTpublic org.snmp4j.smi.OID getOid()
public SnmpPointLocatorVO getVO()
public MangoValue variableToValue(org.snmp4j.smi.Variable variable)
public org.snmp4j.smi.Variable valueToVariable(MangoValue value)
public static org.snmp4j.smi.Variable valueToVariableImpl(MangoValue value, int setType)