com.sun.wbem.client
Class CIMStaticProperties

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--com.sun.wbem.client.CIMStaticProperties

public final class CIMStaticProperties
extends java.util.ListResourceBundle

The CIMStaticProperties class is a set of static final properties for configuring service modules and their factory classes. That is, the properties defined in this class cannot be removed or have their values modified. The properties can be used to identify the class names of service implementation modules, and the configuration settings for those classes.

Typically, one or more implementation classes will be included in a vendor's product for each service, including the transport service, security service, and audit service. The CIMDefaultProperties class will then contain the default implementation to be used, unless that default is explicitly overridden by the save property in the WbemDefaults.properties file. Note that properties defined in this CIMStaticProperties class can NOT be modified by either of the default properties sources.

Since:
WBEM 2.4

Constructor Summary
CIMStaticProperties()
           
 
Method Summary
 java.lang.Object[][] getContents()
           
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CIMStaticProperties

public CIMStaticProperties()
Method Detail

getContents

public java.lang.Object[][] getContents()