org.sblim.slp
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
ServiceLocationExceptionpublic static java.util.Vector findScopes()
throws ServiceLocationException
ServiceLocationExceptionpublic static Locator getLocator(java.util.Locale pLocale) throws ServiceLocationException
pLocale - The language locale of the Locator. The default SLP locale is
used if null.ServiceLocationExceptionpublic static Advertiser getAdvertiser(java.util.Locale pLocale) throws ServiceLocationException
pLocale - The language locale of the Advertiser. The default SLP locale
is used if null.ServiceLocationExceptionCopyright © 2005, 2009 IBM Corporation. All Rights Reserved.