Uses of Class
org.sblim.wbem.cim.CIMNameSpace
Packages that use CIMNameSpace
Package
Description
Representation of CIM data in Java.
Public API for client connections and WBEM operations.
Public API for batch operations.
Internal implementation of XML processing
-
Uses of CIMNameSpace in org.sblim.wbem.cim
Methods in org.sblim.wbem.cim that return CIMNameSpaceModifier and TypeMethodDescriptionstatic CIMNameSpaceDeprecated.The CIMNameSpace(String) constructor must be used instead of this method.Methods in org.sblim.wbem.cim with parameters of type CIMNameSpaceModifier and TypeMethodDescriptionvoidCIMObjectPath.setNameSpace(CIMNameSpace pNamespace) Specifies the namespace for this CIMObjectPath. -
Uses of CIMNameSpace in org.sblim.wbem.client
Methods in org.sblim.wbem.client that return CIMNameSpaceModifier and TypeMethodDescriptionCIMClient.getNameSpace()Gets the default CIM namespace associated with this CIM client.CIMClientXML.getNameSpace()CIMOMHandle.getNameSpace()Methods in org.sblim.wbem.client with parameters of type CIMNameSpaceModifier and TypeMethodDescriptionintBatchCIMClient.createNameSpace(CIMNameSpace pNamespace) intBatchHandle.createNameSpace(CIMNameSpace pNamespace) voidCIMClient.createNameSpace(CIMNameSpace pNameSpace) Creates a CIM namespace on the target CIM server.voidCIMClientXML.createNameSpace(CIMNameSpace pNamespace) voidCIMOMHandle.createNameSpace(CIMNameSpace pNamespace) intBatchCIMClient.deleteNameSpace(CIMNameSpace pNamespace) intBatchHandle.deleteNameSpace(CIMNameSpace pNamespace) voidCIMClient.deleteNameSpace(CIMNameSpace pNameSpace) Deletes a CIM namespace from the target CIM server.voidCIMClientXML.deleteNameSpace(CIMNameSpace pNamespace) voidCIMOMHandle.deleteNameSpace(CIMNameSpace pNamespace) intBatchCIMClient.enumNameSpace(CIMNameSpace pNamespace) intBatchHandle.enumNameSpace(CIMNameSpace pNamespace) protected static ObjectCIMClientXML.fixResult(CIMObjectPath pRequest, Object pObject, CIMNameSpace pNameSpace) protected static VectorCIMClientXML.fixResultSet(CIMObjectPath pRequest, Vector pVector, CIMNameSpace pNameSpace) static CIMOMHandleCIMClientFactory.getClient(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol) Deprecated.Use getClient(CIMNameSpace, Principal, Object, String, SessionProperties) insteadstatic CIMOMHandleCIMClientFactory.getClient(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties) Constructs aCIMOMHandlewith connection information to a target CIM server and a default namespace, using the specified principal, credential, protocol and session properties.voidCIMClientXML.init(CIMNameSpace pNamespace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties) voidCIMClientXML.preCheck(CIMNameSpace pNamespace) Constructors in org.sblim.wbem.client with parameters of type CIMNameSpaceModifierConstructorDescriptionCIMClient(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential) Initializes thisCIMClientwith connection information to a target CIM server and a default namespace, using the specified principal and credential, and using the default protocolCIM_XML(CIM Operations over HTTP).CIMClient(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol) Initializes thisCIMClientwith connection information to a target CIM server and a default namespace, using the specified principal, credential and protocol.CIMClient(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties) Initializes thisCIMClientwith connection information to a target CIM server and a default namespace, using the specified principal, credential and protocol.CIMClientXML(CIMNameSpace pNamespace, Principal pPrincipal, Object pCredential, String pProtocol) CIMClientXML(CIMNameSpace pNamespace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties) CIMEnumerationImpl(Enumeration pEnumeration, CIMObjectPath pRequest, CIMNameSpace pDefaultNamespace) CIMEnumerationImpl(XMLDefaultHandlerImpl pHandler, CIMObjectPath pRequest, CIMNameSpace pDefaultNamespace, InputStreamReader pStream, HttpClient pHttpClient, boolean pUseSAX) -
Uses of CIMNameSpace in org.sblim.wbem.client.operations
Fields in org.sblim.wbem.client.operations declared as CIMNameSpaceModifier and TypeFieldDescriptionprotected CIMNameSpaceCIMCreateNameSpaceOp.iNamespaceprotected CIMNameSpaceCIMDeleteNameSpaceOp.iNamespaceprotected CIMNameSpaceCIMEnumNameSpaceOp.iNamespaceprotected CIMNameSpaceCIMOperation.iNameSpaceMethods in org.sblim.wbem.client.operations that return CIMNameSpaceModifier and TypeMethodDescriptionCIMDeleteNameSpaceOp.getNamespace()Returns the namespaceCIMOperation.getNameSpace()Returns the namespaceMethods in org.sblim.wbem.client.operations with parameters of type CIMNameSpaceModifier and TypeMethodDescriptionvoidCIMOperation.setNameSpace(CIMNameSpace pNamespace) Sets the namespaceConstructors in org.sblim.wbem.client.operations with parameters of type CIMNameSpaceModifierConstructorDescriptionCIMCreateNameSpaceOp(CIMNameSpace pNamespace) CIMDeleteNameSpaceOp(CIMNameSpace pNamespace) CIMEnumNameSpaceOp(CIMNameSpace pNamespace) -
Uses of CIMNameSpace in org.sblim.wbem.xml
Fields in org.sblim.wbem.xml declared as CIMNameSpaceMethods in org.sblim.wbem.xml that return CIMNameSpaceModifier and TypeMethodDescriptionCIMRequest.getNameSpace()static CIMNameSpaceCIMXMLParserImpl.parseLOCALNAMESPACEPATH(Element localnamespaceE) static CIMNameSpaceCIMXMLParserImpl.parseNAMESPACEPATH(Element namespacepathE) ///////////////////////////////////////////////////////////////////////////////////////Methods in org.sblim.wbem.xml with parameters of type CIMNameSpaceModifier and TypeMethodDescriptionstatic ElementCIMXMLBuilderImpl.createIRETURNVALUE_ASSOCIATORS(Document doc, Element parentE, Vector resultSet, CIMNameSpace ns) static ElementCIMXMLBuilderImpl.createIRETURNVALUE_ENUMERATE_INSTANCENAME(Document doc, Element parentE, Vector resultSet, CIMNameSpace ns) static ElementCIMXMLBuilderImpl.createVALUEOBJECTWITHLOCALPATH(Document doc, Element parentE, Object obj, CIMNameSpace ns) static ElementCIMXMLBuilderImpl.createVALUEOBJECTWITHPATH(Document doc, Element parentE, Object obj, CIMNameSpace ns) voidCIMRequest.setNameSpace(CIMNameSpace namespace)