Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.map.adapter |
Modifier and Type | Method and Description |
---|---|
Map<String,List<Celement>> |
MapsAdapterConfigManager.getCelements()
getCelements
|
Map<String,List<Celement>> |
MapsAdapterConfig.getCelements()
getCelements
|
Map<String,Celement> |
MapsAdapterConfigManager.getElementByAddress(String ipaddr)
getElementByAddress
|
Map<String,Celement> |
MapsAdapterConfig.getElementByAddress(String ipaddr)
getElementByAddress
|
Modifier and Type | Method and Description |
---|---|
Celement[] |
Cmap.getCelement()
Method getCelement.Returns the contents of the collection in
an Array.
|
Celement |
Cmap.getCelement(int index)
Method getCelement.
|
Celement |
Cmap.removeCelementAt(int index)
Method removeCelementAt.
|
static Celement |
Celement.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Celement> |
Cmap.enumerateCelement()
Method enumerateCelement.
|
List<Celement> |
Cmap.getCelementCollection()
Method getCelementCollection.Returns a reference to
'_celementList'.
|
Iterator<Celement> |
Cmap.iterateCelement()
Method iterateCelement.
|
Modifier and Type | Method and Description |
---|---|
void |
Cmap.addCelement(Celement vCelement) |
void |
Cmap.addCelement(int index,
Celement vCelement) |
boolean |
Cmap.removeCelement(Celement vCelement)
Method removeCelement.
|
void |
Cmap.setCelement(Celement[] vCelementArray) |
void |
Cmap.setCelement(int index,
Celement vCelement) |
Modifier and Type | Method and Description |
---|---|
void |
Cmap.setCelement(List<Celement> vCelementList)
Sets the value of '_celementList' by copying the given
Vector.
|
void |
Cmap.setCelementCollection(List<Celement> celementList)
Deprecated.
|
Copyright © 2015. All rights reserved.