Uses of Interface
org.sblim.cimclient.discovery.Discoverer
Packages that use Discoverer
Package
Description
Provides classes and interfaces for WBEM services discovery via SLP.
This package and the subpackages contain the internal implementation of the SBLIM CIM Client for Java.
-
Uses of Discoverer in org.sblim.cimclient.discovery
Methods in org.sblim.cimclient.discovery that return DiscovererModifier and TypeMethodDescriptionstatic Discoverer
DiscovererFactory.getDiscoverer
(String pProtocol) Returns the concrete Discoverer for a given discovery protocol. -
Uses of Discoverer in org.sblim.cimclient.internal.discovery.slp
Classes in org.sblim.cimclient.internal.discovery.slp that implement DiscovererModifier and TypeClassDescriptionclass
Class DiscovererSLP is the SLP specific implementation of the Discoverer interface.