org.opennms.netmgt.config
Interface MapsAdapterConfig
- All Known Implementing Classes:
- MapsAdapterConfigFactory, MapsAdapterConfigManager
public interface MapsAdapterConfig
getMapElementDimension
int getMapElementDimension()
getAllMaps
List<Cmap> getAllMaps()
getSubMaps
List<Csubmap> getSubMaps(String mapName)
getContainerMaps
Map<String,Csubmap> getContainerMaps(String submapName)
getsubMaps
Map<String,List<Csubmap>> getsubMaps()
getElementByAddress
Map<String,Celement> getElementByAddress(String ipaddr)
getCelements
Map<String,List<Celement>> getCelements()
rebuildPackageIpListMap
void rebuildPackageIpListMap()
update
void update()
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Throws:
IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
Copyright © 2009. All Rights Reserved.