Class OpenflowpluginTestActivator

java.lang.Object
org.opendaylight.openflowplugin.test.OpenflowpluginTestActivator
All Implemented Interfaces:
AutoCloseable

@Singleton public class OpenflowpluginTestActivator extends Object implements AutoCloseable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    OpenflowpluginTestActivator(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.RpcProviderService rpcRegistry, org.opendaylight.mdsal.binding.api.NotificationService notificationService, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService, org.osgi.framework.BundleContext ctx)
     
  • 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
  • Field Details

  • Constructor Details

    • OpenflowpluginTestActivator

      @Inject public OpenflowpluginTestActivator(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.RpcProviderService rpcRegistry, org.opendaylight.mdsal.binding.api.NotificationService notificationService, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService, org.osgi.framework.BundleContext ctx)
  • Method Details

    • close

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