java.lang.Object
org.opendaylight.openflowplugin.applications.bulk.o.matic.SalBulkFlowRpcs
All Implemented Interfaces:
AutoCloseable

@Singleton public final class SalBulkFlowRpcs extends Object implements AutoCloseable
Simple implementation providing bulk flows operations.
  • Constructor Summary

    Constructors
    Constructor
    Description
    SalBulkFlowRpcs(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.RpcService rpcService, org.opendaylight.mdsal.binding.api.RpcProviderService rpcProviderService)
     
  • 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

    • SalBulkFlowRpcs

      @Inject public SalBulkFlowRpcs(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.RpcService rpcService, org.opendaylight.mdsal.binding.api.RpcProviderService rpcProviderService)
  • Method Details

    • close

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