javax.wbem.client
Class ClientProperties

java.lang.Object
  extended byjavax.wbem.client.ClientProperties

public class ClientProperties
extends java.lang.Object


Method Summary
static java.lang.String getProperty(java.lang.String name)
          Method to return a configuration property.
static java.util.List getPropertyList(java.lang.String name)
          Method to return a list of property values with the same property name prefix.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProperty

public static java.lang.String getProperty(java.lang.String name)
                                    throws CIMException
Method to return a configuration property.

Throws:
CIMException

getPropertyList

public static java.util.List getPropertyList(java.lang.String name)
                                      throws CIMException
Method to return a list of property values with the same property name prefix. Returns an empty listif no such properties.

Throws:
CIMException


Java™ WBEM (JSR48) 1.0.0 API