Package | Description |
---|---|
javax.wbem.client |
Provides classes and interfaces for writing WBEM Clients.
|
org.sblim.cimclient.internal.wbem |
Internal implemenation of the interfaces from the javax.wbem package.
|
Modifier and Type | Method and Description |
---|---|
CloseableIterator<CIMClass> |
WBEMClient.associatorClasses(CIMObjectPath pObjectName,
String pAssociationClass,
String pResultClass,
String pRole,
String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList)
Enumerates CIM classes that are associated to a specified source CIM
Object.
|
CloseableIterator<CIMInstance> |
WBEMClient.associatorInstances(CIMObjectPath pObjectName,
String pAssociationClass,
String pResultClass,
String pRole,
String pResultRole,
boolean pIncludeClassOrigin,
String[] pPropertyList)
Enumerates CIMInstances that are associated to a specified source CIM
Object.
|
CloseableIterator<CIMObjectPath> |
WBEMClient.associatorNames(CIMObjectPath pObjectName,
String pAssociationClass,
String pResultClass,
String pRole,
String pResultRole)
Enumerates the
CIMObjectPaths of CIM Objects that are
associated to a particular source CIM Object. |
CloseableIterator |
WBEMClient.associators(CIMObjectPath pObjectName,
String pAssociationClass,
String pResultClass,
String pRole,
String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList)
This function will be deprecated soon.
|
CloseableIterator<CIMClass> |
WBEMClient.enumerateClasses(CIMObjectPath pPath,
boolean pDeep,
boolean pPropagated,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin)
Enumerate CIM Classes.
|
CloseableIterator<CIMObjectPath> |
WBEMClient.enumerateClassNames(CIMObjectPath pPath,
boolean pDeep)
Enumerate the names of CIM Classes.
|
CloseableIterator<CIMObjectPath> |
WBEMClient.enumerateInstanceNames(CIMObjectPath pPath)
Enumerate the names of the instances for a specified class.
|
CloseableIterator<CIMInstance> |
WBEMClient.enumerateInstances(CIMObjectPath pPath,
boolean pDeep,
boolean pPropagated,
boolean pIncludeClassOrigin,
String[] pPropertyList)
Enumerate the instances of a class.
|
CloseableIterator<CIMQualifierType<?>> |
WBEMClient.enumerateQualifierTypes(CIMObjectPath pPath)
Enumerates the CIM Qualifier Types for a specific namespace
|
CloseableIterator<CIMInstance> |
WBEMClient.execQuery(CIMObjectPath pPath,
String pQuery,
String pQueryLanguage)
ExecQuery will execute a query to retrieve objects.
|
CloseableIterator<E> |
EnumerateResponse.getResponses()
Get the CloseableIterator for the returned CIM Elements.
|
CloseableIterator<CIMClass> |
WBEMClient.referenceClasses(CIMObjectPath pObjectName,
String pResultClass,
String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList)
Enumerates the Association classes that refer to a specified source CIM
Class.
|
CloseableIterator<CIMInstance> |
WBEMClient.referenceInstances(CIMObjectPath pObjectName,
String pResultClass,
String pRole,
boolean pIncludeClassOrigin,
String[] pPropertyList)
Enumerates the Association instances that refer to a specified source CIM
Instance.
|
CloseableIterator<CIMObjectPath> |
WBEMClient.referenceNames(CIMObjectPath pObjectName,
String pResultClass,
String pRole)
Enumerates the
CIMObjectPath s of Association Objects that
are refer to a particular source CIM Object. |
CloseableIterator |
WBEMClient.references(CIMObjectPath pObjectName,
String pResultClass,
String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList)
This function will be deprecated soon.
|
Constructor and Description |
---|
EnumerateResponse(String context,
CloseableIterator<E> responses,
boolean end)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
CloseableIteratorDOM
Class CloseableIteratorDOM is a CloseableIterator implementation for the
CIM-XML DOM parser.
|
class |
CloseableIteratorGeneric<E>
Class CloseableIteratorGeneric creates new CloseableIterator from an Iterator
and WBEMException.
|
class |
CloseableIteratorPULL
CloseableIterator implementation for PULL parser.
|
class |
CloseableIteratorSAX
CloseableIterator implementation for SAX parser.
|
Modifier and Type | Method and Description |
---|---|
CloseableIterator<CIMClass> |
WBEMClientCIMXML.associatorClasses(CIMObjectPath pObjectName,
String pAssociationClass,
String pResultClass,
String pRole,
String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList) |
CloseableIterator<CIMInstance> |
WBEMClientCIMXML.associatorInstances(CIMObjectPath pObjectName,
String pAssociationClass,
String pResultClass,
String pRole,
String pResultRole,
boolean pIncludeClassOrigin,
String[] pPropertyList) |
CloseableIterator<CIMObjectPath> |
WBEMClientCIMXML.associatorNames(CIMObjectPath pObjectName,
String pAssociationClass,
String pResultClass,
String pRole,
String pResultRole) |
CloseableIterator |
WBEMClientCIMXML.associators(CIMObjectPath pObjectName,
String pAssociationClass,
String pResultClass,
String pRole,
String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList) |
CloseableIterator<CIMClass> |
WBEMClientCIMXML.enumerateClasses(CIMObjectPath pPath,
boolean pDeep,
boolean pPropagated,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin) |
CloseableIterator<CIMObjectPath> |
WBEMClientCIMXML.enumerateClassNames(CIMObjectPath pPath,
boolean pDeep) |
CloseableIterator<CIMObjectPath> |
WBEMClientCIMXML.enumerateInstanceNames(CIMObjectPath pPath) |
CloseableIterator<CIMInstance> |
WBEMClientCIMXML.enumerateInstances(CIMObjectPath pPath,
boolean pDeep,
boolean pPropagated,
boolean pIncludeClassOrigin,
String[] pPropertyList) |
CloseableIterator<CIMQualifierType<?>> |
WBEMClientCIMXML.enumerateQualifierTypes(CIMObjectPath pPath) |
CloseableIterator<CIMInstance> |
WBEMClientCIMXML.execQuery(CIMObjectPath pPath,
String pQuery,
String pQueryLanguage) |
CloseableIterator<CIMClass> |
WBEMClientCIMXML.referenceClasses(CIMObjectPath pObjectName,
String pResultClass,
String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList) |
CloseableIterator<CIMInstance> |
WBEMClientCIMXML.referenceInstances(CIMObjectPath pObjectName,
String pResultClass,
String pRole,
boolean pIncludeClassOrigin,
String[] pPropertyList) |
CloseableIterator<CIMObjectPath> |
WBEMClientCIMXML.referenceNames(CIMObjectPath pObjectName,
String pResultClass,
String pRole) |
CloseableIterator |
WBEMClientCIMXML.references(CIMObjectPath pObjectName,
String pResultClass,
String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList) |
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.