Class OpenflowServiceRecoveryHandlerImpl
- java.lang.Object
-
- org.opendaylight.openflowplugin.applications.frm.recovery.impl.OpenflowServiceRecoveryHandlerImpl
-
- All Implemented Interfaces:
OpenflowServiceRecoveryHandler
,org.opendaylight.serviceutils.srm.ServiceRecoveryInterface
@Singleton public class OpenflowServiceRecoveryHandlerImpl extends Object implements org.opendaylight.serviceutils.srm.ServiceRecoveryInterface, OpenflowServiceRecoveryHandler
-
-
Constructor Summary
Constructors Constructor Description OpenflowServiceRecoveryHandlerImpl(org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
buildServiceRegistryKey()
void
recoverService(String entityId)
-
-
-
Method Detail
-
recoverService
public void recoverService(String entityId)
- Specified by:
recoverService
in interfaceorg.opendaylight.serviceutils.srm.ServiceRecoveryInterface
-
buildServiceRegistryKey
public String buildServiceRegistryKey()
- Specified by:
buildServiceRegistryKey
in interfaceOpenflowServiceRecoveryHandler
-
-