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.
|
Modifier and Type | Method | Description |
---|---|---|
static WBEMClient |
WBEMClientFactory.getClient(java.lang.String pProtocol) |
Get a
WBEMClient for a protocol. |
Modifier and Type | Interface | Description |
---|---|---|
interface |
WBEMClientSBLIM |
Class WBEMClientSBLIM contains the SBLIM CIM Client specific extensions to
the WBEMClient interface.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
WBEMClient |
WBEMServiceAdvertisementSLP.createClient(javax.security.auth.Subject pSubject,
java.util.Locale[] pLocales) |
Modifier and Type | Class | Description |
---|---|---|
class |
WBEMClientCIMXML |
The WBEMClientCIMXML is a implementation of the
javax.wbem.client.WBEMClient interface for the CIM-XML protocol
including the extensions of the
org.sblim.cimclient.WBEMClientSBLIM interface. |
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.