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

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAdvertiser.java40 * The Advertiser interface allows clients to register new service
48 public interface Advertiser { interface
51 * Return the Advertiser's locale object.
60 * the Advertiser's locale.
90 * Add attributes to a service URL in the locale of the Advertiser.
109 * the Advertiser. The deletions are made for all scopes in
H A DServiceLocationManager.java108 * The property accessor for the Advertiser object. If service agent
111 * @param locale The Locale of the Advertiser object. Use null for default.
112 * @return The Advertiser object.
118 public static Advertiser getAdvertiser(Locale locale)
127 Advertiser advertiser = (Advertiser)advertisers.get(lang);
140 advertiser = (Advertiser)getInstance(advertiserClass, locale);
H A DSARequester.java41 * The SARequester class implements the Advertiser interface.
50 class SARequester extends Object implements Advertiser {
90 // Advertiser Interface implementation.
107 * the Advertiser's locale.
145 * Add attributes to a service URL in the locale of the Advertiser.
168 * the Advertiser. The deletions are made for all scopes in
H A DSLPTemplateRegistry.java230 Advertiser serviceAgent =
294 Advertiser serviceAgent =
/osnet-11/usr/src/lib/libslp/javalib/
H A DMakefile.conf108 Advertiser.class Locator.class \
130 Advertiser.class Assert.class AttributeString.class \

Completed in 23 milliseconds