public class Nokia5529IdmDataManager
extends java.lang.Object
| Constructor and Description |
|---|
Nokia5529IdmDataManager(CollectorDataStore dataStore,
int intDataSource)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addConnection(java.lang.String deviceId,
java.lang.String topoType,
java.util.Map<java.lang.String,java.lang.Object> data)
Adds an connection record to the DataStore
|
void |
addDevice(Device dev)
Adds a Device record to the DataStore
|
void |
addDevice(java.lang.String strIpAddress,
java.lang.String strDeviceNm)
Adds a Device record to the DataStore
|
void |
addEntity(Entity ent)
Adds an Entity record to the DataStore
|
void |
addEntity(java.lang.String deviceId,
java.util.Map<java.lang.String,java.lang.Object> data)
Adds an Entity record to the DataStore
|
void |
addInterface(Interface iface)
Adds an Interface record to the DataStore
|
void |
addInterface(java.lang.String deviceId,
java.lang.String intefaceId,
java.util.Map<java.lang.String,java.lang.Object> data)
Adds an Interface record to the DataStore
|
void |
deleteDevice(java.lang.String strDeviceId,
java.lang.String strDeviceNm)
Deletes a Device record to the DataStore
|
NetworkDevice |
getDeviceData(java.lang.String deviceId) |
public Nokia5529IdmDataManager(CollectorDataStore dataStore, int intDataSource)
datStore - CollectorDataStore instanceintDataSource - Data Source identifierpublic void addDevice(java.lang.String strIpAddress,
java.lang.String strDeviceNm)
throws java.lang.Exception
strIpAddress - Device IP addressstrDeviceNm - Device namejava.lang.Exceptionpublic void addDevice(Device dev) throws CollectorException
dev - Device instanceCollectorExceptionpublic void addEntity(Entity ent) throws CollectorException
ent - Entity instanceCollectorExceptionpublic void addEntity(java.lang.String deviceId,
java.util.Map<java.lang.String,java.lang.Object> data)
throws CollectorException
ent - Entity instanceCollectorExceptionpublic void addInterface(Interface iface) throws CollectorException
iface - Interface instanceCollectorExceptionpublic void addInterface(java.lang.String deviceId,
java.lang.String intefaceId,
java.util.Map<java.lang.String,java.lang.Object> data)
throws CollectorException
iface - Interface instanceCollectorExceptionpublic void addConnection(java.lang.String deviceId,
java.lang.String topoType,
java.util.Map<java.lang.String,java.lang.Object> data)
throws CollectorException
CollectorExceptionpublic void deleteDevice(java.lang.String strDeviceId,
java.lang.String strDeviceNm)
throws java.lang.Exception
strIpAddress - Device IP addressstrDeviceNm - Device namejava.lang.Exceptionpublic NetworkDevice getDeviceData(java.lang.String deviceId)