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
ConstructorsConstructorDescriptionRegistryControlImpl(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.RpcProviderService rpcProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()com.google.common.util.concurrent.ListenableFuture<RecoverOutput> recover(RecoverInput input) com.google.common.util.concurrent.ListenableFuture<ReinstallOutput> reinstall(ReinstallInput input)
-
Constructor Details
-
Method Details
-
close
@PreDestroy public void close()- Specified by:
closein interfaceAutoCloseable
-
recover
public com.google.common.util.concurrent.ListenableFuture<RecoverOutput> recover(RecoverInput input) - Specified by:
recoverin interfaceRegistryControl
-
reinstall
public com.google.common.util.concurrent.ListenableFuture<ReinstallOutput> reinstall(ReinstallInput input) - Specified by:
reinstallin interfaceRegistryControl
-