Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.sblim.wbem.client.BatchCIMClient
Constructor Summary | |
Method Summary | |
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int | |
int |
|
int |
|
int |
|
int |
|
Vector | |
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
public int associatorNames(CIMObjectPath pObjectName)
- Specified by:
- associatorNames in interface BatchHandle
public int associatorNames(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole)
- Specified by:
- associatorNames in interface BatchHandle
public int associators(CIMObjectPath pObjectName)
- Specified by:
- associators in interface BatchHandle
public int associators(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
- Specified by:
- associators in interface BatchHandle
public int createClass(CIMObjectPath pPath, CIMClass pClass)
- Specified by:
- createClass in interface BatchHandle
public int createInstance(CIMObjectPath pPath, CIMInstance pInstance)
- Specified by:
- createInstance in interface BatchHandle
public int createNameSpace(CIMNameSpace pNamespace)
- Specified by:
- createNameSpace in interface BatchHandle
public int createQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType)
- Specified by:
- createQualifierType in interface BatchHandle
public int deleteClass(CIMObjectPath pPath)
- Specified by:
- deleteClass in interface BatchHandle
public int deleteInstance(CIMObjectPath pPath)
- Specified by:
- deleteInstance in interface BatchHandle
public int deleteNameSpace(CIMNameSpace pNamespace)
- Specified by:
- deleteNameSpace in interface BatchHandle
public int deleteQualifierType(CIMObjectPath pPath)
- Specified by:
- deleteQualifierType in interface BatchHandle
public int enumNameSpace(CIMNameSpace pNamespace)
- Specified by:
- enumNameSpace in interface BatchHandle
public int enumQualifierTypes(CIMObjectPath pPath)
- Specified by:
- enumQualifierTypes in interface BatchHandle
public int enumerateClassNames(CIMObjectPath pPath, boolean pDeep)
- Specified by:
- enumerateClassNames in interface BatchHandle
public int enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
- Specified by:
- enumerateClasses in interface BatchHandle
public int enumerateInstanceNames(CIMObjectPath pPath)
- Specified by:
- enumerateInstanceNames in interface BatchHandle
public int enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
- Specified by:
- enumerateInstances in interface BatchHandle
public int execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage)
- Specified by:
- execQuery in interface BatchHandle
public int getClass(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
- Specified by:
- getClass in interface BatchHandle
public int getInstance(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
- Specified by:
- getInstance in interface BatchHandle
public int getProperty(CIMObjectPath pPath, String pName)
- Specified by:
- getProperty in interface BatchHandle
public int getQualifierType(CIMObjectPath pPath)
- Specified by:
- getQualifierType in interface BatchHandle
public int getQualifierType(CIMObjectPath pPath, String pQualifierType)
No idea what this method is for
- Parameters:
pPath
-pQualifierType
-
- Returns:
- int
public int invokeMethod(CIMObjectPath pPath, String pMethodName, Vector pInParameters, Vector pOutParameters)
- Specified by:
- invokeMethod in interface BatchHandle
public int referenceNames(CIMObjectPath pPath)
- Specified by:
- referenceNames in interface BatchHandle
public int referenceNames(CIMObjectPath pPath, String pResultClass, String pRole)
- Specified by:
- referenceNames in interface BatchHandle
public int references(CIMObjectPath pPath)
- Specified by:
- references in interface BatchHandle
public int references(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
- Specified by:
- references in interface BatchHandle
public int setClass(CIMObjectPath pPath, CIMClass pClass)
- Specified by:
- setClass in interface BatchHandle
public int setInstance(CIMObjectPath pPath, CIMInstance pInstance)
- Specified by:
- setInstance in interface BatchHandle
public int setInstance(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList)
public int setProperty(CIMObjectPath pPath, String pName)
- Specified by:
- setProperty in interface BatchHandle
public int setProperty(CIMObjectPath pPath, String pName, CIMValue pValue)
- Specified by:
- setProperty in interface BatchHandle
public int setQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType)
- Specified by:
- setQualifierType in interface BatchHandle