Class TunnelMonitoringConfig

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    @Singleton
    public class TunnelMonitoringConfig
    extends java.lang.Object
    implements java.lang.AutoCloseable
    Maintains configuration for tunnel monitoring parameters.
    Author:
    Thomas Pantelis
    • Constructor Detail

      • TunnelMonitoringConfig

        @Inject
        public TunnelMonitoringConfig​(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
                                      org.opendaylight.infrautils.caches.CacheProvider cacheProvider)
    • Method Detail

      • isTunnelMonitoringEnabled

        public boolean isTunnelMonitoringEnabled()
      • getMonitorInterval

        public int getMonitorInterval()
      • close

        @PreDestroy
        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable