|
|||||||||
| Home >> All >> org >> apache >> axis >> client >> [ async overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.axis.client.async
Class Status

java.lang.Objectorg.apache.axis.constants.Enum
org.apache.axis.client.async.Status
- All Implemented Interfaces:
- java.io.Serializable
- public class Status
- extends org.apache.axis.constants.Enum
Status of the async request
| Nested Class Summary | |
static class |
Status.Type
Class Type |
| Field Summary | |
static Status |
COMPLETED
Field COMPLETED |
static java.lang.String |
COMPLETED_STR
Field COMPLETED_STR |
static Status |
DEFAULT
Field DEFAULT |
static Status |
EXCEPTION
Field EXCEPTION |
static java.lang.String |
EXCEPTION_STR
Field EXCEPTION_STR |
static Status |
INTERRUPTED
Field INTERRUPTED |
static java.lang.String |
INTERRUPTED_STR
Field INTERRUPTED_STR |
static Status |
NONE
Field NONE |
static java.lang.String |
NONE_STR
Field NONE_STR |
private static Status.Type |
type
Field type |
| Fields inherited from class org.apache.axis.constants.Enum |
log, name, value |
| Constructor Summary | |
private |
Status(int value,
java.lang.String name)
Constructor Status |
| Method Summary | |
static Status |
getDefault()
Method getDefault |
static Status |
getStatus(int style)
Method getStatus |
static Status |
getStatus(java.lang.String style)
Method getStatus |
static Status |
getStatus(java.lang.String style,
Status dephault)
Method getStatus |
static java.lang.String[] |
getUses()
Method getUses |
static boolean |
isValid(java.lang.String style)
Method isValid |
static int |
size()
Method size |
| Methods inherited from class org.apache.axis.constants.Enum |
equals, equals, getName, getType, getValue, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
type
private static final Status.Type type
- Field type
NONE_STR
public static final java.lang.String NONE_STR
- Field NONE_STR
- See Also:
- Constant Field Values
INTERRUPTED_STR
public static final java.lang.String INTERRUPTED_STR
- Field INTERRUPTED_STR
- See Also:
- Constant Field Values
COMPLETED_STR
public static final java.lang.String COMPLETED_STR
- Field COMPLETED_STR
- See Also:
- Constant Field Values
EXCEPTION_STR
public static final java.lang.String EXCEPTION_STR
- Field EXCEPTION_STR
- See Also:
- Constant Field Values
NONE
public static final Status NONE
- Field NONE
INTERRUPTED
public static final Status INTERRUPTED
- Field INTERRUPTED
COMPLETED
public static final Status COMPLETED
- Field COMPLETED
EXCEPTION
public static final Status EXCEPTION
- Field EXCEPTION
DEFAULT
public static final Status DEFAULT
- Field DEFAULT
| Constructor Detail |
Status
private Status(int value,
java.lang.String name)
- Constructor Status
| Method Detail |
getDefault
public static Status getDefault()
- Method getDefault
getStatus
public static final Status getStatus(int style)
- Method getStatus
getStatus
public static final Status getStatus(java.lang.String style)
- Method getStatus
getStatus
public static final Status getStatus(java.lang.String style, Status dephault)
- Method getStatus
isValid
public static final boolean isValid(java.lang.String style)
- Method isValid
size
public static final int size()
- Method size
getUses
public static final java.lang.String[] getUses()
- Method getUses
|
|||||||||
| Home >> All >> org >> apache >> axis >> client >> [ async overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC