|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.cimclient.internal.wbem.operations.CIMOperation
public abstract class CIMOperation
CIMOperation
Field Summary | |
---|---|
protected java.lang.String |
iMethodCall
|
protected java.lang.String |
iNameSpace
|
protected CIMObjectPath |
iObjectName
|
protected java.lang.Object |
iResult
|
Constructor Summary | |
---|---|
CIMOperation()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CIMObjectPath iObjectName
protected java.lang.String iNameSpace
protected java.lang.String iMethodCall
protected java.lang.Object iResult
Constructor Detail |
---|
public CIMOperation()
Method Detail |
---|
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
WBEMException
public void setResult(java.lang.Object pResult)
pResult
- The result
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |