WBEM Services Specification
JSR 48 Java WBEM API Specification is a Java Specification Request developed under the Java Community Process. It specifies the Java language binding of the DMTF Common Information Model/Web-Based Enterprise Management standards. The JSR 48 Expert Group has completed the public review in 2006 and is now on the way to create a Technology Compatibility Kit in order to finalize the standard. The API can be regarded as stable.
JSR 48 requires Java Platform, Standard Edition (Java SE; formerly J2SE) 7 or higher.
API content
WS JSR-48 API The API[1] is composed of 5 packages:
javax.cim
— Contains the Java representations of CIM entitiesjavax.wbem
— Contains WBEM entities common to all servicesjavax.wbem.client
— Contains the WBEM clientjavax.wbem.listener
— Contains the WBEM indication listenerjavax.wbem.provider
— Contains the WBEM provider interface
Implementations
WS provides a JSR-48 implementation as part of the WS SDK Pro, WS also uses JSR-48 for the WS J WBEM Server and WAVE (WBEM Agent Validation Environment)
The SBLIM CIM Client for Java adopted the JSR 48 API.
It has been stated that the OpenPegasus project will use JSR 48 for their JMPI provider interface, although status about this is not yet available.
References
External links
- JSR 48 on JCP Home — The home page of the JSR-48 expert group.
- SBLIM — Open source project providing a JSR 48 compliant Java CIM client (and much more).
- OpenPegasus — Open source project providing a CIM Object Manager written in C++ that will adopt JSR 48 for their Java provider interface (JMPI).
Original source: https://en.wikipedia.org/wiki/WBEM Services Specification.
Read more |