public class DiscovererSLP extends Object implements Discoverer
Constructor and Description |
---|
DiscovererSLP(Locale pLocale)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String[] |
findDirectoryServices()
Finds directory services.
|
WBEMServiceAdvertisement[] |
findWbemServices(String[] pDirectoryUrls)
Finds WBEM services using a given list of directory servers
|
Locale |
getLocale()
Returns locale
|
Vector<String> |
getScopes()
Returns scopes
|
void |
setLocale(Locale pLocale)
Sets locale
|
void |
setScopes(Vector<String> pScopes)
Sets scopes
|
public DiscovererSLP(Locale pLocale)
pLocale
- The locale setting to use for the Locatorpublic Locale getLocale()
public void setLocale(Locale pLocale)
pLocale
- The new value of locale.public void setScopes(Vector<String> pScopes)
pScopes
- The new value of scopes.public WBEMServiceAdvertisement[] findWbemServices(String[] pDirectoryUrls)
Discoverer
findWbemServices
in interface Discoverer
pDirectoryUrls
- An array of directory servers. For SLP this would be a list of
DA URLs.public String[] findDirectoryServices()
Discoverer
findDirectoryServices
in interface Discoverer
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.