|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is designed to work in conjunction with iCIMMethodCall. It is to be implemented by user of that interface to allow the results to be communicated back. Since all operations of the iCIMMethodCall interface complete asyncronously, the methods of this interface act as callback or response handlers. For coorelation purposes, each method carries a refenerence to th the instance of iCIMMethodCall that originated the request.
iCIMMethodCall
,
aCIMProperty
,
aCIMError
Method Summary | |
---|---|
void |
CallInformationResponse(iCIMMethodCall Caller,
aCIMProperty[] Ins,
aCIMProperty[] Outs)
Called by the MethodCall handler when Method information request has completed. |
void |
InvokeResponse(iCIMMethodCall Caller,
aCIMProperty[] Outs)
Called by the MethodCall handler when Method invoke has completed. |
void |
MethodCallError(iCIMMethodCall Caller,
aCIMError Error)
Called by the MethodCall handler when a complete failure has occured. |
Method Detail |
public void MethodCallError(iCIMMethodCall Caller, aCIMError Error)
iCIMMethodCall
,
aCIMError
public void CallInformationResponse(iCIMMethodCall Caller, aCIMProperty[] Ins, aCIMProperty[] Outs)
iCIMMethodCall
,
aCIMProperty
public void InvokeResponse(iCIMMethodCall Caller, aCIMProperty[] Outs)
iCIMMethodCall
,
aCIMProperty
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |