public abstract class CIMHelper
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.net.URI |
createCimomUri(CIMObjectPath pPath)
Creates a URI of a CIMOM from a given CIM object path, adding default
port if port not parsable.
|
static java.net.URI |
createCimomUri(java.net.URI pUri)
Creates a URI of a CIMOM from a given URI, adding default port if port
not specified.
|
static CIMDataType |
ScalarDataType(int pType)
Returns the CIMDataType of a scalar of the specified data type.
|
static CIMDataType |
UnboundedArrayDataType(int pType)
Returns the CIMDataType of an unbounded array of the specified data type.
|
public static java.net.URI createCimomUri(CIMObjectPath pPath) throws java.net.URISyntaxException
pPath
- The CIM object path.java.net.URISyntaxException
public static java.net.URI createCimomUri(java.net.URI pUri) throws java.net.URISyntaxException
pUri
- The URI.java.net.URISyntaxException
public static CIMDataType ScalarDataType(int pType)
pType
- Data type.public static CIMDataType UnboundedArrayDataType(int pType)
pType
- Data type.Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.