Package org.opennms.netmgt.snmp
Class AbstractSnmpStore
- java.lang.Object
-
- org.opennms.netmgt.snmp.AbstractSnmpStore
-
- Direct Known Subclasses:
SNMPCollectorEntry
,SnmpStore
public abstract class AbstractSnmpStore extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractSnmpStore()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
IFINDEX
public static final String IFINDEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
storeResult
public abstract void storeResult(SnmpResult res)
-
getIPAddress
public InetAddress getIPAddress(String key)
-
getIfIndex
public Integer getIfIndex()
-
putIfIndex
protected void putIfIndex(int ifIndex)
-
size
public int size()
-
isEmpty
public boolean isEmpty()
-
-