|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sblim.cimclient.internal.discovery.slp.DiscovererSLP
public class DiscovererSLP
Class DiscovererSLP is the SLP specific implementation of the Discoverer interface.
| Constructor Summary | |
|---|---|
DiscovererSLP(Locale pLocale)
Ctor. |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DiscovererSLP(Locale pLocale)
pLocale - The locale setting to use for the Locator| Method Detail |
|---|
public Locale getLocale()
public void setLocale(Locale pLocale)
pLocale - The new value of locale.public Vector<String> getScopes()
public void setScopes(Vector<String> pScopes)
pScopes - The new value of scopes.public WBEMServiceAdvertisement[] findWbemServices(String[] pDirectoryUrls)
Discoverer
findWbemServices in interface DiscovererpDirectoryUrls - An array of directory servers. For SLP this would be a list of
DA URLs.
public String[] findDirectoryServices()
Discoverer
findDirectoryServices in interface Discoverer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||