org.sblim.cimclient.internal.wbem.operations
public abstract class CIMOperation extends Object
| Field Summary | |
|---|---|
| protected String | iMethodCall |
| protected String | iNameSpace |
| protected CIMObjectPath | iObjectName |
| protected Object | iResult |
| Method Summary | |
|---|---|
| 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
|
Returns: The method call
Returns: The namespace
Returns: The object name
Returns: The result
Throws: WBEMException
Returns: true if an (uncaught) exception occurred,
false otherwise
Parameters: pNamespace The namespace
Parameters: pResult The result