Class NtfbenchmarkProvider

java.lang.Object
ntfbenchmark.impl.NtfbenchmarkProvider
All Implemented Interfaces:
AutoCloseable

@Singleton @RequireServiceComponentRuntime public final class NtfbenchmarkProvider extends Object implements AutoCloseable
  • Constructor Summary

    Constructors
    Constructor
    Description
    NtfbenchmarkProvider(org.opendaylight.mdsal.binding.api.NotificationService listenService, org.opendaylight.mdsal.binding.api.NotificationPublishService publishService, org.opendaylight.mdsal.binding.api.RpcProviderService rpcService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NtfbenchmarkProvider

      @Inject public NtfbenchmarkProvider(org.opendaylight.mdsal.binding.api.NotificationService listenService, org.opendaylight.mdsal.binding.api.NotificationPublishService publishService, org.opendaylight.mdsal.binding.api.RpcProviderService rpcService)
  • Method Details

    • close

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