| Package | Description |
|---|---|
| com.ibm.tivoli.nm.collectors.impl.mtosisoap.util |
| Modifier and Type | Method and Description |
|---|---|
static MTOSISoapDataMap.MTOSISoapEntityType |
MTOSISoapDataMap.MTOSISoapEntityType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MTOSISoapDataMap.MTOSISoapEntityType[] |
MTOSISoapDataMap.MTOSISoapEntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MTOSISoapDataMap.addEntity(MTOSISoapDataMap.MTOSISoapEntityType type,
java.lang.String deviceId,
java.lang.String name)
Adds entity data to map that keep tracks of the entity data in Collector
DataStore associated with the device Id
|
boolean |
MTOSISoapDataMap.entityExist(MTOSISoapDataMap.MTOSISoapEntityType type,
java.lang.String deviceId,
java.lang.String name)
Check if the entity already exists in map
|