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