Class L2GatewayInstanceRecoveryHandler

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

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

      • L2GatewayInstanceRecoveryHandler

        @Inject
        public L2GatewayInstanceRecoveryHandler​(org.opendaylight.mdsal.binding.api.DataBroker dataBroker,
                                                L2GatewayConnectionUtils l2GatewayConnectionUtils,
                                                org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry)
    • Method Detail

      • recoverService

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

        public java.lang.String buildServiceRegistryKey()