com.ibm.ram.client.status
Interface RAMStatusCodes

All Known Implementing Classes:
RAMStatus

public interface RAMStatusCodes

Represents the outcome of an operation. Status codes are used with the RAMStatus class.

Since:
7.1
Author:
kbauer

Field Summary
static int ADD_FAILED
          Target Object was not added
static int ADD_SUCCESSFUL
          Target Object was added successfully
static int ARCHIVE_FAILED
          Target Object was not archived
static int ARCHIVE_SUCCESSFUL
          Target Object was archived successfully
static int COMPLETE
          RAM Operation is complete
static int CREATE_FAILED
          Target Object was not created
static int CREATE_SUCCESSFUL
          Target Object was created successfully
static int DELETE_FAILED
          Target Object was not deleted
static int DELETE_SUCCESSFUL
          Target Object was deleted successfully
static int IN_PROGRESS
          RAM Operation is in progress
static int REGISTER_FAILED
          Target Object was not registered
static int REGISTER_SUCCESSFUL
          Target Object was registered successfully
static int REMOVE_FAILED
          Target Object was not removed
static int REMOVE_SUCCESSFUL
          Target Object was removed successfully
static int RETIRE_FAILED
          Target Object was not retired
static int RETIRE_SUCCESSFUL
          Target Object was retired successfully
static int UNKNOWN_ERROR
          Unknown Error
static int UPDATE_FAILED
          Target Object was not updated
static int UPDATE_SUCCESSFUL
          Target Object was updated successfully
static int VALIDATION_FAILED
          Target Object was not validated
static int VALIDATION_SUCCESSFUL
          Target Object was validated successfully
 

Field Detail

IN_PROGRESS

static final int IN_PROGRESS
RAM Operation is in progress

Since:
7.1
See Also:
Constant Field Values

COMPLETE

static final int COMPLETE
RAM Operation is complete

Since:
7.1
See Also:
Constant Field Values

CREATE_SUCCESSFUL

static final int CREATE_SUCCESSFUL
Target Object was created successfully

Since:
7.1
See Also:
Constant Field Values

UPDATE_SUCCESSFUL

static final int UPDATE_SUCCESSFUL
Target Object was updated successfully

Since:
7.1
See Also:
Constant Field Values

DELETE_SUCCESSFUL

static final int DELETE_SUCCESSFUL
Target Object was deleted successfully

Since:
7.1
See Also:
Constant Field Values

RETIRE_SUCCESSFUL

static final int RETIRE_SUCCESSFUL
Target Object was retired successfully

Since:
7.1
See Also:
Constant Field Values

ARCHIVE_SUCCESSFUL

static final int ARCHIVE_SUCCESSFUL
Target Object was archived successfully

Since:
7.1
See Also:
Constant Field Values

REGISTER_SUCCESSFUL

static final int REGISTER_SUCCESSFUL
Target Object was registered successfully

Since:
7.1
See Also:
Constant Field Values

ADD_SUCCESSFUL

static final int ADD_SUCCESSFUL
Target Object was added successfully

Since:
7.1
See Also:
Constant Field Values

REMOVE_SUCCESSFUL

static final int REMOVE_SUCCESSFUL
Target Object was removed successfully

Since:
7.1
See Also:
Constant Field Values

VALIDATION_SUCCESSFUL

static final int VALIDATION_SUCCESSFUL
Target Object was validated successfully

Since:
7.1
See Also:
Constant Field Values

UNKNOWN_ERROR

static final int UNKNOWN_ERROR
Unknown Error

Since:
7.1
See Also:
Constant Field Values

CREATE_FAILED

static final int CREATE_FAILED
Target Object was not created

Since:
7.1
See Also:
Constant Field Values

UPDATE_FAILED

static final int UPDATE_FAILED
Target Object was not updated

Since:
7.1
See Also:
Constant Field Values

DELETE_FAILED

static final int DELETE_FAILED
Target Object was not deleted

Since:
7.1
See Also:
Constant Field Values

RETIRE_FAILED

static final int RETIRE_FAILED
Target Object was not retired

Since:
7.1
See Also:
Constant Field Values

ARCHIVE_FAILED

static final int ARCHIVE_FAILED
Target Object was not archived

Since:
7.1
See Also:
Constant Field Values

REGISTER_FAILED

static final int REGISTER_FAILED
Target Object was not registered

Since:
7.1
See Also:
Constant Field Values

ADD_FAILED

static final int ADD_FAILED
Target Object was not added

Since:
7.1
See Also:
Constant Field Values

REMOVE_FAILED

static final int REMOVE_FAILED
Target Object was not removed

Since:
7.1
See Also:
Constant Field Values

VALIDATION_FAILED

static final int VALIDATION_FAILED
Target Object was not validated

Since:
7.1
See Also:
Constant Field Values