Package | Description |
---|---|
javax.cim |
Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification.
|
javax.wbem.client |
Provides classes and interfaces for writing WBEM Clients.
|
org.sblim.cimclient.internal.cimxml |
Internal cim-xml DOM parser & builder implementation.
|
org.sblim.cimclient.internal.wbem |
Internal implemenation of the interfaces from the javax.wbem package.
|
Modifier and Type | Method and Description |
---|---|
int |
UnsignedInteger32.compareTo(UnsignedInteger32 pOther)
Compares this object with the specified object for order.
|
Modifier and Type | Method and Description |
---|---|
EnumerateResponse<CIMObjectPath> |
WBEMClient.associatorPaths(CIMObjectPath pInstancePath,
String pAssociationClass,
String pResultClass,
String pRole,
String pResultRole,
String pFilterQueryLanguage,
String pFilterQuery,
UnsignedInteger32 pTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjects)
associatorPaths will start an enumeration session for
traversing associations starting from the instance defined in the
pInstancePath parameter using any specified filtering
criteria and return zero or more CIMObjectPath objects. |
EnumerateResponse<CIMInstance> |
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 will start an enumeration session for traversing
associations starting from the instance defined in the
pInstancePath parameter using any specified filtering
criteria and return zero or more CIMInstance objects. |
EnumerateResponse<CIMObjectPath> |
WBEMClient.enumerateInstancePaths(CIMObjectPath pClassPath,
String pFilterQueryLanguage,
String pFilterQuery,
UnsignedInteger32 pTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjects)
enumerateInstancePaths will enumerate the instances of the
specified class in pClassPath and return zero or more
CIMObjectPath s. |
EnumerateResponse<CIMInstance> |
WBEMClient.enumerateInstances(CIMObjectPath pClassPath,
boolean pDeepInheritance,
boolean pIncludeClassOrigin,
String[] pPropertyList,
String pFilterQueryLanguage,
String pFilterQuery,
UnsignedInteger32 pTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjects)
enumerateInstances will enumerate the instances of the
specified class in pClassPath and return zero or more
CIMInstance s. |
EnumerateResponse<CIMInstance> |
WBEMClient.execQueryInstances(CIMObjectPath pObjectName,
String pFilterQuery,
String pFilterQueryLanguage,
boolean pReturnQueryResultClass,
UnsignedInteger32 pTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjects,
CIMClass pQueryResultClass)
execQueryInstances will execute a query to retrieve
instances. |
EnumerateResponse<CIMObjectPath> |
WBEMClient.getInstancePaths(CIMObjectPath pPath,
String pContext,
UnsignedInteger32 pMaxObjects)
getInstancePaths will get the CIMObjectPath s
using an enumeration context. |
EnumerateResponse<CIMInstance> |
WBEMClient.getInstances(CIMObjectPath pPath,
String pContext,
UnsignedInteger32 pMaxObjects)
getInstances will get the instances from an enumeration
session started by execQueryInstances . |
EnumerateResponse<CIMInstance> |
WBEMClient.getInstancesWithPath(CIMObjectPath pPath,
String pContext,
UnsignedInteger32 pMaxObjects)
getInstancesWithPath will use the enumeration context
provided to get the next set of instances for the enumeration session. |
EnumerateResponse<CIMObjectPath> |
WBEMClient.referencePaths(CIMObjectPath pInstancePath,
String pResultClass,
String pRole,
String pFilterQueryLanguage,
String pFilterQuery,
UnsignedInteger32 pTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjects)
referencePaths will start an enumeration session for
association instances that have references that refer to the instance
defined in the pInstancePath parameter and return zero or
more CIMObjectPath objects. |
EnumerateResponse<CIMInstance> |
WBEMClient.references(CIMObjectPath pInstancePath,
String pResultClass,
String pRole,
boolean pIncludeClassOrigin,
String[] pPropertyList,
String pFilterQueryLanguage,
String pFilterQuery,
UnsignedInteger32 pTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjects)
references will start an enumeration session for association
instances that have references that refer to the instance defined in the
pInstancePath parameter and return zero or more
CIMInstance objects. |
Modifier and Type | Method and Description |
---|---|
Element |
CIMClientXML_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_request
|
Element |
CIMClientXML_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_request
|
Element |
CIMClientXML_HelperImpl.OpenEnumerateInstancePaths_request(Document pDoc,
CIMObjectPath pPath,
String pFilterQueryLanguage,
String pFilterQuery,
UnsignedInteger32 pOperationTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount)
OpenEnumerateInstancePaths_request
|
Element |
CIMClientXML_HelperImpl.OpenEnumerateInstances_request(Document pDoc,
CIMObjectPath pPath,
boolean pDeepInheritance,
boolean pIncludeClassOrigin,
String[] pPropertyList,
String pFilterQueryLanguage,
String pFilterQuery,
UnsignedInteger32 pOperationTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount)
OpenEnumerateInstances_request
|
Element |
CIMClientXML_HelperImpl.OpenQueryInstances_request(Document pDoc,
CIMObjectPath pPath,
String pFilterQuery,
String pFilterQueryLanguage,
boolean pReturnQueryResultClass,
UnsignedInteger32 pOperationTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount,
CIMClass pQueryResultClass)
OpenQueryInstances_request
|
Element |
CIMClientXML_HelperImpl.OpenReferenceInstancePaths_request(Document pDoc,
CIMObjectPath pPath,
String pResultClass,
String pRole,
String pFilterQueryLanguage,
String pFilterQuery,
UnsignedInteger32 pOperationTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount)
referencePaths_request
|
Element |
CIMClientXML_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_request
|
Element |
CIMClientXML_HelperImpl.PullInstancePaths_request(Document pDoc,
CIMObjectPath pPath,
String pContext,
UnsignedInteger32 pMaxObjectCount)
PullInstancePaths_request
|
Element |
CIMClientXML_HelperImpl.PullInstances_request(Document pDoc,
CIMObjectPath pPath,
String pContext,
UnsignedInteger32 pMaxObjectCount)
PullInstances_request
|
Element |
CIMClientXML_HelperImpl.PullInstancesWithPath_request(Document pDoc,
CIMObjectPath pPath,
String pContext,
UnsignedInteger32 pMaxObjectCount)
PullInstancesWithPath_request
|
Modifier and Type | Method and Description |
---|---|
EnumerateResponse<CIMObjectPath> |
WBEMClientCIMXML.associatorPaths(CIMObjectPath pObjectName,
String pAssociationClass,
String pResultClass,
String pRole,
String pResultRole,
String pFilterQueryLanguage,
String pFilterQuery,
UnsignedInteger32 pTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjects) |
EnumerateResponse<CIMInstance> |
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) |
EnumerateResponse<CIMObjectPath> |
WBEMClientCIMXML.enumerateInstancePaths(CIMObjectPath pObjectName,
String pFilterQueryLanguage,
String pFilterQuery,
UnsignedInteger32 pTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjects) |
EnumerateResponse<CIMInstance> |
WBEMClientCIMXML.enumerateInstances(CIMObjectPath pObjectName,
boolean pDeepInheritance,
boolean pIncludeClassOrigin,
String[] pPropertyList,
String pFilterQueryLanguage,
String pFilterQuery,
UnsignedInteger32 pTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjects) |
EnumerateResponse<CIMInstance> |
WBEMClientCIMXML.execQueryInstances(CIMObjectPath pObjectName,
String pFilterQuery,
String pFilterQueryLanguage,
boolean pReturnQueryResultClass,
UnsignedInteger32 pTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjects,
CIMClass pQueryResultClass) |
EnumerateResponse<CIMObjectPath> |
WBEMClientCIMXML.getInstancePaths(CIMObjectPath pObjectName,
String pContext,
UnsignedInteger32 pMaxObjects) |
EnumerateResponse<CIMInstance> |
WBEMClientCIMXML.getInstances(CIMObjectPath pObjectName,
String pContext,
UnsignedInteger32 pMaxObjects) |
EnumerateResponse<CIMInstance> |
WBEMClientCIMXML.getInstancesWithPath(CIMObjectPath pObjectName,
String pContext,
UnsignedInteger32 pMaxObjects) |
EnumerateResponse<CIMObjectPath> |
WBEMClientCIMXML.referencePaths(CIMObjectPath pObjectName,
String pResultClass,
String pRole,
String pFilterQueryLanguage,
String pFilterQuery,
UnsignedInteger32 pTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjects) |
EnumerateResponse<CIMInstance> |
WBEMClientCIMXML.references(CIMObjectPath pObjectName,
String pResultClass,
String pRole,
boolean pIncludeClassOrigin,
String[] pPropertyList,
String pFilterQueryLanguage,
String pFilterQuery,
UnsignedInteger32 pTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjects) |
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.