|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.slp.ServiceLocationManager
public class ServiceLocationManager
The ServiceLocationManager manages access to the service location framework. Clients obtain the Locator and Advertiser objects for UA and SA, and a Vector of known scope names from the ServiceLocationManager.
Constructor Summary | |
---|---|
ServiceLocationManager()
|
Method Summary | |
---|---|
static Vector<?> |
findScopes()
Returns an List of strings with all available scope names. |
static Advertiser |
getAdvertiser(Locale pLocale)
Return an Advertiser object for the given language locale. |
static Locator |
getLocator(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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceLocationManager()
Method Detail |
---|
public static int getRefreshInterval() throws ServiceLocationException
ServiceLocationException
public static Vector<?> findScopes() throws ServiceLocationException
ServiceLocationException
public static Locator getLocator(Locale pLocale)
pLocale
- The language locale of the Locator. The default SLP locale is
used if null.
public static Advertiser getAdvertiser(Locale pLocale)
pLocale
- The language locale of the Advertiser. The default SLP locale
is used if null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |