Class RegistryControlImpl
java.lang.Object
org.opendaylight.serviceutils.srm.impl.RegistryControlImpl
- All Implemented Interfaces:
AutoCloseable
,RegistryControl
@Singleton
public final class RegistryControlImpl
extends Object
implements RegistryControl, AutoCloseable
-
Constructor Summary
ConstructorDescriptionRegistryControlImpl
(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.RpcProviderService rpcProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
com.google.common.util.concurrent.ListenableFuture
<RecoverOutput> recover
(RecoverInput input) com.google.common.util.concurrent.ListenableFuture
<ReinstallOutput> reinstall
(ReinstallInput input)
-
Constructor Details
-
RegistryControlImpl
public RegistryControlImpl(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.RpcProviderService rpcProvider)
-
-
Method Details
-
close
@PreDestroy public void close()- Specified by:
close
in interfaceAutoCloseable
-
recover
public com.google.common.util.concurrent.ListenableFuture<RecoverOutput> recover(RecoverInput input) - Specified by:
recover
in interfaceRegistryControl
-
reinstall
public com.google.common.util.concurrent.ListenableFuture<ReinstallOutput> reinstall(ReinstallInput input) - Specified by:
reinstall
in interfaceRegistryControl
-