org.apache.axis.client.async
public class Status extends Enum
Nested Class Summary | |
---|---|
static class | Status.Type
Class Type
|
Field Summary | |
---|---|
static Status | COMPLETED
Field COMPLETED |
static String | COMPLETED_STR
Field COMPLETED_STR |
static Status | DEFAULT
Field DEFAULT |
static Status | EXCEPTION
Field EXCEPTION |
static String | EXCEPTION_STR
Field EXCEPTION_STR |
static Status | INTERRUPTED
Field INTERRUPTED |
static String | INTERRUPTED_STR
Field INTERRUPTED_STR |
static Status | NONE
Field NONE |
static String | NONE_STR
Field NONE_STR |
Method Summary | |
---|---|
static Status | getDefault()
Method getDefault
|
static Status | getStatus(int style)
Method getStatus
|
static Status | getStatus(String style)
Method getStatus
|
static Status | getStatus(String style, Status dephault)
Method getStatus
|
static String[] | getUses()
Method getUses
|
static boolean | isValid(String style)
Method isValid
|
static int | size()
Method size
|
Returns:
Parameters: style
Returns:
Parameters: style
Returns:
Parameters: style dephault
Returns:
Returns:
Parameters: style
Returns:
Returns: