| Package | Description |
|---|---|
| com.ibm.tivoli.nm.collectors.impl.nokia5529idm.csv | |
| com.ibm.tivoli.nm.collectors.impl.nokia5529idm.csv.data |
| Modifier and Type | Method and Description |
|---|---|
void |
Entity.create(java.lang.String strDeviceId,
java.lang.String[] record)
Creates a new Entity instance
|
void |
Nokia5529IdmCsvProcessor.processDevices()
Process the CSV file for Device data
|
void |
Nokia5529IdmCsvProcessor.processEntities(java.lang.String strIpAddress)
Processes the CSV file for Entity data
|
void |
Nokia5529IdmCsvProcessor.processInventory(java.lang.String strIpAddress)
Process the Inventory data
|
void |
Interface.provision(java.lang.String strDeviceId,
java.lang.String[] record)
Provision a new Interface object
|
void |
Interface.update(java.util.List<?> list)
Updates the Interface object
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
EntityFactory.create(java.lang.String strType,
java.util.Map<java.lang.String,java.lang.Integer> csvProps)
Creates an Entity instance
|
Interface |
InterfaceFactory.create(java.lang.String strType,
java.util.Map<java.lang.String,java.lang.Integer> csvPortProps)
Creates an Interface instance
|
void |
Rack.create(java.lang.String strDeviceId,
java.lang.String[] record) |
void |
Slot.create(java.lang.String strDeviceId,
java.lang.String[] record) |
void |
Card.create(java.lang.String strDeviceId,
java.lang.String[] record) |
void |
LagLacp.create(java.lang.String strDeviceId,
java.lang.String[] record) |
void |
Port.create(java.lang.String strDeviceId,
java.lang.String[] record) |
void |
Shelf.create(java.lang.String strDeviceId,
java.lang.String[] record) |
void |
ONT.create(java.lang.String strDeviceId,
java.lang.String[] record) |
java.lang.String |
LagLacp.format(java.lang.String strEntity)
Formats the Port name
|
java.lang.String |
Port.format(java.lang.String strEntity)
Formats the Port name
|
java.lang.String |
LagLacp.formatDescr(java.lang.String strEntity)
Formats the Port name for Interface Id
|
java.lang.String |
Port.formatDescr(java.lang.String strEntity)
Formats the Port name for Interface Id
|
protected java.lang.String |
LagLacp.getEthPortIHubName(java.lang.String[] record)
Return the name of type Ethernet Port (IHUB) from the Port record
|
protected java.lang.String |
Port.getEthPortIHubName(java.lang.String[] record)
Return the name of type Ethernet Port (IHUB) from the Port record
|
protected java.lang.String |
EntityBase.getId(java.lang.String strEntity)
Returns the Id from the provided Entity name
|
protected java.lang.String |
Rack.getObjectId(java.lang.String[] record)
Return the Object Identifier from the Rack record
|
protected java.lang.String |
Slot.getObjectId(java.lang.String[] record)
Return the Slot Object Identifier from the record
|
protected java.lang.String |
Vlan.getObjectId(java.lang.String[] record)
Return the Object Identifier from the Shelf record
|
protected java.lang.String |
EntityBase.getObjectId(java.lang.String[] record)
Return the Object Identifier
|
protected java.lang.String |
Card.getObjectId(java.lang.String[] record)
Return the Card Object Id from the record
|
protected java.lang.String |
LagLacp.getObjectId(java.lang.String[] record)
Return the Object Identifier from the Port record
|
protected java.lang.String |
Port.getObjectId(java.lang.String[] record)
Return the Object Identifier from the Port record
|
protected java.lang.String |
Shelf.getObjectId(java.lang.String[] record)
Return the Object Identifier from the Shelf record
|
protected java.lang.String |
ONT.getObjectId(java.lang.String[] record)
Return the Card Object Id from the record
|
protected java.lang.String |
Card.getObjectType(java.lang.String[] record)
Return the Object Type from the Card record
|
protected java.lang.String |
LagLacp.getObjectType(java.lang.String[] record)
Return the Object Type from the Port record
|
protected java.lang.String |
Port.getObjectType(java.lang.String[] record)
Return the Object Type from the Port record
|
protected java.lang.String |
EntityBase.getParent(java.lang.String strEntity,
java.lang.String strPattern)
Returns the Entity parent name
|
protected java.lang.String |
Rack.getParentRelPos(java.lang.String strEntity)
Returns the Rack parent relative position
|
protected java.lang.String |
Slot.getParentRelPos(java.lang.String strEntity)
Returns the Slot parent relative position
|
protected java.lang.String |
EntityBase.getParentRelPos(java.lang.String strEntity)
Returns the Entity parent relative position
|
protected java.lang.String |
Card.getParentRelPos(java.lang.String strEntity)
Returns the Card parent relative position
|
protected java.lang.String |
LagLacp.getParentRelPos(java.lang.String strEntity)
Returns the Port parent relative position
|
protected java.lang.String |
Port.getParentRelPos(java.lang.String strEntity)
Returns the Port parent relative position
|
protected java.lang.String |
Shelf.getParentRelPos(java.lang.String strEntity)
Returns the Shelf parent relative position
|
protected java.lang.String |
ONT.getParentRelPos(java.lang.String strEntity)
Returns the Card parent relative position
|
void |
Vlan.provision(java.lang.String strDeviceId,
java.lang.String[] record)
Provisions this VLAN object
|
void |
LagLacp.provision(java.lang.String strDeviceId,
java.lang.String[] record) |
void |
Port.provision(java.lang.String strDeviceId,
java.lang.String[] record) |
void |
LagLacp.setParentRelPos(java.lang.String strPortName)
Sets the parent relative position for port
|
void |
Port.setParentRelPos(java.lang.String strPortName)
Sets the parent relative position for port
|
void |
Vlan.setVlanMode(java.lang.String[] record) |
void |
Vlan.setVlanName(java.lang.String[] record)
Sets VLAN Name
|
void |
LagLacp.update(java.util.List<?> list) |
void |
Port.update(java.util.List<?> list) |
boolean |
Vlan.update(java.lang.String[] record)
Updates the VLAN record
|