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 StringbuildServiceRegistryKey()voidrecoverService(String entityId)
-
-
-
Method Detail
-
recoverService
public void recoverService(String entityId)
- Specified by:
recoverServicein interfaceorg.opendaylight.serviceutils.srm.ServiceRecoveryInterface
-
buildServiceRegistryKey
public String buildServiceRegistryKey()
- Specified by:
buildServiceRegistryKeyin interfaceOpenflowServiceRecoveryHandler
-
-