Class SrmRpcProvider
- java.lang.Object
-
- org.opendaylight.serviceutils.srm.impl.SrmRpcProvider
-
- All Implemented Interfaces:
OdlSrmRpcsService
,org.opendaylight.yangtools.yang.binding.RpcService
@Singleton public class SrmRpcProvider extends Object implements OdlSrmRpcsService
-
-
Constructor Summary
Constructors Constructor Description SrmRpcProvider(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RecoverOutput>>
recover(RecoverInput input)
Recover a given service or instancecom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReinstallOutput>>
reinstall(ReinstallInput input)
Reinstall a given service
-
-
-
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
Recover a given service or instance- Specified by:
recover
in interfaceOdlSrmRpcsService
-
reinstall
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReinstallOutput>> reinstall(ReinstallInput input)
Description copied from interface:OdlSrmRpcsService
Reinstall a given service- Specified by:
reinstall
in interfaceOdlSrmRpcsService
-
-