Package org.opennms.netmgt.enlinkd.api
Interface ReloadableTopologyDaemon
-
- All Known Implementing Classes:
EnhancedLinkd
public interface ReloadableTopologyDaemon
Provides an interface to reload a topology daemon.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reloadTopology()
Triggers a reload of the topology in case the topology has been updated without going through theOnmsTopologyDao
.
-
-
-
Method Detail
-
reloadTopology
void reloadTopology()
Triggers a reload of the topology in case the topology has been updated without going through theOnmsTopologyDao
.
-
-