See: Description
Package | Description |
---|---|
org.sblim.slp |
This package contains the external API of the SLP library.
|
org.sblim.wbem.cim |
Representation of CIM data in Java.
|
org.sblim.wbem.client |
Public API for client connections and WBEM operations.
|
org.sblim.wbem.client.indications |
Public API for creation of indication listeners.
|
org.sblim.wbem.client.operations |
Public API for batch operations.
|
org.sblim.wbem.util |
Utility classes like
SessionProperties . |
Package | Description |
---|---|
org.sblim.slp.internal |
Internal implementation of the SLP library.
|
org.sblim.wbem.cimxml |
Internal implementation of CIM-XML helper classes
|
org.sblim.wbem.http |
Internal implementation of HTTP client and server
|
org.sblim.wbem.http.io |
Internal implementation of HTTP streams
|
org.sblim.wbem.xml |
Internal implementation of XML processing
|
org.sblim.wbem.xml.parser |
Internal implementation of XML pull parser
|
Package | Description |
---|---|
org.sblim.slp.example | |
org.sblim.slp.internal.msg | |
org.sblim.slp.internal.sa | |
org.sblim.slp.internal.ua | |
org.sblim.wbem.cimclient.sample |
The SBLIM CIM Client is a class library that provides access to CIM servers using the CIM Operations over HTTP protocol defined by the DMTF. The package contains an IETF RFC 2614 compliant SLP client for CIM service discovery.
Backward CompatibilityThe public API of the CIM&SLP Clients (see the tables above) will be downward compatible across minor version changes (i.e. when the second version number changes). There is no downward compatibility guarantee for the internal implementation packages for any version change.
see here
The specific exception CIMException
contains a CIM status code.
Method descriptions that list CIMException
list the CIM status
code identifiers that can happen. If these identifiers are just listed without
further description, their semantics is the standard semantics as documented in
class CIMException
. If the semantics used by the method differs
from the standard semantics, this is described specifically in the method
description.
The following terminology is used in the documentation of the SBLIM CIM Client. As a DMTF Glossary document evolves, this terminology will be drawn from there, over time.
Terms denoting specific kinds of CIM classes:
Phrases denoting whether the objects are the objects in the CIM server or their local copies:
Note: These phrases can be used with all the object related terms above.
Terms for specific kinds of CIM object paths:
Phrases describing the uniqueness scope of object paths:
Note: These phrases can be used with all the path related terms above.
Phrases defining the set of elements in a class or instance:
Note: These phrases are stated for properties but are equally valid for references and methods.
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.