public class ServiceLocationManager
extends java.lang.Object
Constructor | Description |
---|---|
ServiceLocationManager() |
Modifier and Type | Method | Description |
---|---|---|
static java.util.Vector<?> |
findScopes() |
Returns an List of strings with all available scope names.
|
static Advertiser |
getAdvertiser(java.util.Locale pLocale) |
Return an Advertiser object for the given language locale.
|
static Locator |
getLocator(java.util.Locale pLocale) |
Return a Locator object for the given language locale.
|
static int |
getRefreshInterval() |
Returns the maximum across all DAs of the min-refresh-interval attribute.
|
public static int getRefreshInterval() throws ServiceLocationException
ServiceLocationException
public static java.util.Vector<?> findScopes() throws ServiceLocationException
ServiceLocationException
public static Locator getLocator(java.util.Locale pLocale)
pLocale
- The language locale of the Locator. The default SLP locale is
used if null.public static Advertiser getAdvertiser(java.util.Locale pLocale)
pLocale
- The language locale of the Advertiser. The default SLP locale
is used if null.Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.