|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Listener interfaces used for delivering results of various TWGManagedObject targetted asynchronous actions, such as system restart, shutdown, etc.
Field Summary | |
---|---|
static int |
RESULT_ENCRYPT_FAILED
Result code - failed to access encrypted sytem |
static int |
RESULT_FAILED
Result code - attempt failed |
static int |
RESULT_NOT_ACCESSABLE
Result code - managed object not accessable |
static int |
RESULT_NOT_AUTHORIZED
Result code - not authorized |
static int |
RESULT_NOT_AVAIL
Result code - managed object not available |
static int |
RESULT_OK
Result code - completed successfully |
static int |
RESULT_UNSUPPORTED
Result code - not supported |
Method Summary | |
---|---|
void |
actionResultNofication(TWGManagedObject mo,
java.lang.Object req_id_obj,
int result)
Action completed notification : used to deliver result of action |
Field Detail |
public static final int RESULT_OK
public static final int RESULT_UNSUPPORTED
public static final int RESULT_NOT_AVAIL
public static final int RESULT_NOT_ACCESSABLE
public static final int RESULT_NOT_AUTHORIZED
public static final int RESULT_FAILED
public static final int RESULT_ENCRYPT_FAILED
Method Detail |
public void actionResultNofication(TWGManagedObject mo, java.lang.Object req_id_obj, int result)
mo
- - managed object targetted by actionreq_id_obj
- - request ID passed by caller to action methodresult
- - result code for action method
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |