Uses of Class org.sblim.wbem.cim.CIMNameSpace

Uses in package org.sblim.wbem.client

Constructors with parameter type org.sblim.wbem.cim.CIMNameSpace

CIMClient.CIMClient(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential)
Initializes this CIMClient with connection information to a target CIM server and a default namespace, using the specified principal and credential, and using the default protocol CIM_XML (CIM Operations over HTTP).
CIMClient.CIMClient(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol)
Initializes this CIMClient with connection information to a target CIM server and a default namespace, using the specified principal, credential and protocol.
CIMClient.CIMClient(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties)
Initializes this CIMClient with connection information to a target CIM server and a default namespace, using the specified principal, credential and protocol.
CIMClientXML.CIMClientXML(CIMNameSpace pNamespace, Principal pPrincipal, Object pCredential, String pProtocol)
CIMClientXML.CIMClientXML(CIMNameSpace pNamespace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties)
CIMEnumerationImpl.CIMEnumerationImpl(Enumeration pEnumeration, CIMObjectPath pRequest, CIMNameSpace pDefaultNamespace)
CIMEnumerationImpl.CIMEnumerationImpl(XMLDefaultHandlerImpl pHandler, CIMObjectPath pRequest, CIMNameSpace pDefaultNamespace, InputStreamReader pStream, HttpClient pHttpClient, boolean pUseSAX)

Methods with parameter type org.sblim.wbem.cim.CIMNameSpace

int
int
void
Creates a CIM namespace on the target CIM server.
void
void
int
int
void
Deletes a CIM namespace from the target CIM server.
void
void
int
int
Object
CIMClientXML.fixResult(CIMObjectPath pRequest, Object pObject, CIMNameSpace pNameSpace)
Vector
CIMClientXML.fixResultSet(CIMObjectPath pRequest, Vector pVector, CIMNameSpace pNameSpace)
CIMOMHandle
CIMClientFactory.getClient(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol)
Constructs a CIMOMHandle with connection information to a target CIM server and a default namespace, using the specified principal, credential and protocol.
CIMOMHandle
CIMClientFactory.getClient(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties)
Constructs a CIMOMHandle with connection information to a target CIM server and a default namespace, using the specified principal, credential, protocol and session properties.
void
CIMClientXML.init(CIMNameSpace pNamespace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties)
void

Methods with return type org.sblim.wbem.cim.CIMNameSpace

CIMNameSpace
Gets the default CIM namespace associated with this CIM client.
CIMNameSpace
CIMNameSpace

Uses in package org.sblim.wbem.client.operations

Constructors with parameter type org.sblim.wbem.cim.CIMNameSpace

Fields of type org.sblim.wbem.cim.CIMNameSpace

CIMNameSpace
CIMNameSpace
CIMNameSpace
CIMNameSpace

Methods with parameter type org.sblim.wbem.cim.CIMNameSpace

void
Sets the namespace

Methods with return type org.sblim.wbem.cim.CIMNameSpace

CIMNameSpace
Returns the namespace
CIMNameSpace
Returns the namespace

Uses in package org.sblim.wbem.xml

Fields of type org.sblim.wbem.cim.CIMNameSpace

CIMNameSpace

Methods with parameter type org.sblim.wbem.cim.CIMNameSpace

Element
CIMXMLBuilderImpl.createIRETURNVALUE_ASSOCIATORS(Document doc, Element parentE, Vector resultSet, CIMNameSpace ns)
Element
CIMXMLBuilderImpl.createIRETURNVALUE_ENUMERATE_INSTANCENAME(Document doc, Element parentE, Vector resultSet, CIMNameSpace ns)
Element
CIMXMLBuilderImpl.createVALUEOBJECTWITHLOCALPATH(Document doc, Element parentE, Object obj, CIMNameSpace ns)
Element
CIMXMLBuilderImpl.createVALUEOBJECTWITHPATH(Document doc, Element parentE, Object obj, CIMNameSpace ns)
void

Methods with return type org.sblim.wbem.cim.CIMNameSpace

CIMNameSpace
CIMNameSpace
CIMXMLParserImpl.parseLOCALNAMESPACEPATH(Element localnamespaceE)
CIMNameSpace
CIMXMLParserImpl.parseNAMESPACEPATH(Element namespacepathE)

Uses in package org.sblim.wbem.cim

Methods with parameter type org.sblim.wbem.cim.CIMNameSpace

void
Specifies the namespace for this CIMObjectPath.

Methods with return type org.sblim.wbem.cim.CIMNameSpace

CIMNameSpace
CIMNameSpace.parse(String pURI)
Creates a CIMNameSpace object from the specified URI.

Copyright © 2005, 2007 IBM Corporation. All Rights Reserved.