com.tivoli.twg.engine
Interface TWGManagedObjectActionListener


public interface TWGManagedObjectActionListener

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

RESULT_OK

public static final int RESULT_OK
Result code - completed successfully

See Also:
Constant Field Values

RESULT_UNSUPPORTED

public static final int RESULT_UNSUPPORTED
Result code - not supported

See Also:
Constant Field Values

RESULT_NOT_AVAIL

public static final int RESULT_NOT_AVAIL
Result code - managed object not available

See Also:
Constant Field Values

RESULT_NOT_ACCESSABLE

public static final int RESULT_NOT_ACCESSABLE
Result code - managed object not accessable

See Also:
Constant Field Values

RESULT_NOT_AUTHORIZED

public static final int RESULT_NOT_AUTHORIZED
Result code - not authorized

See Also:
Constant Field Values

RESULT_FAILED

public static final int RESULT_FAILED
Result code - attempt failed

See Also:
Constant Field Values

RESULT_ENCRYPT_FAILED

public static final int RESULT_ENCRYPT_FAILED
Result code - failed to access encrypted sytem

See Also:
Constant Field Values
Method Detail

actionResultNofication

public void actionResultNofication(TWGManagedObject mo,
                                   java.lang.Object req_id_obj,
                                   int result)
Action completed notification : used to deliver result of action

Parameters:
mo - - managed object targetted by action
req_id_obj - - request ID passed by caller to action method
result - - result code for action method