org.sblim.wbem.client.operations
public abstract class CIMOperation extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
iMethodCall |
protected CIMNameSpace |
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
|
CIMNameSpace |
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(CIMNameSpace pNamespace)
Sets the namespace
|
void |
setResult(java.lang.Object pResult)
Sets the operation result
|
protected CIMObjectPath iObjectName
protected CIMNameSpace iNameSpace
protected java.lang.String iMethodCall
protected java.lang.Object iResult
public CIMObjectPath getObjectName()
public CIMNameSpace getNameSpace()
public void setNameSpace(CIMNameSpace pNamespace)
pNamespace
- The namespacepublic java.lang.String getMethodCall()
public boolean isException()
true
if an (uncaught) exception occurred,
false
otherwisepublic java.lang.Object getResult() throws CIMException
CIMException
public void setResult(java.lang.Object pResult)
pResult
- The resultCopyright © 2005, 2009 IBM Corporation. All Rights Reserved.