Home
last modified time | relevance | path

Searched refs:turl (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPTemplateRegistry.java156 String turl = null; in registerServiceTemplate() local
160 turl = findTemplateURL(serviceType, in registerServiceTemplate()
178 if (turl != null) { in registerServiceTemplate()
275 ServiceURL turl = findVersionedURL(serviceType, in deregisterServiceTemplate() local
281 if (turl == null) { in deregisterServiceTemplate()
307 serviceAgent.deregister(turl); in deregisterServiceTemplate()
341 ServiceURL turl = findVersionedURL(serviceType, in findTemplateURL() local
347 if (turl == null) { in findTemplateURL()
354 ServiceType type = turl.getServiceType(); in findTemplateURL()
355 String url = turl.toString(); in findTemplateURL()
[all …]