Class AclInterfaceRecoveryHandler

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

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

      Constructors 
      Constructor Description
      AclInterfaceRecoveryHandler​(org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, AclInterfaceListener aclInterfaceListener)  
    • 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

      • AclInterfaceRecoveryHandler

        @Inject
        public AclInterfaceRecoveryHandler​(org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry,
                                           org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
                                           AclInterfaceListener aclInterfaceListener)
    • Method Detail

      • recoverService

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