|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Listener interface for reporting distributed configuration agent results.
Field Summary | |
---|---|
static int |
RESULT_AGENT_NOT_AVAIL
Result code - agent not currently available/online |
static int |
RESULT_COMM_ERROR
Result code - communications error attempting to distribute configuration to target |
static int |
RESULT_ERROR
Result code - general error |
static int |
RESULT_SUCCESS
Result code - completed successfully |
static int |
RESULT_UNSUPPORTED
Result code - agent doesn't support given configuration block |
Method Summary | |
---|---|
void |
reportDistConfigAgentRecordDeleted(TWGManagedObject mo,
java.lang.String rec_id,
long obj_id)
Callback for reporting delete of specific record on specific managed object. |
void |
reportDistConfigAgentRecordUpdated(TWGManagedObject mo,
java.lang.String rec_id,
long obj_id)
Callback for reporting add/update of specific record on specific managed object. |
void |
reportDistConfigAgentResult(TWGManagedObject mo,
int result_code)
Callback interface for completion notification on distributed record delivery to a specific agent. |
Field Detail |
public static final int RESULT_SUCCESS
public static final int RESULT_UNSUPPORTED
public static final int RESULT_COMM_ERROR
public static final int RESULT_AGENT_NOT_AVAIL
public static final int RESULT_ERROR
Method Detail |
public void reportDistConfigAgentResult(TWGManagedObject mo, int result_code)
mo
- - managed object targetedresult_code
- - result codepublic void reportDistConfigAgentRecordUpdated(TWGManagedObject mo, java.lang.String rec_id, long obj_id)
mo
- - managed object targetedrec_id
- - record ID stringobj_id
- - object ID for record (MO-ID or Group ID)public void reportDistConfigAgentRecordDeleted(TWGManagedObject mo, java.lang.String rec_id, long obj_id)
mo
- - managed object targetedrec_id
- - record ID stringobj_id
- - object ID for record (MO-ID or Group ID)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |