|
Fuego Process API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuego.papi.Status
This class contains Task, Activity and Process States.
| Field Summary | |
static int |
INSTANCE_ABORTED
Deprecated. Field INSTANCE_ABORTED |
static int |
INSTANCE_ACTIVITY_COMPLETED
Deprecated. Field INSTANCE_ACTIVITY_COMPLETED |
static int |
INSTANCE_COMPLETED
Deprecated. Field INSTANCE_COMPLETED |
static int |
INSTANCE_EXCEPTION
Deprecated. Field INSTANCE_EXCEPTION |
static int |
INSTANCE_GRABBED
Deprecated. Field INSTANCE_GRABBED |
static int |
INSTANCE_RUNNING
Deprecated. Field INSTANCE_RUNNING |
static int |
INSTANCE_SUSPENDED
Deprecated. Field INSTANCE_SUSPENDED |
static int |
TASK_COMPLETED
Deprecated. Field TASK_COMPLETED |
static int |
TASK_FAILED
Deprecated. Field TASK_FAILED |
static int |
TASK_PENDING
Deprecated. Field TASK_PENDING |
static int |
TASK_RUNNING
Deprecated. Field TASK_RUNNING |
static int |
TASK_SELECTED
Deprecated. Field TASK_SELECTED |
| Constructor Summary | |
Status()
Deprecated. |
|
| Method Summary | |
static String |
getInstanceStatusDescription(int state,
Locale locale)
Deprecated. |
static int[] |
getInstanceStatusValues()
Deprecated. |
static String |
getTaskStatusDescription(int state,
Locale locale)
Deprecated. |
static int[] |
getTaskStatusValues()
Deprecated. |
static boolean |
isInstanceStatus(int status,
int mask)
Deprecated. |
static boolean |
isTaskStatus(int status,
int mask)
Deprecated. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int INSTANCE_RUNNING
public static final int INSTANCE_COMPLETED
public static final int INSTANCE_EXCEPTION
public static final int INSTANCE_SUSPENDED
public static final int INSTANCE_GRABBED
public static final int INSTANCE_ABORTED
public static final int INSTANCE_ACTIVITY_COMPLETED
public static final int TASK_RUNNING
public static final int TASK_PENDING
public static final int TASK_COMPLETED
public static final int TASK_SELECTED
public static final int TASK_FAILED
| Constructor Detail |
public Status()
| Method Detail |
public static boolean isInstanceStatus(int status,
int mask)
public static String getInstanceStatusDescription(int state,
Locale locale)
state - State to get descriptionlocale - Locale from get description
public static int[] getInstanceStatusValues()
public static boolean isTaskStatus(int status,
int mask)
public static String getTaskStatusDescription(int state,
Locale locale)
state - State to get descriptionlocale - Locale from get description
InstanceItemStatepublic static int[] getTaskStatusValues()
|
Fuego Process API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||