Searched refs:Locator (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DLocator.java40 * The Locator interface allows clients to query SLP for existing
49 public interface Locator { interface
52 * Return the Locator's locale object.
132 * service type in the locale of the Locator.
H A DServiceLocationManager.java63 * The property accessor for the Locator object. If user agent
66 * @param locale The Locale of the Locator object. Use null for default.
67 * @return The Locator object.
73 public static Locator getLocator(Locale locale)
83 Locator locator = (Locator)locators.get(lang);
96 locator = (Locator)getInstance(locatorClass, locale);
213 // We don't simply do Locator.findAttributes() here because we
H A DSLPTemplateRegistry.java413 Locator userAgent =
H A DUARequester.java40 * The URequester class implements the Locator interface.
51 class UARequester extends Object implements Locator {
74 * Return the Locator's locale object. All requests are made in
317 * service type in the locale of the Locator.
/illumos-gate/usr/src/lib/libslp/javalib/
H A DMakefile.conf109 Advertiser.class Locator.class \
137 Locator.class Opaque.class PermSARegTable.class \

Completed in 59 milliseconds