Uses of Interface
javax.wbem.client.WBEMClient
-
Packages that use WBEMClient Package Description javax.wbem.client Provides classes and interfaces for writing WBEM Clients.org.sblim.cimclient Provides classes and interfaces for SBLIM extensions to JSR48.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.org.sblim.cimclient.internal.wbem 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 Modifier and Type Method Description static WBEMClient
WBEMClientFactory. getClient(java.lang.String pProtocol)
Get aWBEMClient
for a protocol. -
Uses of WBEMClient in org.sblim.cimclient
Subinterfaces of WBEMClient in org.sblim.cimclient Modifier and Type Interface Description interface
WBEMClientSBLIM
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 WBEMClient Modifier and Type Method Description WBEMClient
WBEMServiceAdvertisement. createClient(javax.security.auth.Subject pSubject, java.util.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 WBEMClient Modifier and Type Method Description WBEMClient
WBEMServiceAdvertisementSLP. createClient(javax.security.auth.Subject pSubject, java.util.Locale[] pLocales)
-
Uses of WBEMClient in org.sblim.cimclient.internal.wbem
Classes in org.sblim.cimclient.internal.wbem that implement WBEMClient Modifier and Type Class Description class
WBEMClientCIMXML
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.
-