public abstract class CIMOperation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
iMethodCall |
protected java.lang.String |
iNameSpace |
protected CIMObjectPath |
iObjectName |
protected java.lang.Object |
iResult |
| Constructor and Description |
|---|
CIMOperation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMethodCall()
Returns the method call
|
java.lang.String |
getNameSpace()
Returns the namespace
|
CIMObjectPath |
getObjectName()
Returns the object name
|
java.lang.Object |
getResult()
Returns the result of the operation
|
boolean |
isException()
Returns if an (uncaught) exception occurred
|
void |
setNameSpace(java.lang.String pNamespace)
Sets the namespace
|
void |
setResult(java.lang.Object pResult)
Sets the operation result
|
protected CIMObjectPath iObjectName
protected java.lang.String iNameSpace
protected java.lang.String iMethodCall
protected java.lang.Object iResult
public CIMObjectPath getObjectName()
public java.lang.String getNameSpace()
public void setNameSpace(java.lang.String pNamespace)
pNamespace - The namespacepublic java.lang.String getMethodCall()
public boolean isException()
true if an (uncaught) exception occurred,
false otherwisepublic java.lang.Object getResult()
throws WBEMException
WBEMExceptionpublic void setResult(java.lang.Object pResult)
pResult - The resultCopyright © 2005, 2013 IBM Corporation. All Rights Reserved.