org.sblim.wbem.client
public interface CIMOMHandle
| Modifier and Type | Method and Description |
|---|---|
void |
addCIMListener(CIMListener pListener) |
java.util.Enumeration |
associatorNames(CIMObjectPath pPath) |
java.util.Enumeration |
associatorNames(CIMObjectPath pPath,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole) |
java.util.Enumeration |
associators(CIMObjectPath pPath,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
void |
close() |
void |
close(boolean pKeepEnumerations) |
void |
createClass(CIMObjectPath pPath,
CIMClass pClass) |
CIMObjectPath |
createInstance(CIMObjectPath pPath,
CIMInstance instance) |
void |
createNameSpace(CIMNameSpace pNamespace) |
void |
createQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
void |
deleteClass(CIMObjectPath pPath) |
void |
deleteInstance(CIMObjectPath pPath) |
void |
deleteNameSpace(CIMNameSpace pNamespace) |
void |
deleteQualifierType(CIMObjectPath pPath) |
java.util.Enumeration |
enumerateClasses(CIMObjectPath pPath,
boolean pDeep,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin) |
java.util.Enumeration |
enumerateClassNames(CIMObjectPath pPath,
boolean pDeep) |
java.util.Enumeration |
enumerateInstanceNames(CIMObjectPath pPath) |
java.util.Enumeration |
enumerateInstances(CIMObjectPath pPath,
boolean pDeep,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
java.util.Enumeration |
enumNameSpace(CIMObjectPath pPath,
boolean pDeep) |
java.util.Enumeration |
enumQualifierTypes(CIMObjectPath pPath) |
java.util.Enumeration |
execQuery(CIMObjectPath pPath,
java.lang.String pQuery,
java.lang.String pQueryLanguage) |
CIMClass |
getClass(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
CIMInstance |
getIndicationHandler(CIMListener pListener) |
CIMInstance |
getIndicationListener(CIMListener pListener) |
CIMInstance |
getInstance(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
java.util.Locale |
getLocale() |
CIMNameSpace |
getNameSpace() |
CIMValue |
getProperty(CIMObjectPath pPath,
java.lang.String pPropertyName) |
CIMQualifierType |
getQualifierType(CIMObjectPath pPath) |
SessionProperties |
getSessionProperties() |
CIMValue |
invokeMethod(CIMObjectPath pPath,
java.lang.String pMethodName,
java.util.Vector pInputArguments,
java.util.Vector pOutputArguments) |
BatchResult |
performBatchOperations(BatchHandle pBatchHandle) |
java.util.Enumeration |
referenceNames(CIMObjectPath pPath) |
java.util.Enumeration |
referenceNames(CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole) |
java.util.Enumeration |
references(CIMObjectPath pPath) |
java.util.Enumeration |
references(CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
void |
removeCIMListener(CIMListener pListener) |
void |
setClass(CIMObjectPath pPath,
CIMClass pClass) |
void |
setInstance(CIMObjectPath pPath,
CIMInstance pInstance,
boolean pIncludeQualifiers,
java.lang.String[] pPropertyList) |
void |
setLocale(java.util.Locale pLocale) |
void |
setProperty(CIMObjectPath pPath,
java.lang.String pPropertyName) |
void |
setProperty(CIMObjectPath pPath,
java.lang.String pPropertyName,
CIMValue pValue) |
void |
setQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
void |
setSessionProperties(SessionProperties pProperties) |
void |
useHttp11(boolean pValue) |
void |
useMPost(boolean pValue) |
void addCIMListener(CIMListener pListener) throws CIMException
CIMExceptionjava.util.Enumeration associatorNames(CIMObjectPath pPath) throws CIMException
CIMExceptionjava.util.Enumeration associatorNames(CIMObjectPath pPath, java.lang.String pAssociationClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole) throws CIMException
CIMExceptionjava.util.Enumeration associators(CIMObjectPath pPath, java.lang.String pAssociationClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws CIMException
CIMExceptionvoid close()
throws CIMException
CIMExceptionvoid close(boolean pKeepEnumerations)
throws CIMException
CIMExceptionvoid createClass(CIMObjectPath pPath, CIMClass pClass) throws CIMException
CIMExceptionCIMObjectPath createInstance(CIMObjectPath pPath, CIMInstance instance) throws CIMException
CIMExceptionvoid createNameSpace(CIMNameSpace pNamespace) throws CIMException
CIMExceptionvoid createQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) throws CIMException
CIMExceptionvoid deleteClass(CIMObjectPath pPath) throws CIMException
CIMExceptionvoid deleteInstance(CIMObjectPath pPath) throws CIMException
CIMExceptionvoid deleteNameSpace(CIMNameSpace pNamespace) throws CIMException
CIMExceptionvoid deleteQualifierType(CIMObjectPath pPath) throws CIMException
CIMExceptionjava.util.Enumeration enumerateInstanceNames(CIMObjectPath pPath) throws CIMException
CIMExceptionjava.util.Enumeration enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) throws CIMException
CIMExceptionjava.util.Enumeration enumerateClassNames(CIMObjectPath pPath, boolean pDeep) throws CIMException
CIMExceptionjava.util.Enumeration enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws CIMException
CIMExceptionjava.util.Enumeration enumNameSpace(CIMObjectPath pPath, boolean pDeep) throws CIMException
CIMExceptionjava.util.Enumeration enumQualifierTypes(CIMObjectPath pPath) throws CIMException
CIMExceptionjava.util.Enumeration execQuery(CIMObjectPath pPath, java.lang.String pQuery, java.lang.String pQueryLanguage) throws CIMException
CIMExceptionCIMClass getClass(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws CIMException
CIMExceptionCIMInstance getIndicationHandler(CIMListener pListener) throws CIMException
CIMExceptionCIMInstance getIndicationListener(CIMListener pListener) throws CIMException
CIMExceptionCIMInstance getInstance(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws CIMException
CIMExceptionCIMValue getProperty(CIMObjectPath pPath, java.lang.String pPropertyName) throws CIMException
CIMExceptionCIMQualifierType getQualifierType(CIMObjectPath pPath) throws CIMException
CIMExceptionCIMValue invokeMethod(CIMObjectPath pPath, java.lang.String pMethodName, java.util.Vector pInputArguments, java.util.Vector pOutputArguments) throws CIMException
CIMExceptionBatchResult performBatchOperations(BatchHandle pBatchHandle) throws CIMException
CIMExceptionjava.util.Enumeration referenceNames(CIMObjectPath pPath) throws CIMException
CIMExceptionjava.util.Enumeration referenceNames(CIMObjectPath pPath, java.lang.String pResultClass, java.lang.String pRole) throws CIMException
CIMExceptionjava.util.Enumeration references(CIMObjectPath pPath) throws CIMException
CIMExceptionjava.util.Enumeration references(CIMObjectPath pPath, java.lang.String pResultClass, java.lang.String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws CIMException
CIMExceptionvoid removeCIMListener(CIMListener pListener) throws CIMException
CIMExceptionvoid setClass(CIMObjectPath pPath, CIMClass pClass) throws CIMException
CIMExceptionvoid setInstance(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, java.lang.String[] pPropertyList) throws CIMException
CIMExceptionvoid setProperty(CIMObjectPath pPath, java.lang.String pPropertyName) throws CIMException
CIMExceptionvoid setProperty(CIMObjectPath pPath, java.lang.String pPropertyName, CIMValue pValue) throws CIMException
CIMExceptionvoid setQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) throws CIMException
CIMExceptionvoid useHttp11(boolean pValue)
void useMPost(boolean pValue)
CIMNameSpace getNameSpace()
void setLocale(java.util.Locale pLocale)
java.util.Locale getLocale()
SessionProperties getSessionProperties()
void setSessionProperties(SessionProperties pProperties)
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.