Package org.opennms.netmgt.config
Interface SnmpAssetAdapterConfig
-
- All Known Implementing Classes:
SnmpAssetAdapterConfigManager
public interface SnmpAssetAdapterConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetField[]
getAssetFieldsForAddress(InetAddress address, String sysoid)
Lock
getReadLock()
Lock
getWriteLock()
void
update()
-
-
-
Method Detail
-
getAssetFieldsForAddress
AssetField[] getAssetFieldsForAddress(InetAddress address, String sysoid)
-
getReadLock
Lock getReadLock()
-
getWriteLock
Lock getWriteLock()
-
-