|
|||||||||||
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 iDMIInterface. It is to be implemented by user of that interface to allow the results to be communicated back. Since all operations of the iDMIInterface complete asyncronously, the methods of this interface act as callback or response handlers. For coorelation purposes, each method carries a refenerence to the the instance of the iDMIInterface that originated the request.
iDMIInterface
,
DMIAttribute
,
DMIComponent
,
DMIGroup
,
DMIAttribute
,
DMIClassInfo
,
DMIAttributeValue
,
DMI_MultiRow
Method Summary | |
---|---|
void |
DMIError(DMIInterface Caller,
int DMIStatus)
Called by the DMI handler when a Complete failure has occured. |
void |
DMIGetResponse(DMI_MultiRow[] Values,
int RC,
DMIInterface Caller)
Called by the DMI handler when a DmiGetMultiple call has completed. |
void |
DMIGetResponse(DMIAttributeValue Value,
int RC,
DMIInterface Caller)
Called by the DMI handler when a DmiGetAttribute call has completed. |
void |
DMIListAttribute(DMIAttribute[] Attributes,
int RC,
DMIInterface Caller)
Called by the DMI handler when a DmiListAttributes call has completed. |
void |
DMIListClasses(com.tivoli.twg.dmi.DMIClassInfo[] Classes,
int RC,
DMIInterface Caller)
Called by the DMI handler when a DmiListClassNames call has completed. |
void |
DMIListComponent(DMIComponent[] Components,
int RC,
DMIInterface Caller)
Called by the DMI handler when a DmiListComponents or DmiListComponentsByClass call has completed. |
void |
DMIListGroup(DMIGroup[] Groups,
int RC,
DMIInterface Caller)
Called by the DMI handler when a DmiGroups call has completed. |
void |
DMIListLanguage(java.lang.String[] Langauges,
int RC,
DMIInterface Caller)
Called by the DMI handler when a DmiListLanguages call has completed. |
void |
DMIRegisterReady(DMIInterface Caller)
Called by the DMI handler when the Registration completes, and the interface is ready for use. |
void |
DMISetResponse(int RC,
DMIInterface Caller)
Called by the DMI handler when a DmiSetAttribute or DmiSetMultiple call has completed. |
Method Detail |
public void DMIRegisterReady(DMIInterface Caller)
iDMIInterface
public void DMIListComponent(DMIComponent[] Components, int RC, DMIInterface Caller)
iDMIInterface
,
DMIComponent
,
DMICodes
public void DMIListGroup(DMIGroup[] Groups, int RC, DMIInterface Caller)
iDMIInterface
,
DMIGroup
,
DMICodes
public void DMIListAttribute(DMIAttribute[] Attributes, int RC, DMIInterface Caller)
iDMIInterface
,
com.tivoli.twg.dmi.DMIAttributes
,
DMICodes
public void DMIListLanguage(java.lang.String[] Langauges, int RC, DMIInterface Caller)
iDMIInterface
,
DMICodes
public void DMIListClasses(com.tivoli.twg.dmi.DMIClassInfo[] Classes, int RC, DMIInterface Caller)
iDMIInterface
,
DMIClassInfo
,
DMICodes
public void DMIGetResponse(DMIAttributeValue Value, int RC, DMIInterface Caller)
iDMIInterface
,
DMIAttributeValue
,
DMICodes
public void DMIGetResponse(DMI_MultiRow[] Values, int RC, DMIInterface Caller)
iDMIInterface
,
DMI_MultiRow
,
DMIAttributeValue
,
DMICodes
public void DMISetResponse(int RC, DMIInterface Caller)
iDMIInterface
,
DMICodes
public void DMIError(DMIInterface Caller, int DMIStatus)
iDMIInterface
,
DMICodes
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |