org.opennms.netmgt.config
Interface MapsAdapterConfig

All Known Implementing Classes:
MapsAdapterConfigFactory, MapsAdapterConfigManager

public interface MapsAdapterConfig


Method Summary
 List<Cmap> getAllMaps()
           
 Map<String,List<Celement>> getCelements()
           
 Map<String,Csubmap> getContainerMaps(String submapName)
           
 Map<String,Celement> getElementByAddress(String ipaddr)
           
 int getMapElementDimension()
           
 Map<String,List<Csubmap>> getsubMaps()
           
 List<Csubmap> getSubMaps(String mapName)
           
 void rebuildPackageIpListMap()
           
 void update()
           
 

Method Detail

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.