Uses of Interface
org.sblim.cimclient.discovery.Discoverer
-
Packages that use Discoverer 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. -
-
Uses of Discoverer in org.sblim.cimclient.discovery
Methods in org.sblim.cimclient.discovery that return Discoverer Modifier and Type Method Description static Discoverer
DiscovererFactory. getDiscoverer(java.lang.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 Discoverer Modifier and Type Class Description class
DiscovererSLP
Class DiscovererSLP is the SLP specific implementation of the Discoverer interface.
-