|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for completion notification for client secure/unsecure operations
Field Summary | |
---|---|
static int |
FAILED
Result code : attempt failed |
static int |
IN_PROGRESS
Result code : in progress (only used for immediate return) |
static int |
INVALID
Result code : invalid target |
static int |
NOT_ALLOWED
Result code : insufficient privilege |
static int |
NOT_AVAILABLE
Result code : not available |
static int |
SUCCESS
Result code : successful action |
static int |
UNSUPPORTED
Result code : unsupported by client |
Method Summary | |
---|---|
void |
clientSecureCompleted(TWGManagedObject obj,
int rslt)
Notification interface for request results |
Field Detail |
public static final int SUCCESS
public static final int UNSUPPORTED
public static final int NOT_ALLOWED
public static final int NOT_AVAILABLE
public static final int FAILED
public static final int IN_PROGRESS
public static final int INVALID
Method Detail |
public void clientSecureCompleted(TWGManagedObject obj, int rslt)
obj
- - managed object targetted by requestrslt
- - result code
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |