|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is intended to provide all of the primitives necessary to implement the Get/Set functions required for CIM. It is implemented as an asynchronous interface, where the caller is required to implement the iCIMAccessorResponse interface. All primitives, except where specified otherwise, will be considered complete when either the method returns false, or the method returns true and the proper method in the iCIMAccessorResponse interface is called.
This interface is intended to be implementation neutral, leaving specific environmental concerns as an exercise for the implementor. It is the intention of this design, that any such implementation specific details be kept hidden from the user, and the integrity of this interface be preserved.
iCIMAccessorResponse
,
aCIMInstance
,
aCIMAccessPair
,
aCIMProperty
,
aCIMError
Method Summary | |
---|---|
boolean |
GetValue(aCIMAccessPair[] Values,
iCIMAccessorResponse Owner)
Bulk Get Operation. |
boolean |
GetValue(aCIMInstance Instance,
aCIMProperty Property,
iCIMAccessorResponse Owner)
Simple Get Operation. |
boolean |
SetValue(aCIMAccessPair[] Values,
iCIMAccessorResponse Owner)
Bulk Set Operation. |
boolean |
SetValue(aCIMInstance Instance,
aCIMProperty Property,
iCIMAccessorResponse Owner)
Simple Set Operation. |
Method Detail |
public boolean GetValue(aCIMInstance Instance, aCIMProperty Property, iCIMAccessorResponse Owner)
aCIMInstance
,
aCIMProperty
public boolean SetValue(aCIMInstance Instance, aCIMProperty Property, iCIMAccessorResponse Owner)
aCIMInstance
,
aCIMProperty
public boolean GetValue(aCIMAccessPair[] Values, iCIMAccessorResponse Owner)
aCIMAccessPair
public boolean SetValue(aCIMAccessPair[] Values, iCIMAccessorResponse Owner)
aCIMAccessPair
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |