Uses of Interface
javax.wbem.client.WBEMClient
Packages that use WBEMClient
Package
Description
Provides classes and interfaces for writing WBEM Clients.
Provides classes and interfaces for SBLIM extensions to JSR48.
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.
Internal implemenation of the interfaces from the javax.wbem package.
-
Uses of WBEMClient in javax.wbem.client
Methods in javax.wbem.client that return WBEMClient -
Uses of WBEMClient in org.sblim.cimclient
Subinterfaces of WBEMClient in org.sblim.cimclientModifier and TypeInterfaceDescriptioninterface
Class WBEMClientSBLIM contains the SBLIM CIM Client specific extensions to the WBEMClient interface. -
Uses of WBEMClient in org.sblim.cimclient.discovery
Methods in org.sblim.cimclient.discovery that return WBEMClientModifier and TypeMethodDescriptionWBEMServiceAdvertisement.createClient
(Subject pSubject, Locale[] pLocales) Creates a fully-initialized WBEMClient instance connected to the service that is subject of this advertisement. -
Uses of WBEMClient in org.sblim.cimclient.internal.discovery.slp
Methods in org.sblim.cimclient.internal.discovery.slp that return WBEMClientModifier and TypeMethodDescriptionWBEMServiceAdvertisementSLP.createClient
(Subject pSubject, Locale[] pLocales) -
Uses of WBEMClient in org.sblim.cimclient.internal.wbem
Classes in org.sblim.cimclient.internal.wbem that implement WBEMClientModifier and TypeClassDescriptionclass
The WBEMClientCIMXML is a implementation of thejavax.wbem.client.WBEMClient
interface for the CIM-XML protocol including the extensions of theorg.sblim.cimclient.WBEMClientSBLIM
interface.