Class WBEMServiceAdvertisementSLP

java.lang.Object
org.sblim.cimclient.internal.discovery.slp.WBEMServiceAdvertisementSLP
All Implemented Interfaces:
WBEMServiceAdvertisement

public class WBEMServiceAdvertisementSLP extends Object implements WBEMServiceAdvertisement
Class WBEMServiceAdvertisementSLP is the SLP specific implementation if the WBEMServiceAdvertisement interface.
Since:
2.0.2
Invariants:
iDA != null invalid input: '&'invalid input: '&' iServiceUrl != null invalid input: '&'invalid input: '&' iAttributeMap != null
  • Constructor Details

    • WBEMServiceAdvertisementSLP

      public WBEMServiceAdvertisementSLP(String pDA, ServiceURL pUrl, List<String> pAttributes)
      Ctor.
      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).
  • Method Details