JSR 48 WBEM Services 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) 1.4 or higher.
The API 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 indication listenerjavax.wbem.provider
— Contains the provider interfaceThe JSR 48 specification lead has published a reference implementation on SourceForge in the WBEM Services project. The SBLIM CIM Client for Java adopted the JSR 48 API with the 2.0 release, the OpenPegasus project will use JSR 48 for their JMPI provider interface.
|