Class OpenflowpluginTestActivator
java.lang.Object
org.opendaylight.openflowplugin.test.OpenflowpluginTestActivator
- All Implemented Interfaces:
 AutoCloseable
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionOpenflowpluginTestActivator(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
 
- 
Field Details
- 
NODE_ID
- See Also:
 
 
 - 
 - 
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:
 closein interfaceAutoCloseable
 
 -