Class OpenflowServiceRecoveryHandlerImpl
java.lang.Object
org.opendaylight.openflowplugin.applications.frm.recovery.impl.OpenflowServiceRecoveryHandlerImpl
- All Implemented Interfaces:
OpenflowServiceRecoveryHandler,ServiceRecoveryInterface
@Singleton
public final class OpenflowServiceRecoveryHandlerImpl
extends Object
implements ServiceRecoveryInterface, OpenflowServiceRecoveryHandler
-
Constructor Summary
ConstructorsConstructorDescriptionOpenflowServiceRecoveryHandlerImpl(ServiceRecoveryRegistry serviceRecoveryRegistry) -
Method Summary
Modifier and TypeMethodDescriptionvoidrecoverService(String entityId) Initiates recovery mechanism for a particular interface-manager entity.
-
Constructor Details
-
OpenflowServiceRecoveryHandlerImpl
-
-
Method Details
-
recoverService
Description copied from interface:ServiceRecoveryInterfaceInitiates recovery mechanism for a particular interface-manager entity.- Specified by:
recoverServicein interfaceServiceRecoveryInterface- Parameters:
entityId- The unique identifier for the service instance.
-
buildServiceRegistryKey
- Specified by:
buildServiceRegistryKeyin interfaceOpenflowServiceRecoveryHandler
-