Package | Description |
---|---|
org.sblim.cimclient.discovery |
Provides classes and interfaces for WBEM services discovery via SLP.
|
org.sblim.cimclient.internal.discovery.slp |
This package and the subpackages contain the internal implementation of the SBLIM CIM Client for Java.
|
Modifier and Type | Method | Description |
---|---|---|
WBEMServiceAdvertisement[] |
Discoverer.findWbemServices(java.lang.String[] pDirectoryUrls) |
Finds WBEM services using a given list of directory servers
|
WBEMServiceAdvertisement |
AdvertisementCatalog.getAdvertisement(java.lang.String pId,
WBEMProtocol[] pProtocols) |
Returns the advertisement from the catalog corresponding to a given id
and with the protocol preferred most.
|
WBEMServiceAdvertisement[] |
AdvertisementCatalog.getAdvertisementsByDirectory(java.lang.String pDirectory) |
Returns the advertisements from the catalog corresponding to a given
directory
|
WBEMServiceAdvertisement[] |
AdvertisementCatalog.getAdvertisementsById(java.lang.String pId) |
Returns the advertisements from the catalog corresponding to a given id
|
Modifier and Type | Method | Description |
---|---|---|
void |
AdvertisementCatalog.addAdvertisements(WBEMServiceAdvertisement[] pAdvertisements) |
Adds new advertisements to the catalog.
|
void |
AdvertisementCatalog.EventListener.advertisementEvent(int pEvent,
WBEMServiceAdvertisement pAdvertisment) |
Called when an advertisement is added to the catalog that has not
been a member of the catalog before.
|
void |
AdvertisementCatalog.refreshAdvertisements(java.lang.String[] pDirectory,
WBEMServiceAdvertisement[] pAdvertisements) |
Refreshes the advertisements from a given directory.
|
Modifier and Type | Class | Description |
---|---|---|
class |
WBEMServiceAdvertisementSLP |
Class WBEMServiceAdvertisementSLP is the SLP specific implementation if the
WBEMServiceAdvertisement interface.
|
Modifier and Type | Method | Description |
---|---|---|
WBEMServiceAdvertisement[] |
DiscovererSLP.findWbemServices(java.lang.String[] pDirectoryUrls) |
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.