|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.slp.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 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. |
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 java.util.Vector findScopes() throws ServiceLocationException
ServiceLocationException
public static Locator getLocator(java.util.Locale pLocale) throws ServiceLocationException
pLocale
- The language locale of the Locator. The default SLP locale is
used if null.
ServiceLocationException
public static Advertiser getAdvertiser(java.util.Locale pLocale) throws ServiceLocationException
pLocale
- The language locale of the Advertiser. The default SLP locale
is used if null.
ServiceLocationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |