|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.sblim.wbem.client.operations.CIMOperation
| Field Summary | |
|---|---|
protected java.lang.String |
iMethodCall
|
protected CIMNameSpace |
iNameSpace
|
protected CIMObjectPath |
iObjectName
|
protected java.lang.Object |
iResult
|
| Constructor Summary | |
|---|---|
CIMOperation()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected CIMObjectPath iObjectName
protected CIMNameSpace iNameSpace
protected java.lang.String iMethodCall
protected java.lang.Object iResult
| Constructor Detail |
public CIMOperation()
| Method Detail |
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 otherwise
public java.lang.Object getResult()
throws CIMException
CIMExceptionpublic 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 | |||||||||||