Uses of Class
javax.cim.UnsignedInteger32
Packages that use UnsignedInteger32
Package
Description
Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification.
Provides classes and interfaces for writing WBEM Clients.
Internal cim-xml DOM parser invalid input: '&' builder implementation.
Internal implemenation of the interfaces from the javax.wbem package.
-
Uses of UnsignedInteger32 in javax.cim
Methods in javax.cim with parameters of type UnsignedInteger32Modifier and TypeMethodDescriptionint
UnsignedInteger32.compareTo
(UnsignedInteger32 pOther) Compares this object with the specified object for order. -
Uses of UnsignedInteger32 in javax.wbem.client
Methods in javax.wbem.client with parameters of type UnsignedInteger32Modifier and TypeMethodDescriptionWBEMClient.associatorPaths
(CIMObjectPath pInstancePath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) associatorPaths
shall start an enumeration session for traversing associations starting from the instance defined in thepInstancePath
parameter using any specified filtering criteria and return zero or moreCIMObjectPath
objects.WBEMClient.associators
(CIMObjectPath pInstancePath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) associators
shall start an enumeration session for traversing associations starting from the instance defined in thepInstancePath
parameter using any specified filtering criteria and return zero or moreCIMInstance
objects.WBEMClient.enumerateInstancePaths
(CIMObjectPath pClassPath, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) enumerateInstancePaths
shall enumerate the instances of the specified class inpClassPath
and return zero or moreCIMObjectPath
s.WBEMClient.enumerateInstances
(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) enumerateInstances
shall enumerate the instances of the specified class inpClassPath
and return zero or moreCIMInstance
s.WBEMClient.execQueryInstances
(CIMObjectPath pObjectName, String pFilterQuery, String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects, CIMClass pQueryResultClass) execQueryInstances
shall execute a query to retrieve instances.WBEMClient.getInstancePaths
(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstancePaths
shall get theCIMObjectPath
s using an enumeration context.WBEMClient.getInstances
(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstances
shall get the instances from an enumeration session started byexecQueryInstances
.WBEMClient.getInstancesWithPath
(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstancesWithPath
shall use the enumeration context provided to get the next set of instances for the enumeration session.WBEMClient.referencePaths
(CIMObjectPath pInstancePath, String pResultClass, String pRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) referencePaths
shall start an enumeration session for association instances that have references that refer to the instance defined in thepInstancePath
parameter and return zero or moreCIMObjectPath
objects.WBEMClient.references
(CIMObjectPath pInstancePath, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) references
shall start an enumeration session for association instances that have references that refer to the instance defined in thepInstancePath
parameter and return zero or moreCIMInstance
objects. -
Uses of UnsignedInteger32 in org.sblim.cimclient.internal.cimxml
Methods in org.sblim.cimclient.internal.cimxml with parameters of type UnsignedInteger32Modifier and TypeMethodDescriptionCIMClientXML_HelperImpl.OpenAssociatorInstancePaths_request
(Document pDoc, CIMObjectPath pPath, String pAssocClass, String pResultClass, String pRole, String pResultRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) pAssociatorPaths_requestCIMClientXML_HelperImpl.OpenAssociatorInstances_request
(Document pDoc, CIMObjectPath pPath, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) OpenAssociatorInstances_requestCIMClientXML_HelperImpl.OpenEnumerateInstancePaths_request
(Document pDoc, CIMObjectPath pPath, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) OpenEnumerateInstancePaths_requestCIMClientXML_HelperImpl.OpenEnumerateInstances_request
(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) OpenEnumerateInstances_requestCIMClientXML_HelperImpl.OpenQueryInstances_request
(Document pDoc, CIMObjectPath pPath, String pFilterQuery, String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount, CIMClass pQueryResultClass) OpenQueryInstances_requestCIMClientXML_HelperImpl.OpenReferenceInstancePaths_request
(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) referencePaths_requestCIMClientXML_HelperImpl.OpenReferenceInstances_request
(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) references_requestCIMClientXML_HelperImpl.PullInstancePaths_request
(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount) PullInstancePaths_requestCIMClientXML_HelperImpl.PullInstances_request
(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount) PullInstances_requestCIMClientXML_HelperImpl.PullInstancesWithPath_request
(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount) PullInstancesWithPath_request -
Uses of UnsignedInteger32 in org.sblim.cimclient.internal.wbem
Methods in org.sblim.cimclient.internal.wbem with parameters of type UnsignedInteger32Modifier and TypeMethodDescriptionWBEMClientCIMXML.associatorPaths
(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.associators
(CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.enumerateInstancePaths
(CIMObjectPath pObjectName, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.enumerateInstances
(CIMObjectPath pObjectName, boolean pDeepInheritance, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.execQueryInstances
(CIMObjectPath pObjectName, String pFilterQuery, String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects, CIMClass pQueryResultClass) WBEMClientCIMXML.getInstancePaths
(CIMObjectPath pObjectName, String pContext, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.getInstances
(CIMObjectPath pObjectName, String pContext, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.getInstancesWithPath
(CIMObjectPath pObjectName, String pContext, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.referencePaths
(CIMObjectPath pObjectName, String pResultClass, String pRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.references
(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects)