Class OpenflowpluginTestActivator
- java.lang.Object
-
- org.opendaylight.openflowplugin.test.OpenflowpluginTestActivator
-
- All Implemented Interfaces:
AutoCloseable
@Singleton public class OpenflowpluginTestActivator extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description OpenflowpluginTestActivator(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.NotificationService notificationService, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService, org.osgi.framework.BundleContext ctx)
-
-
-
Field Detail
-
NODE_ID
public static final String NODE_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OpenflowpluginTestActivator
public OpenflowpluginTestActivator(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.NotificationService notificationService, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService, org.osgi.framework.BundleContext ctx)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
close
@PreDestroy public void close()
- Specified by:
close
in interfaceAutoCloseable
-
-