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