Searched refs:turl (Results 1 – 1 of 1) sorted by relevance
156 String turl = null; in registerServiceTemplate() local160 turl = findTemplateURL(serviceType, in registerServiceTemplate()178 if (turl != null) { in registerServiceTemplate()275 ServiceURL turl = findVersionedURL(serviceType, in deregisterServiceTemplate() local281 if (turl == null) { in deregisterServiceTemplate()307 serviceAgent.deregister(turl); in deregisterServiceTemplate()341 ServiceURL turl = findVersionedURL(serviceType, in findTemplateURL() local347 if (turl == null) { in findTemplateURL()354 ServiceType type = turl.getServiceType(); in findTemplateURL()355 String url = turl.toString(); in findTemplateURL()[all …]