Class OpenflowpluginTableFeaturesTestServiceProvider

    • Constructor Detail

      • OpenflowpluginTableFeaturesTestServiceProvider

        public OpenflowpluginTableFeaturesTestServiceProvider()
    • Method Detail

      • getTableRegistration

        public org.opendaylight.yangtools.concepts.ObjectRegistration<SalTableService> getTableRegistration()
        Get table registration.
        Returns:
        tableRegistration
      • setTableRegistration

        public void setTableRegistration​(org.opendaylight.yangtools.concepts.ObjectRegistration<SalTableService> tableRegistration)
      • getNotificationService

        public org.opendaylight.mdsal.binding.api.NotificationPublishService getNotificationService()
        Get notification service.
        Returns:
        notificationService
      • setNotificationService

        public void setNotificationService​(org.opendaylight.mdsal.binding.api.NotificationPublishService notificationService)
      • start

        public void start()
      • updateTable

        public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>> updateTable​(UpdateTableInput input)
        Description copied from interface: SalTableService
        Invoke update-table RPC.
             
                 Configuring openflow table.
             
         
        Specified by:
        updateTable in interface SalTableService
        Parameters:
        input - of update-table
        Returns:
        output of update-table