public class ServiceLocationManager
extends java.lang.Object
Constructor and Description |
---|
ServiceLocationManager() |
Modifier and Type | Method and 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, 2012 IBM Corporation. All Rights Reserved.