org.sblim.cimclient.internal.discovery.slp
public class WBEMServiceAdvertisementSLP extends Object implements WBEMServiceAdvertisement
Since: 2.0.2
UNKNOWN: iDA != null && iServiceUrl != null && iAttributeMap != null
Constructor Summary | |
---|---|
WBEMServiceAdvertisementSLP(String pDA, ServiceURL pUrl, List<String> pAttributes)
Ctor.
|
Method Summary | |
---|---|
WBEMClient | createClient(Subject pSubject, Locale[] pLocales) |
String | getAttribute(String pAttributeName) |
Set<Entry<String,String>> | getAttributes() |
String | getConcreteServiceType() |
String | getDirectory() |
String[] | getInteropNamespaces() |
String | getServiceId() |
String | getServiceUrl() |
boolean | isExpired() |
void | setExpired(boolean pExpired) |
Parameters: pDA
The Directory Agent from which this advertisement was received pUrl
The SLP service url returned by Locator.findServices(). pAttributes
The attribute list (List<String>) where each entry looks
either like this key=value
or this
(key=value)
.