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 TypeMethodDescriptionvoid
recoverService
(String entityId) Initiates recovery mechanism for a particular interface-manager entity.
-
Constructor Details
-
OpenflowServiceRecoveryHandlerImpl
-
-
Method Details
-
recoverService
Description copied from interface:ServiceRecoveryInterface
Initiates recovery mechanism for a particular interface-manager entity.- Specified by:
recoverService
in interfaceServiceRecoveryInterface
- Parameters:
entityId
- The unique identifier for the service instance.
-
buildServiceRegistryKey
- Specified by:
buildServiceRegistryKey
in interfaceOpenflowServiceRecoveryHandler
-