|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.cim.CIMAccessor
This is an implementation of iCIMAccessor for use in Director. 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.
iCIMAccessorResponse
,
aCIMInstance
,
aCIMAccessPair
,
aCIMProperty
,
aCIMError
Constructor Summary | |
---|---|
CIMAccessor(long MOID)
|
Method Summary | |
---|---|
protected void |
CallBack(iCIMAccessorResponse Owner,
com.tivoli.twg.cim.CIMCommand cmd,
java.lang.Object[] DataStore)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CIMAccessor(long MOID)
Method Detail |
public boolean GetValue(aCIMInstance Instance, aCIMProperty Property, iCIMAccessorResponse Owner)
iCIMAccessor
GetValue
in interface iCIMAccessor
iCIMAccessor
public boolean SetValue(aCIMInstance Instance, aCIMProperty Property, iCIMAccessorResponse Owner)
iCIMAccessor
SetValue
in interface iCIMAccessor
iCIMAccessor
public boolean GetValue(aCIMAccessPair[] Values, iCIMAccessorResponse Owner)
iCIMAccessor
GetValue
in interface iCIMAccessor
iCIMAccessor
public boolean SetValue(aCIMAccessPair[] Values, iCIMAccessorResponse Owner)
iCIMAccessor
SetValue
in interface iCIMAccessor
iCIMAccessor
protected void CallBack(iCIMAccessorResponse Owner, com.tivoli.twg.cim.CIMCommand cmd, java.lang.Object[] DataStore)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |