| Package | Description |
|---|---|
| com.ibm.tivoli.nm.collectors.impl.tellabsinm8000 | |
| com.ibm.tivoli.nm.collectors.impl.tellabsinm8000.model |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TellabsINM8000DataStoreMap.addEntity(TellabsINM8000InventoryType type,
int nodeId,
java.lang.String name) |
protected boolean |
TellabsINM8000DataStoreMap.entityExist(TellabsINM8000InventoryType type,
int nodeId,
java.lang.String name) |
protected java.util.ArrayList<PhysicalInventory> |
TellabsINM8000DataProvider.getAllPhysicalInventory(TellabsINM8000InventoryType type,
int entityId,
java.util.ArrayList<java.lang.Integer> entityAtrr,
java.util.HashMap<java.lang.Integer,java.util.HashMap<java.lang.String,java.lang.Integer>> boundaryFilterSubRack,
java.lang.String METHOD_NAME)
Helper method to return all records of a physical inventory e.g.
|
protected java.util.ArrayList<PhysicalInventory> |
TellabsINM8000DataProvider.getPhysicalInventoryByRegionId(TellabsINM8000InventoryType type,
int entityId,
java.util.ArrayList<java.lang.Integer> entityAtrr,
java.util.ArrayList<PhysicalInventory> objPhysInventoryList,
java.lang.String METHOD_NAME)
Helper method to return records of a physical inventory e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static TellabsINM8000InventoryType |
TellabsINM8000InventoryType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TellabsINM8000InventoryType[] |
TellabsINM8000InventoryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|