public abstract class AbstractSnmpStore extends Object
Constructor and Description |
---|
AbstractSnmpStore() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayString(String key) |
String |
getHexString(String key) |
Integer |
getIfIndex() |
Integer |
getInt32(String key) |
InetAddress |
getIPAddress(String key) |
String |
getObjectID(String key) |
Long |
getUInt32(String key) |
SnmpValue |
getValue(String key) |
boolean |
isEmpty() |
protected void |
putIfIndex(int ifIndex) |
protected void |
putValue(String key,
SnmpValue value) |
int |
size() |
abstract void |
storeResult(SnmpResult res) |
public static final String IFINDEX
public abstract void storeResult(SnmpResult res)
public InetAddress getIPAddress(String key)
public Integer getIfIndex()
protected void putIfIndex(int ifIndex)
public int size()
public boolean isEmpty()
Copyright © 2021. All rights reserved.