Class SrmRpcProvider

    • Constructor Detail

      • SrmRpcProvider

        @Inject
        public SrmRpcProvider​(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
    • Method Detail

      • recover

        public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RecoverOutput>> recover​(RecoverInput input)
        Description copied from interface: OdlSrmRpcsService
        Invoke recover RPC.
             
                 Recover a given service or instance
             
         
        Specified by:
        recover in interface OdlSrmRpcsService
        Parameters:
        input - of recover
        Returns:
        output of recover
      • reinstall

        public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReinstallOutput>> reinstall​(ReinstallInput input)
        Description copied from interface: OdlSrmRpcsService
        Invoke reinstall RPC.
             
                 Reinstall a given service
             
         
        Specified by:
        reinstall in interface OdlSrmRpcsService
        Parameters:
        input - of reinstall
        Returns:
        output of reinstall