Uses of Interface
org.opendaylight.serviceutils.srm.ServiceRecoveryInterface
-
Packages that use ServiceRecoveryInterface Package Description org.opendaylight.serviceutils.srm org.opendaylight.serviceutils.srm.impl -
-
Uses of ServiceRecoveryInterface in org.opendaylight.serviceutils.srm
Methods in org.opendaylight.serviceutils.srm that return ServiceRecoveryInterface Modifier and Type Method Description ServiceRecoveryInterface
ServiceRecoveryRegistry. getRegisteredServiceRecoveryHandler(String entityName)
Methods in org.opendaylight.serviceutils.srm with parameters of type ServiceRecoveryInterface Modifier and Type Method Description void
ServiceRecoveryRegistry. registerServiceRecoveryRegistry(String entityName, ServiceRecoveryInterface serviceRecoveryHandler)
-
Uses of ServiceRecoveryInterface in org.opendaylight.serviceutils.srm.impl
Methods in org.opendaylight.serviceutils.srm.impl that return ServiceRecoveryInterface Modifier and Type Method Description ServiceRecoveryInterface
ServiceRecoveryRegistryImpl. getRegisteredServiceRecoveryHandler(String entityName)
Methods in org.opendaylight.serviceutils.srm.impl with parameters of type ServiceRecoveryInterface Modifier and Type Method Description void
ServiceRecoveryRegistryImpl. registerServiceRecoveryRegistry(String entityName, ServiceRecoveryInterface serviceRecoveryHandler)
-