Class ElanInterfaceRecoveryHandler

  • All Implemented Interfaces:
    org.opendaylight.serviceutils.srm.ServiceRecoveryInterface

    @Singleton
    public class ElanInterfaceRecoveryHandler
    extends java.lang.Object
    implements org.opendaylight.serviceutils.srm.ServiceRecoveryInterface
    • Constructor Summary

      Constructors 
      Constructor Description
      ElanInterfaceRecoveryHandler​(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, ElanServiceProvider elanServiceProvider, org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry, org.opendaylight.genius.utils.clustering.EntityOwnershipUtils entityOwnershipUtils)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void recoverService​(java.lang.String entityId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ElanInterfaceRecoveryHandler

        @Inject
        public ElanInterfaceRecoveryHandler​(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
                                            ElanServiceProvider elanServiceProvider,
                                            org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry,
                                            org.opendaylight.genius.utils.clustering.EntityOwnershipUtils entityOwnershipUtils)
    • Method Detail

      • recoverService

        public void recoverService​(java.lang.String entityId)
        Specified by:
        recoverService in interface org.opendaylight.serviceutils.srm.ServiceRecoveryInterface