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